CVE-2022-31001

Sofia-SIP is an open-source Session Initiation Protocol (SIP) User-Agent library. Prior to version 1.13.8, an attacker can send a message with evil sdp to FreeSWITCH, which may cause crash. This type of crash may be caused by `#define MATCH(s, m) (strncmp(s, m, n = sizeof(m) - 1) == 0)`, which will make `n` bigger and trigger out-of-bound access when `IS_NON_WS(s[n])`. Version 1.13.8 contains a patch for this issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:signalwire:sofia-sip:*:*:*:*:*:*:*:*

Configuration 2 (hide)

OR cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

15 Feb 2024, 21:24

Type Values Removed Values Added
References (DEBIAN) https://www.debian.org/security/2023/dsa-5410 - (DEBIAN) https://www.debian.org/security/2023/dsa-5410 - Third Party Advisory
CPE cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Information

Published : 2022-05-31 20:15

Updated : 2024-02-28 19:09


NVD link : CVE-2022-31001

Mitre link : CVE-2022-31001

CVE.ORG link : CVE-2022-31001


JSON object : View

Products Affected

debian

  • debian_linux

signalwire

  • sofia-sip
CWE
CWE-125

Out-of-bounds Read