Description
A flaw was found in dhcpcd's IPv6 Neighbor Discovery Router Advertisement processing. A specially crafted IPv6 Router Advertisement containing a zero-length Neighbor Discovery option can bypass validation during packet storage and later be reparsed without adequate validation, causing the parser to enter a non-advancing loop. Successful exploitation may result in excessive CPU consumption, leading to a denial of service.
Published: 2026-07-01
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in dhcpcd’s IPv6 Router Advertisement handling allows an attacker to craft a packet containing a zero‑length Neighbor Discovery option. The packet bypasses initial validation, and when the client later parses it, a loop that never advances consumes CPU cycles indefinitely, leading to a denial‑of‑service condition characterized by excessive processor usage. The weakness is catalogued as CWE‑835, indicating an incorrect loop/termination condition.

Affected Systems

The vulnerability affects Red Hat Enterprise Linux 10 systems that ship the stock dhcpcd package. All installations of dhcpcd on RHEL 10 are vulnerable; no sub‑version boundaries are specified. The issue is limited to the RHEL 10 distribution, as the patched package will only be available for that platform.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity exploit. The EPSS score of less than 1% shows a very low but non‑zero likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is network‑based: an adversary who can inject ICMPv6 Router Advertisements onto an interface that accepts them can trigger the denial‑of‑service. The attack requires the target to process Router Advertisements, so disabling or filtering these packets removes the attack surface.

Generated by OpenCVE AI on July 21, 2026 at 14:59 UTC.

Remediation

Vendor Workaround

Until an updated package is available, administrators should disable IPv6 Router Advertisement processing on interfaces where it is not required or restrict acceptance of untrusted ICMPv6 Router Advertisements using appropriate network filtering. Systems that rely on IPv6 Stateless Address Autoconfiguration (SLAAC) or Router Advertisement-based network configuration should carefully evaluate the operational impact before applying these mitigations.


OpenCVE Recommended Actions

  • Disable IPv6 Router Advertisement processing on interfaces where it is not.
  • Block untrusted ICMPv6 Router Advertisements using firewall rules to prevent triggering the vulnerability.
  • When an updated dhcpcd package containing the fix becomes available, upgrade the package.

Generated by OpenCVE AI on July 21, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in dhcpcd's IPv6 Neighbor Discovery Router Advertisement processing. A specially crafted IPv6 Router Advertisement containing a zero-length Neighbor Discovery option can bypass validation during packet storage and later be reparsed without adequate validation, causing the parser to enter a non-advancing loop. Successful exploitation may result in excessive CPU consumption, leading to a denial of service.
Title Dhcpcd: dhcpcd infinite loop and out-of-bounds read via zero-length ipv6 nd option in router advertisement handling
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-835
CPEs cpe:/o:redhat:enterprise_linux:10
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
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-01T12:20:42.349Z

Reserved: 2026-06-30T15:57:04.334Z

Link: CVE-2026-14258

cve-icon Vulnrichment

Updated: 2026-07-01T12:20:32.041Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T15:00:09Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')