Bugzilla – Bug 1200116
VUL-0: CVE-2022-31001: sofia-sip: out of bounds read can lead to remote DoS
Last modified: 2022-06-01 14:15:01 UTC
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. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-31001 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31001 https://github.com/freeswitch/sofia-sip/commit/a99804b336d0e16d26ab7119d56184d2d7110a36 https://github.com/freeswitch/sofia-sip/security/advisories/GHSA-79jq-hh82-cv9g
Affected: - openSUSE:Factory - openSUSE:Backports:SLE-15-SP4 - openSUSE:Backports:SLE-15-SP3