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: n/a
KEV: No
Impact: n/a
Action: n/a
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).

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 lack of an EPSS score means we cannot quantify the current 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 5, 2026 at 20:21 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 5, 2026 at 20:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Tcpdump

Published:

Updated: 2026-09-05T18:51:32.438Z

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

Link: CVE-2026-18313

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-18313

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T20:30:17Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime