Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-40614

27
FAUCET Score

OVERVIEW CVE-2026-40614 affects PJSIP versions 2.16 and earlier, a widely-used open-source multimedia communication library written in C. The vulnerability is a heap buffer overflow in the Opus audio codec decode path, caused by insufficient validation of buffer sizes during FEC (Forward Error Correction) frame decoding. The FEC decode buffers are allocated using a formula that produces only 960 bytes at 8 kHz mono, but the codec can receive encoded frames up to 1280 bytes, causing the three memcpy() operations in codec_decode() to overflow the allocated heap memory without bounds checking. SEVERITY The vulnerability presents a network-based attack vector requiring no special privileges or user interaction. Attack complexity is low, as an attacker need only send specially crafted Opus audio frames to trigger the overflow. The potential impact is significant, including possible remote code execution, denial of service, or information disclosure through heap memory corruption. With a FAUCET Risk Score of 41.0/100, this represents a moderate-to-high risk vulnerability, though notably the CVSS and EPSS scores indicate it ranks lower than most CVEs in terms of statistical exploitability. EXPLOITATION STATUS The vulnerability is currently marked as Active on the KEV (Known Exploited Vulnerabilities) Hot List, indicating active exploitation in the wild. However, no formal exploit code appears to be publicly available in mainstream repositories. Community attention remains relatively limited given the specialized nature of PJSIP and its deployment primarily in VoIP and telecommunications infrastructure rather than consumer-facing applications.

Impacted Technologies

VendorProductVersion(s)CPE
< 2.17CPE matchmatch criteria
cpe:2.3:a:pjsip:pjsip:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 4.0

8.5HIGH

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
VS Confidentiality
HIGH
VS Integrity
HIGH
VS Availability
HIGH
SS Confidentiality
NONE
SS Integrity
NONE
SS Availability
NONE
Exploit Maturity
NOT_DEFINED
CvssVersion
4.0

Exploit Intelligence

EPSS Score
0.22%
Probability of exploitation in next 30 days
EPSS Percentile
13.2%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0022 is in the 13th percentile among its peer group of 14,875 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.1 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

github.com / pjsip/pjproject/commit/17897e835818f8ee03b1806ddcd7b95ea16d2c0e
Patch
github.com / pjsip/pjproject/security/advisories/GHSA-j59p-4xrr-fp8g
PatchVendor Advisory