Skip to main content

dhcpcd CVE-2025-70102

| EUVDEUVD-2025-210156 MEDIUM
NULL Pointer Dereference (CWE-476)
2026-06-15 mitre GHSA-9g28-83m6-mvg3
6.3
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
6.3 MEDIUM
AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
vuln.today AI
6.5 MEDIUM

Adjacent-only reach via DHCP; no auth barrier; impact is exclusively process crash, so A:H and C:N/I:N.

3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
4.4 MEDIUM
qualitative

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Analysis Generated
Jun 16, 2026 - 15:48 vuln.today
CVSS changed
Jun 16, 2026 - 15:22 NVD
6.3 (MEDIUM)
CVE Published
Jun 15, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

A NULL pointer dereference occurs in Roy Marples NetworkConfiguration/dhcpcd 10.3.0 while parsing configuration options. In parse_option() (src/if-options.c:1886), the code performs a member access on a NULL pointer of type 'struct dhcp_opt' when an unexpected/invalid option token or parsing state causes the lookup to yield NULL. The instrumented fuzzing build reports 'runtime error: member access within null pointer of type struct dhcp_opt' and aborts.

AnalysisAI

NULL pointer dereference in dhcpcd 10.3.0 allows an unauthenticated attacker on the same network segment to crash the DHCP client daemon by sending a crafted packet with unexpected or invalid option tokens. The fault occurs in parse_option() at src/if-options.c:1886, where a NULL return from option lookup is immediately dereferenced as a 'struct dhcp_opt' member without a null check, causing a runtime abort. No public exploit or CISA KEV listing exists, and EPSS sits at the 4th percentile, indicating low but real crash-level risk for any host running this specific dhcpcd version on a shared or adversarially accessible network segment.

Technical ContextAI

dhcpcd is a widely deployed DHCP client daemon authored by Roy Marples, used across Linux and BSD-derived systems including embedded and IoT platforms. The vulnerable function parse_option() in src/if-options.c is responsible for interpreting DHCP option fields from received packets. Under CWE-476 (NULL Pointer Dereference), the root cause is missing null-guard logic: when a DHCP option token fails to map to a known 'struct dhcp_opt' entry - either because the token is unknown, malformed, or triggers an unexpected parser state - the lookup returns NULL. The code then performs a struct member access on that NULL pointer without checking for the null condition first, causing undefined behavior and an immediate process abort. CPE data in NVD is listed as n/a, indicating the product has not yet received a formal CPE identifier; the affected version is confirmed as 10.3.0 from the description and the upstream GitHub repository (github.com/NetworkConfiguration/dhcpcd). The discovery was made via instrumented fuzzing, as indicated by the 'runtime error' sanitizer message in the description and the Mastodon post from the researcher (@sigdevel on infosec.exchange).

RemediationAI

No vendor-released patch version has been independently confirmed at the time of analysis; the fix version is not stated in any available reference. Users should monitor the upstream dhcpcd repository at github.com/NetworkConfiguration/dhcpcd for a patched release addressing CVE-2025-70102 and upgrade to that version once available. As a compensating control, restrict layer-2 network access to hosts running dhcpcd using 802.1X port authentication or DHCP snooping on managed switches to limit who can inject crafted DHCP responses - note this does not prevent rogue DHCP servers on the same uncontrolled segment. On Linux hosts, deploying dhcpcd under a systemd service with RestrictAddressFamilies and ProtectSystem hardening can limit the blast radius of a crash but will not prevent the process abort itself. If network connectivity loss from a dhcpcd crash is operationally critical, consider temporarily switching to an alternative DHCP client (e.g., dhclient, NetworkManager's built-in client) on affected 10.3.0 installations until a patch is confirmed.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Server 16.0 Affected
SUSE Linux Enterprise Server 16.1 Affected
SUSE Linux Enterprise Server for SAP applications 16.0 Affected
SUSE Linux Enterprise Server for SAP applications 16.1 Affected
SUSE Linux Micro 6.2 Affected

Share

CVE-2025-70102 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy