CVE-2026-6554
Received Received - Intake

BPF Looping Vulnerability in libpcap

Vulnerability report for CVE-2026-6554, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: Tcpdump Group

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tcpdump libpcap to 63c005c (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-835 The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves libpcap's BPF interpreter incorrectly handling 'ja L' instructions in filter programs. The interpreter treats the offset as a signed integer to allow backward jumps for looping but lacks a limit on loop iterations. This can lead to infinite loops if a crafted filter program uses backward jumps excessively, causing a denial-of-service condition.

Detection Guidance

Detecting this vulnerability requires checking if your libpcap version is affected. Use the command 'tcpdump --version' to check the installed version. If your version is below the patched release, the system is vulnerable. Additionally, monitor for unusual CPU usage spikes during packet capture operations, which may indicate an infinite loop caused by malicious BPF programs.

Impact Analysis

The vulnerability could cause system hangs or crashes if a malicious or malformed BPF filter program is processed by libpcap. This may lead to denial-of-service, disrupting network monitoring or packet capture operations on affected systems.

Mitigation Strategies

Immediately update libpcap to the latest patched version. If updating is not possible, restrict the use of externally sourced BPF programs and avoid using deprecated functions like pcap_offline_filter() or bpf_filter(). Implement network monitoring to detect abnormal CPU usage during packet capture operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6554. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart