CVE-2026-40614HIGH 8.8EPSS p12.9%

CVE-2026-40614CVE-2026-40614

Description

PJSIP is a free and open source multimedia communication library written in C. In 2.16 and earlier, there is a buffer overflow when decoding Opus audio frames due to insufficient buffer size validation in the Opus codec decode path. The FEC decode buffers (dec_frame[].buf) were allocated based on a PCM-derived formula: (sample_rate/1000) * 60 * channel_cnt * 2. At 8 kHz mono this yields only 960 bytes, but codec_parse() can output encoded frames up to MAX_ENCODED_PACKET_SIZE (1280) bytes via opus_repacketizer_out_range(). The three pj_memcpy() calls in codec_decode() copied input->size bytes without bounds checking, causing a heap buffer overflow.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS0.22% probability of exploitation · percentile 12.9% · 2026-06-18T12:00:27Z
Published2026-04-21
Last modified2026-04-23

Underlying weaknesses· 1

CWE-122

References

  1. https://github.com/pjsip/pjproject/commit/17897e835818f8ee03b1806ddcd7b95ea16d2c0e
  2. https://github.com/pjsip/pjproject/security/advisories/GHSA-j59p-4xrr-fp8g

1

TypeTargetConfidenceTier
WeaknessHeap-based Buffer Overflowcwe-1220%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-40892
CVE
CVE-2026-41415
CVE
CVE-2026-34235
CVE
CVE-2026-32945
CVE
CVE-2026-25994
CVE
CVE-2026-32942
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.