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.
Published: 2026-08-26
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LcpDecodeConfig() in FreeBSD’s ppp(8) did not validate the length of received endpoint discriminator options against the minimum required by RFC 1717, allowing an attacker to send undersized options that trigger an out‑of‑bounds write. This defect can crash the ppp process or, as documented, enable execution of arbitrary code with root privileges. The weakness is categorized as CWE‑130 and CWE‑787.

Affected Systems

FreeBSD systems that run the unpatched version of ppp(8) are affected. The advisory does not list specific release numbers, so any FreeBSD installation that includes the vulnerable LcpDecodeConfig() routine is potentially at risk. Services that use PPP for network connectivity should assume the possibility of exploitation.

Risk and Exploitability

No EPSS score is available and the vulnerability is not yet in CISA’s KEV list, but the advisory labels it as high severity. Exploitation requires a malicious PPP peer capable of sending crafted options; this peer could be remote if the PPP interface is exposed to external hosts. An attacker could crash the ppp daemon or gain root privileges through the out‑of‑bounds write, representing a severe threat to confidentiality, integrity, and availability.

Generated by OpenCVE AI on August 26, 2026 at 06:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official FreeBSD security patch that fixes the length validation in LcpDecodeConfig() for ppp(8).
  • Restart the ppp(8) service so the updated code is loaded.
  • Restrict or block PPP interfaces so that only authenticated peers can initiate PPP sessions, preventing an untrusted peer from sending malicious options.

Generated by OpenCVE AI on August 26, 2026 at 06:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
First Time appeared Freebsd
Freebsd freebsd
Vendors & Products Freebsd
Freebsd freebsd

Wed, 26 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
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.
Title ppp(8): missing length validation in LcpDecodeConfig()
Weaknesses CWE-130
CWE-787
References

cve-icon MITRE

Status: PUBLISHED

Assigner: freebsd

Published:

Updated: 2026-08-26T15:29:00.322Z

Reserved: 2026-06-29T01:40:17.499Z

Link: CVE-2026-58096

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T06:16:26.577

Modified: 2026-08-26T06:16:26.577

Link: CVE-2026-58096

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T07:00:14Z

Weaknesses
  • CWE-130

    Improper Handling of Length Parameter Inconsistency

  • CWE-787

    Out-of-bounds Write