AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-11961

LOW · CVSS 1.9 EPSS 0.10% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-12-31 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 1.9. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-11961
Severity
LOW
CVSS
1.9
EPSS
0.10%

Original NVD 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.