Bug 2511296 (CVE-2026-45705) - CVE-2026-45705 opensips: OOB read in multipart body boundary parsing
Summary: CVE-2026-45705 opensips: OOB read in multipart body boundary parsing
Keywords:
Status: NEW
Alias: CVE-2026-45705
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2511529
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-05 00:01 UTC by OSIDB Bzimport
Modified: 2026-08-10 19:08 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-05 00:01:34 UTC
OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions prior to 3.6.6 and 4.0.0-rc1, the find_line_delimiter() function in the multipart body parser performs an out-of-bounds read via strncmp() when searching for MIME boundary delimiters. After finding a -- pattern near the end of the body, the function compares delimiter.len bytes (typically 20-70) starting from a position at or past the logical end of the body buffer, reading past the body boundary. The bug triggers when a SIP message has Content-Type: multipart/mixed with a boundary parameter and its body contains -- within two to three bytes of the body's end without being followed by the actual boundary delimiter. This issue has been fixed in versions 3.6.6 and 4.0.0-rc1.


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