CVE-2026-0799
8.7The Tcpdump Group · libpcap
The libpcap BPF interpreter fails to validate scratch memory register indices, allowing crafted filter programs to read or write to arbitrary process memory.
Executive summary
A critical vulnerability in the libpcap BPF interpreter allows for unauthorized memory access, potentially leading to arbitrary code execution or system instability.
Vulnerability
This flaw involves improper validation of BPF scratch memory register indices (CWE-129, CWE-125, CWE-787). An attacker with low privileges can supply a crafted filter program to trigger out of bounds memory reads or writes within the process context.
Business impact
The vulnerability carries a CVSS score of 8.7, indicating a high risk to system integrity and availability. Successful exploitation allows an attacker to manipulate process memory, which could result in unauthorized data disclosure, privilege escalation, or full system compromise. The severity is compounded by the fact that some environments may not receive a patch for this issue.
Remediation
Immediate Action: Upgrade to libpcap version 1.10.7 immediately to incorporate the necessary validation logic.
Proactive Monitoring: Monitor system logs for unusual process crashes or anomalous filter program execution patterns that may indicate exploitation attempts.
Compensating Controls: Restrict the ability of unprivileged users to load BPF filters or execute network capture tools where possible to reduce the attack surface.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the potential for memory corruption and the high CVSS severity, organizations should prioritize updating libpcap to version 1.10.7. Where updates are not feasible, strict access control and process isolation must be enforced to prevent untrusted users from submitting malicious BPF filters.
More The Tcpdump Group CVEs
Sources
Originally found and disclosed by Include Security, with Mozilla via the Secure Open Source program (sponsor), Denis Ovsienko (analyst), per the CVE Program record.