9.8
CVE-2022-23608
- EPSS 0.58%
- Published 22.02.2022 20:15:07
- Last modified 21.11.2024 06:48:55
- Source security-advisories@github.com
- Teams watchlist Login
- Open Login
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)
Asterisk ≫ Certified Asterisk Version < 16.8.0
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert1
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert10
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert11
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert12
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert2
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert3
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert4
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert5
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert6
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert7
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert8
Asterisk ≫ Certified Asterisk Version16.8.0 Updatecert9
Debian ≫ Debian Linux Version9.0
Debian ≫ Debian Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.58% | 0.68 |
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.