CVE Catalog

CVE-2026-6554

MediumCVSS 5.5
Published: Translated: NVD NIST

Summary

The libpcap BPF interpreter treats the offset in the 'ja L' BPF instruction as a signed integer to implement looping via backward jumps, but it does not limit the number of loop iterations. In particular uncommon use cases a crafted filter program can cause the interpreter to loop infinitely.

Risk Assessment

A crafted filter can cause a denial of service by hanging the process using libpcap.

Recommendation

Update libpcap to a patched version if available; otherwise, restrict trust in BPF filter sources.

Other vulnerabilities in libpcap

See all
Original NVD description (English source)

libpcap BPF interpreter treats the offset in the 'ja L' BPF instruction as a signed integer to implement looping via backward jumps, but it does not limit the number of loop iterations. In particular uncommon use cases a crafted filter program can cause the interpreter to loop infinitely.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS