9.8

CVE-2022-23608

PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. In versions up to and including 2.11.1 when in a dialog set (or forking) scenario, a hash key shared by multiple UAC dialogs can potentially be prematurely freed when one of the dialogs is destroyed . The issue may cause a dialog set to be registered in the hash table multiple times (with different hash keys) leading to undefined behavior such as dialog list collision which eventually leading to endless loop. A patch is available in commit db3235953baa56d2fb0e276ca510fefca751643f which will be included in the next release. There are no known workarounds for this issue.

Data is provided by the National Vulnerability Database (NVD)
TeluuPjsip Version <= 2.11.1
AsteriskCertified Asterisk Version < 16.8.0
AsteriskCertified Asterisk Version16.8.0 Updatecert1
AsteriskCertified Asterisk Version16.8.0 Updatecert10
AsteriskCertified Asterisk Version16.8.0 Updatecert11
AsteriskCertified Asterisk Version16.8.0 Updatecert12
AsteriskCertified Asterisk Version16.8.0 Updatecert2
AsteriskCertified Asterisk Version16.8.0 Updatecert3
AsteriskCertified Asterisk Version16.8.0 Updatecert4
AsteriskCertified Asterisk Version16.8.0 Updatecert5
AsteriskCertified Asterisk Version16.8.0 Updatecert6
AsteriskCertified Asterisk Version16.8.0 Updatecert7
AsteriskCertified Asterisk Version16.8.0 Updatecert8
AsteriskCertified Asterisk Version16.8.0 Updatecert9
SangomaAsterisk Version >= 16.0.0 < 16.24.1
SangomaAsterisk Version >= 18.0.0 < 18.10.1
SangomaAsterisk Version >= 19.0.0 < 19.2.1
DebianDebian Linux Version9.0
DebianDebian Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.58% 0.68
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvd@nist.gov 7.5 10 6.4
AV:N/AC:L/Au:N/C:P/I:P/A:P
security-advisories@github.com 8.1 2.2 5.9
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.