Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.15.2, 21.10.2, and 22.5.2, if a SIP request is received with an Authorization header that contains a realm that wasn't in a previous 401 response's WWW-Authenticate header, or an Authorization header with an incorrect realm was received without a previous 401 response being sent, the get_authorization_header() function in res_pjsip_authenticator_digest will return a NULL. This wasn't being checked before attempting to get the digest algorithm from the header which causes a SEGV. This issue has been patched in versions 20.15.2, 21.10.2, and 22.5.2. There are no workarounds.
References
Link | Resource |
---|---|
https://github.com/asterisk/asterisk/commit/02993717b08f899d4aca9888062f35dfb198584f | Patch |
https://github.com/asterisk/asterisk/pull/1407 | Issue Tracking Patch |
https://github.com/asterisk/asterisk/security/advisories/GHSA-64qc-9x89-rx5j | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
20 Oct 2025, 17:51
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:sangoma:asterisk:*:*:*:*:*:*:*:* | |
First Time |
Sangoma asterisk
Sangoma |
|
References | () https://github.com/asterisk/asterisk/commit/02993717b08f899d4aca9888062f35dfb198584f - Patch | |
References | () https://github.com/asterisk/asterisk/pull/1407 - Issue Tracking, Patch | |
References | () https://github.com/asterisk/asterisk/security/advisories/GHSA-64qc-9x89-rx5j - Vendor Advisory |
28 Aug 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-08-28 16:15
Updated : 2025-10-20 17:51
NVD link : CVE-2025-57767
Mitre link : CVE-2025-57767
CVE.ORG link : CVE-2025-57767
JSON object : View
Products Affected
sangoma
- asterisk
CWE
CWE-253
Incorrect Check of Function Return Value