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.
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.
Link | Tags |
---|---|
https://github.com/pjsip/pjproject/security/advisories/GHSA-ffff-m5fm-qm62 | patch third party advisory issue tracking |
https://github.com/pjsip/pjproject/commit/db3235953baa56d2fb0e276ca510fefca751643f | third party advisory patch |
http://seclists.org/fulldisclosure/2022/Mar/1 | patch mailing list third party advisory |
http://packetstormsecurity.com/files/166226/Asterisk-Project-Security-Advisory-AST-2022-005.html | third party advisory vdb entry |
https://lists.debian.org/debian-lts-announce/2022/03/msg00035.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2022/03/msg00040.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202210-37 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/11/msg00021.html | third party advisory mailing list |
https://www.debian.org/security/2022/dsa-5285 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2023/08/msg00038.html | mailing list |