dhcpcd_project CVE Vulnerabilities & Metrics

Focus on dhcpcd_project vulnerabilities and metrics.

Last updated: 13 Jul 2026, 22:25 UTC

About dhcpcd_project Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with dhcpcd_project. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total dhcpcd_project CVEs: 13
Earliest CVE date: 04 Sep 2014, 17:55 UTC
Latest CVE date: 23 Jun 2026, 17:17 UTC

Latest CVE reference: CVE-2026-56117

Rolling Stats

30-day Count (Rolling): 4
365-day Count (Rolling): 4

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical dhcpcd_project CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 4.45

Max CVSS: 10.0

Critical CVEs (≥9): 1

CVSS Range vs. Count

Range Count
0.0-3.9 5
4.0-6.9 8
7.0-8.9 2
9.0-10.0 1

CVSS Distribution Chart

Top 5 Highest CVSS dhcpcd_project CVEs

These are the five CVEs with the highest CVSS scores for dhcpcd_project, sorted by severity first and recency.

All CVEs for dhcpcd_project

CVE-2026-56117 dhcpcd_project vulnerability CVSS: 0 23 Jun 2026, 17:17 UTC

dhcpcd through 10.3.2, fixed in commit 78ea09e, contains a heap use-after-free vulnerability in the control socket handling within src/control.c that allows local unprivileged attackers to trigger memory corruption when privilege separation is disabled. Attackers can connect to the control socket and send a privileged command such as -x, causing control_recvdata() to free the client object while the same READ+HANGUP event subsequently reaches control_hangup() with the stale pointer, resulting in a use-after-free condition exploitable in deployments using --disable-privsep or where privsep initialization has failed with the control socket operating in mode 0666.

CVE-2026-56116 dhcpcd_project vulnerability CVSS: 0 23 Jun 2026, 17:17 UTC

dhcpcd through 10.3.2, fixed in commit 708b4a5, contains a memory leak vulnerability in the IPv6 Router Advertisement route information handling that allows an unauthenticated same-link attacker to cause denial of service by sending crafted Router Advertisements. Attackers can repeatedly send Router Advertisements containing Route Information options with a lifetime of zero, triggering unfreed allocations in routeinfo_findalloc() that cause linear memory exhaustion and eventual daemon crash.

CVE-2026-56114 dhcpcd_project vulnerability CVSS: 0 23 Jun 2026, 17:17 UTC

dhcpcd through 10.3.2, fixed in commit 2f00c7b, contains a one-byte stack out-of-bounds write vulnerability in dhcp6_makemessage() in src/dhcp6.c that allows unauthenticated same-link attackers to write beyond a fixed local buffer by serializing an oversized RFC6603 OPTION_PD_EXCLUDE option body. Attackers can send a crafted DHCPv6 ADVERTISE message containing an IA_PD IAPREFIX /0 with a valid OPTION_PD_EXCLUDE using an exclude prefix length of /121 through /128 to trigger the out-of-bounds write and potentially corrupt adjacent stack memory.

CVE-2026-56113 dhcpcd_project vulnerability CVSS: 0 23 Jun 2026, 17:17 UTC

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.

CVE-2019-11766 dhcpcd_project vulnerability CVSS: 7.5 05 May 2019, 06:29 UTC

dhcp6.c in dhcpcd before 6.11.7 and 7.x before 7.2.2 has a buffer over-read in the D6_OPTION_PD_EXCLUDE feature.

CVE-2019-11579 dhcpcd_project vulnerability CVSS: 5.0 28 Apr 2019, 16:29 UTC

dhcp.c in dhcpcd before 7.2.1 contains a 1-byte read overflow with DHO_OPTSOVERLOADED.

CVE-2019-11578 dhcpcd_project vulnerability CVSS: 4.3 28 Apr 2019, 16:29 UTC

auth.c in dhcpcd before 7.2.1 allowed attackers to infer secrets by performing latency attacks.

CVE-2019-11577 dhcpcd_project vulnerability CVSS: 7.5 28 Apr 2019, 16:29 UTC

dhcpcd before 7.2.1 contains a buffer overflow in dhcp6_findna in dhcp6.c when reading NA/TA addresses.

CVE-2016-1504 dhcpcd_project vulnerability CVSS: 5.0 07 Feb 2017, 15:59 UTC

dhcpcd before 6.10.0 allows remote attackers to cause a denial of service (invalid read and crash) via vectors related to the option length.

CVE-2016-1503 dhcpcd_project vulnerability CVSS: 10.0 18 Apr 2016, 00:59 UTC

dhcpcd before 6.10.0, as used in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-04-01 and other products, mismanages option lengths, which allows remote attackers to execute arbitrary code or cause a denial of service (heap-based buffer overflow) via a malformed DHCP response, aka internal bug 26461634.

CVE-2012-6700 dhcpcd_project vulnerability CVSS: 5.0 11 Apr 2016, 15:59 UTC

The decode_search function in dhcp.c in dhcpcd 3.x does not properly free allocated memory, which allows remote DHCP servers to cause a denial of service via a crafted response.

CVE-2012-6699 dhcpcd_project vulnerability CVSS: 5.0 11 Apr 2016, 15:59 UTC

The decode_search function in dhcp.c in dhcpcd 3.x allows remote DHCP servers to cause a denial of service (out-of-bounds read) via a crafted response.

CVE-2012-6698 dhcpcd_project vulnerability CVSS: 5.0 11 Apr 2016, 15:59 UTC

The decode_search function in dhcp.c in dhcpcd 3.x allows remote DHCP servers to cause a denial of service (out-of-bounds write) via a crafted response.

CVE-2014-7913 dhcpcd_project vulnerability CVSS: 6.8 30 Jul 2015, 00:59 UTC

The print_option function in dhcp-common.c in dhcpcd through 6.9.1, as used in dhcp.c in dhcpcd 5.x in Android before 5.1 and other products, misinterprets the return value of the snprintf function, which allows remote DHCP servers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted message.

CVE-2014-7912 dhcpcd_project vulnerability CVSS: 6.8 30 Jul 2015, 00:59 UTC

The get_option function in dhcp.c in dhcpcd before 6.2.0, as used in dhcpcd 5.x in Android before 5.1 and other products, does not validate the relationship between length fields and the amount of data, which allows remote DHCP servers to execute arbitrary code or cause a denial of service (memory corruption) via a large length value of an option in a DHCPACK message.

CVE-2014-6060 dhcpcd_project vulnerability CVSS: 3.3 04 Sep 2014, 17:55 UTC

The get_option function in dhcpcd 4.0.0 through 6.x before 6.4.3 allows remote DHCP servers to cause a denial of service by resetting the DHO_OPTIONSOVERLOADED option in the (1) bootfile or (2) servername section, which triggers the option to be processed again.