CVE-2026-56113 Details
Description
dhcpcd through 10.3.2, fixed in commit 5733d3c, contains a heap use-after-free vulnerability that allows unauthenticated same-link attackers to crash the daemon by sending a crafted DHCPv6 RENEW reply with RFC6603 OPTION_PD_EXCLUDE and both preferred and valid lifetimes set to zero. Attackers acting as or impersonating a DHCPv6 server can trigger dhcp6_deprecatedele() to free a delegated child address while an outer TAILQ_FOREACH_SAFE iterator in dhcp6_deprecateaddrs() still holds the freed pointer, causing a use-after-free when TAILQ_REMOVE is reached.
A heap use-after-free vulnerability has been identified in dhcpcd versions through 10.3.2. This vulnerability allows unauthenticated attackers on the same link to crash the DHCP client daemon. The issue arises when a crafted DHCPv6 RENEW reply is sent, including the RFC6603 OPTION_PD_EXCLUDE with both preferred and valid lifetimes set to zero. Attackers impersonating a DHCPv6 server can exploit this by triggering the 'dhcp6_deprecatedele()' function to free a delegated child address. However, an outer 'TAILQ_FOREACH_SAFE' iterator in 'dhcp6_deprecateaddrs()' still holds the pointer to the freed memory, leading to a use-after-free condition when 'TAILQ_REMOVE' is called.
Users can upgrade to dhcpcd version 10.3.2 or later to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-416 | Use After Free | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| dhcpcd project dhcpcd | <= 10.3.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 14, 2026 | CVE Modified | [email protected] |
| Jun 28, 2026 | Initial Analysis | [email protected] |
| Jun 23, 2026 | CVE Modified | CISA-ADP |
| Jun 23, 2026 | New CVE Received | [email protected] |