Bug 2528767 (CVE-2026-57160) - CVE-2026-57160 pjsip: SIP message header buffer overflow
Summary: CVE-2026-57160 pjsip: SIP message header buffer overflow
Keywords:
Status: NEW
Alias: CVE-2026-57160
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2531078 2531079 2531080 2531081
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-04 17:28 UTC by OSIDB Bzimport
Modified: 2026-09-09 17:25 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-04 17:28:37 UTC
PJSIP is a free and open source multimedia communication library written in C. Prior to commit d6a0e7f, a buffer overflow can occur in pjsip_generic_array_hdr_print() in pjsip/src/pjsip/sip_msg.c, the function that serializes generic array headers (such as Allow, Require, Supported, and Unsupported). Under certain output-buffer boundary conditions the function can write one byte past the end of the buffer. This is reachable mainly in applications that parse and re-serialize incoming SIP requests — for example a proxy, SBC, or B2BUA — where a remote peer can influence the serialized message. The out-of-bounds write is a single fixed byte; code execution and information disclosure are not demonstrated, and in typical pool-based allocations the byte falls within allocation slack. This issue has been patched via commit d6a0e7f.


Note You need to log in before you can comment on or make changes to this bug.