Description
A flaw was found in open-iscsi. This vulnerability allows a remote attacker on the same local network segment to cause a Denial of Service (DoS) in the iscsiuio daemon. By sending a specially crafted Internet Control Message Protocol version 6 (ICMPv6) Router Advertisement with a zero-length option, the attacker can trigger an infinite loop. This leads to sustained CPU usage, rendering the daemon unresponsive and impacting system availability. A secondary risk of out-of-bounds reads exists with a short IPv6 payload, though no memory corruption or data exposure has been confirmed.
Published: 2026-08-12
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in open-iscsi allows a remote attacker on the same local network segment to send a specially crafted ICMPv6 Router Advertisement with a zero‑length option, causing the iscsiuio daemon to enter an infinite loop. This results in sustained high CPU usage, rendering the daemon unresponsive and impacting system availability. The vulnerability is described as a runtime error that can lead to performance degradation and potential out‑of‑bounds reads, though no memory corruption has been confirmed. The weakness corresponds to CWE‑835, which indicates a loop or counter synchronization error.

Affected Systems

The vulnerability affects Red Hat Enterprise Linux 9 and Red Hat Enterprise Linux 10 systems that run the open‑iscsi package. The iscsiuio daemon on those operating systems is the component impacted. No specific software version numbers are given, so any installation of open‑iscsi on the supported RHEL releases is considered exposed.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, while the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is from a remote host within the same local network segment, requiring the ability to send ICMPv6 Router Advertisement messages to the target machine. An attacker who can do so can trigger the denial of service without needing higher privileges or internet connectivity. Because the exploit relies on manipulating normal network traffic, it can be performed by a host that can send IP packets to the target.

Generated by OpenCVE AI on August 13, 2026 at 02:13 UTC.

Remediation

Vendor Workaround

To mitigate this issue, restrict ICMPv6 Router Advertisements from untrusted sources on any network segment where `iscsiuio` interfaces are exposed. Alternatively, disable IPv6 Router Advertisement processing on affected interfaces if not operationally required. This may involve configuring firewall rules to filter ICMPv6 type 134 messages or adjusting network interface settings to prevent RA-driven IPv6 configuration. A service restart may be required for changes to take effect.


OpenCVE Recommended Actions

  • Restrict ICMPv6 Router Advertisement traffic from untrusted sources on any network segment where iscsiuio interfaces are exposed, for example by configuring firewall rules to block ICMPv6 type 134 messages toward those interfaces.
  • If IPv6 Router Advertisement processing is not operationally required on the affected interfaces, disable it entirely to prevent RA‑driven IPv6 configuration from reaching iscsiuio.
  • After applying firewall or interface changes, restart the iscsiuio service (or reboot the system) so that the new settings take effect.

Generated by OpenCVE AI on August 13, 2026 at 02:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 13 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Redhat open Iscsi
Vendors & Products Redhat open Iscsi

Wed, 12 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in open-iscsi. This vulnerability allows a remote attacker on the same local network segment to cause a Denial of Service (DoS) in the iscsiuio daemon. By sending a specially crafted Internet Control Message Protocol version 6 (ICMPv6) Router Advertisement with a zero-length option, the attacker can trigger an infinite loop. This leads to sustained CPU usage, rendering the daemon unresponsive and impacting system availability. A secondary risk of out-of-bounds reads exists with a short IPv6 payload, though no memory corruption or data exposure has been confirmed.
Title Open-iscsi: open-iscsi: denial of service in iscsiuio router advertisement parsing
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-835
CPEs cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Redhat Enterprise Linux Open Iscsi
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-18T14:37:26.945Z

Reserved: 2026-08-03T17:55:50.945Z

Link: CVE-2026-18726

cve-icon Vulnrichment

Updated: 2026-08-13T13:42:54.098Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-12T22:17:14.557

Modified: 2026-08-25T16:54:40.620

Link: CVE-2026-18726

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-12T18:04:50Z

Links: CVE-2026-18726 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:39:10Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')