Skip to content

Out-of-bounds read in SIP multipart parsing

Moderate
sauwming published GHSA-x5pq-qrp4-fmrj Mar 17, 2026

Package

No package listed

Affected versions

2.16 or lower

Patched versions

2.17

Description

A cascading out-of-bounds heap read in pjsip_multipart_parse(). After boundary string matching, curptr is advanced past the delimiter without verifying it has not reached the buffer end. This allows 1-2 bytes of adjacent heap memory to be read.

Impact

All applications that process incoming SIP messages with multipart bodies or SDP content are potentially affected.

Patches

The patch is available as commit f0fa32a in the master branch.

Credits

Adam Bedard, Security Researcher.

Severity

Moderate

CVE ID

CVE-2026-33069

Weaknesses

No CWEs

Credits