CVE-2026-55995:
CBL Mariner 취약성 분석 및 완화
개요
CVE-2026-55995 is a Double Free vulnerability in open-iscsi (specifically the open-isns component) that allows an unauthenticated man-in-the-middle (MITM) attacker to cause a Denial of Service (DoS). The vulnerability affects open-iscsi versions up to and including commit 56718d4e9d1a4f51c30697b5c0534144bb41c9bb. It was published on July 29, 2026, with a patch committed the same day. The vulnerability carries a CVSS v3.1 score of 7.5 (High) and a CVSS v4.0 score of 8.7 (High) (GitHub Advisory, Red Hat Bugzilla).
기술적 세부 사항
The root cause is a double free memory corruption flaw (CWE-415 / CWE-763) in the iSNS attribute decoder within attrs.c of the open-isns library. Specifically, in the isns_attr_type_string_decode() and isns_attr_type_opaque_decode() functions, when buf_get() fails during attribute parsing, allocated memory is freed via isns_free() but the pointer is not subsequently set to NULL. This leaves a dangling pointer that can be freed again later, triggering a double free condition. An attacker positioned as a MITM on the network can send crafted iSNS protocol messages that trigger the error path, causing the double free and crashing the open-iscsi service. No authentication or user interaction is required (GitHub Commit, Red Hat Bugzilla).
영향
Successful exploitation results in a crash of the open-iscsi service, causing a Denial of Service condition that makes iSCSI storage targets unavailable to legitimate users and systems. There is no impact on confidentiality or data integrity — the vulnerability is limited to availability. In environments where iSCSI is used for critical storage (e.g., SAN-attached storage in enterprise or virtualization infrastructure), a service crash could disrupt storage access for multiple dependent systems, potentially causing broader outages (GitHub Advisory, Red Hat Bugzilla).
악용 가능성
There is no public proof-of-concept exploit or evidence of active in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.25% (17th percentile), indicating a low near-term probability of exploitation. However, the attack is automatable and requires no privileges or user interaction, only a MITM network position, which lowers the practical barrier for exploitation in poorly segmented networks.
착취 단계
- Gain MITM Position: Position on the network path between an open-iscsi initiator and the iSNS server, using techniques such as ARP spoofing, rogue DHCP, or compromising a network device on the same segment.
- Intercept iSNS Traffic: Capture and inspect iSNS protocol traffic (typically over TCP port 3205) between the initiator and the iSNS discovery server.
- Craft Malicious iSNS Attribute: Construct a malformed iSNS response message containing a string or opaque attribute whose
buf_get()call will fail during decoding — for example, by specifying a length that exceeds the available buffer data. - Inject Malicious Response: Inject the crafted iSNS response into the communication stream in place of or in addition to the legitimate server response.
- Trigger Double Free: The open-isns attribute decoder processes the malformed attribute,
buf_get()fails, the pointer is freed but not nulled, and a subsequent free of the same pointer triggers the double free, crashing the open-iscsi service and causing a DoS (GitHub Commit, Red Hat Bugzilla).
타협의 징후
- Network: Unexpected or malformed iSNS protocol messages on TCP port 3205; ARP spoofing or unusual ARP table entries on the iSCSI network segment; unexpected traffic between iSCSI initiators and unknown hosts posing as iSNS servers.
- Logs: Repeated crashes or restarts of the
iscsidoropen-isnsdaemon in system logs (/var/log/syslog,/var/log/messages, orjournalctl); segmentation fault or abort signals attributed to the open-iscsi process. - Process: Unexpected termination of
iscsidor related open-iscsi processes; core dump files generated in the working directory of the open-iscsi service. - File System: Presence of core dump files (e.g.,
core,core.<pid>) in directories associated with the open-iscsi service.
완화 및 해결 방법
The vulnerability is fixed by the commit 56718d4e9d1a4f51c30697b5c0534144bb41c9bb in the open-isns repository, which sets freed pointers to NULL in the error paths of isns_attr_type_string_decode() and isns_attr_type_opaque_decode() (GitHub Commit). Users should update open-iscsi/open-isns to a version incorporating this patch. As a network-level workaround, implement strict network segmentation to restrict who can intercept or inject iSNS traffic, and consider enabling iSCSI with CHAP authentication and TLS to prevent unauthorized traffic manipulation. Monitor vendor distributions (Red Hat, SUSE, etc.) for downstream package updates (Red Hat Bugzilla, GitHub Advisory).
커뮤니티 반응
The vulnerability was reported via SUSE's Bugzilla and tracked by Red Hat's Product Security team shortly after disclosure on July 29, 2026. No notable public researcher commentary, social media discussion, or significant media coverage has been identified beyond standard vulnerability database aggregation (Red Hat Bugzilla, GitHub Advisory).
추가 자료
근원: 이 보고서는 AI를 사용하여 생성되었습니다.
관련 CBL Mariner 취약점:
무료 취약성 평가
클라우드 보안 태세를 벤치마킹합니다
9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.
추가 Wiz 리소스
맞춤형 데모 받기
맞춤형 데모 신청하기
"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."