CVE-2026-58096Root RCE in PPP daemon (ppp8)
LcpDecodeConfig() did not validate the length of received endpoint discriminator options against the minimum required by RFC 1717. Undersized options would trigger an out-of-bounds write. A malicious PPP peer can exploit CVE-2026-58095 and CVE-2026-58096 to crash ppp(8) or potentially execute arbitrary code as root.
View on NVDAnalysis
A critical vulnerability in the PPP daemon (ppp8) allows a malicious peer to execute arbitrary code with root privileges via crafted LCP configuration options. This impacts any Linux or BSD system utilizing PPP for networking, including certain VPN and point-to-point configurations.
Relevant roles
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HCWE-130CWE-787EPSS
Technical description
LcpDecodeConfig() did not validate the length of received endpoint discriminator options against the minimum required by RFC 1717. Undersized options would trigger an out-of-bounds write. A malicious PPP peer can exploit CVE-2026-58095 and CVE-2026-58096 to crash ppp(8) or potentially execute arbitrary code as root.