CVE-2025-11961

LOW EPSS 1.0%
Published Dec 31, 20256mo ago · Modified Jun 17, 20262w ago
1.9 CVSS 3.1
Low
Find Similar
Published Dec 31, 2025 6mo ago
Last Modified Jun 17, 2026 2w ago

Description

pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.

CVSS Details

Base Score
1.9
Exploitability
0.5
Impact
1.4
Vector string
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N
Attack Vector Local
Attack Complexity High
Privileges Required High
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
1.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 2

CWE-122
CWE-126

References 1

  • github.com https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.