Description
rpcapd can allocate up to 65536 bytes per each RPCAP_MSG_UPDATEFILTER_REQ or RPCAP_MSG_STARTCAP_REQ message received from the client, but it never frees the memory, so it leaks memory even under normal use. A malicious client can cause the server to leak memory substantially faster.
Published: 2026-09-05
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Resource Exhaustion leading to Potential Denial of Service
Action: Patch
AI Analysis

Impact

rpcapd can allocate up to 65536 bytes for each RPCAP_MSG_UPDATEFILTER_REQ or RPCAP_MSG_STARTCAP_REQ message received from a client but never frees that memory. This results in a memory leak that persists even under normal use. A malicious client can repeatedly send such requests, causing the server to consume memory rapidly and potentially exhaust system memory, leading to degraded performance or crash. The weakness is a classic memory leak (CWE-401) and a resource exhaustion vulnerability (CWE-772).

Affected Systems

The Tcpdump Group's libpcap library, versions prior to 1.10.7, which provide the rpcapd service for remote packet capture. Any system running rpcapd with these older libpcap versions is impacted. No additional version details are supplied, so all releases before 1.10.7 are considered vulnerable.

Risk and Exploitability

The CVSS score of 4.3 indicates medium severity; however, the EPSS score of 0.212% indicates a very low exploitation likelihood. This vulnerability is not listed in the CISA KEV catalog, suggesting it has not yet been widely exploited. The attack vector is remote: a client that speaks the rpcap protocol can trigger the memory leak by sending many update‑filter or start‑capture requests, especially if the service is exposed to untrusted networks.

Generated by OpenCVE AI on September 10, 2026 at 04:44 UTC.

Remediation

Vendor Solution

Upgrade to libpcap 1.10.7.


OpenCVE Recommended Actions

  • Upgrade libpcap to 1.10.7 or later where the memory freeing bug is fixed
  • Restrict rpcapd to trusted networks or enable authentication so that only authorized clients can issue RPCAP requests
  • Configure resource limits or monitoring to detect abnormal memory growth and restart rpcapd if memory consumption becomes critical

Generated by OpenCVE AI on September 10, 2026 at 04:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Tcpdump
Tcpdump libpcap
Vendors & Products Tcpdump
Tcpdump libpcap

Sat, 05 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description rpcapd can allocate up to 65536 bytes per each RPCAP_MSG_UPDATEFILTER_REQ or RPCAP_MSG_STARTCAP_REQ message received from the client, but it never frees the memory, so it leaks memory even under normal use. A malicious client can cause the server to leak memory substantially faster.
Title rpcapd memory leak in libpcap before 1.10.7
Weaknesses CWE-401
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: Tcpdump

Published:

Updated: 2026-09-08T15:16:52.614Z

Reserved: 2026-07-29T17:47:46.571Z

Link: CVE-2026-18313

cve-icon Vulnrichment

Updated: 2026-09-08T15:16:48.581Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-05T19:16:55.590

Modified: 2026-09-08T19:20:25.117

Link: CVE-2026-18313

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-05T18:51:32Z

Links: CVE-2026-18313 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T04:45:16Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime