CVE-2026-0799

Published: September 8, 2026Last modified: September 14, 2026

Description

In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Severity score breakdown

ParameterValue
Base score8.7
Attack VectorLOCAL
Attack complexityLOW
Privileges requiredLOW
User interactionNONE
ScopeCHANGED
ConfidentialityLOW
Integrity impactHIGH
Availability impactHIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSlibpcapUnknown (1.10.1-r0)
25 LTSlibpcapUnknown (1.10.5-r0)
StreamlibpcapFixed (1.10.7-r0)

References

ON THIS PAGE