Bug 2528778 (CVE-2026-57162) - CVE-2026-57162 pjsip: stack overflow parsing SDP a=crypto attributes
Summary: CVE-2026-57162 pjsip: stack overflow parsing SDP a=crypto attributes
Keywords:
Status: NEW
Alias: CVE-2026-57162
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2531088 2531089 2531086 2531087
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-04 17:32 UTC by OSIDB Bzimport
Modified: 2026-09-09 17:27 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-04 17:32:48 UTC
PJSIP is a free and open source multimedia communication library written in C. Prior to commit a1b707c, a stack buffer overflow exists in the SRTP/SDES media transport when processing a=crypto attributes during SDP offer/answer (sdes_encode_sdp() in transport_srtp_sdes.c). This affects applications with SRTP enabled (use_srtp optional or mandatory, using SDES keying). During media negotiation, the crypto attributes from the remote SDP are collected into a fixed-size array without bounding their number; a remote peer that includes an excessive number of a=crypto attributes in a single media description can write past the end of that array on the stack. This is reachable from an incoming SIP INVITE during offer/answer, before application-level authentication. Impact may range from unexpected application termination to control flow hijack/memory corruption. Applications that do not enable SRTP are not affected. This issue has been patched via commit a1b707c.


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