VYPR
High severity8.8NVD Advisory· Published Apr 21, 2026· Updated Apr 23, 2026

CVE-2026-40614

CVE-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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2
  • Pjsip/Pjsip2 versions
    cpe:2.3:a:pjsip:pjsip:*:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:pjsip:pjsip:*:*:*:*:*:*:*:*range: <2.17
    • (no CPE)range: <=2.16

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.