Bug 2460282 (CVE-2026-40892) - CVE-2026-40892 PJSIP: PJSIP: Arbitrary code execution or denial of service via stack buffer overflow in digest creation
Summary: CVE-2026-40892 PJSIP: PJSIP: Arbitrary code execution or denial of service vi...
Keywords:
Status: NEW
Alias: CVE-2026-40892
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2460574 2460575
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-21 21:02 UTC by OSIDB Bzimport
Modified: 2026-04-22 11:06 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-21 21:02:05 UTC
PJSIP is a free and open source multimedia communication library written in C. In 2.16 and earlier, a stack buffer overflow exists in pjsip_auth_create_digest2() in PJSIP when using pre-computed digest credentials (PJSIP_CRED_DATA_DIGEST). The function copies credential data using cred_info->data.slen as the length without an upper-bound check, which can overflow the fixed-size ha1 stack buffer (128 bytes) if data.slen exceeds the expected digest string length.


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