Bug 2488997 (CVE-2025-70102) - CVE-2025-70102 dhcpcd: dhcpcd: Denial of Service via NULL pointer dereference during configuration option parsing
Summary: CVE-2025-70102 dhcpcd: dhcpcd: Denial of Service via NULL pointer dereference...
Keywords:
Status: NEW
Alias: CVE-2025-70102
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2491328 2491329
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-15 20:02 UTC by OSIDB Bzimport
Modified: 2026-06-22 12:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-15 20:02:17 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.