CVE-2023-22741

Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. In affected versions Sofia-SIP **lacks both message length and attributes length checks** when it handles STUN packets, leading to controllable heap-over-flow. For example, in stun_parse_attribute(), after we get the attribute's type and length value, the length will be used directly to copy from the heap, regardless of the message's left size. Since network users control the overflowed length, and the data is written to heap chunks later, attackers may achieve remote code execution by heap grooming or other exploitation methods. The bug was introduced 16 years ago in sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs with git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Configurations

Configuration 1 (hide)

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

History

21 Nov 2024, 07:45

Type Values Removed Values Added
References () https://github.com/freeswitch/sofia-sip/commit/da53e4fbcb138b080a75576dd49c1fff2ada2764 - Patch, Third Party Advisory () https://github.com/freeswitch/sofia-sip/commit/da53e4fbcb138b080a75576dd49c1fff2ada2764 - Patch, Third Party Advisory
References () https://github.com/freeswitch/sofia-sip/security/advisories/GHSA-8599-x7rq-fr54 - Exploit, Patch, Third Party Advisory () https://github.com/freeswitch/sofia-sip/security/advisories/GHSA-8599-x7rq-fr54 - Exploit, Patch, Third Party Advisory
References () https://www.debian.org/security/2023/dsa-5410 - () https://www.debian.org/security/2023/dsa-5410 -
Summary
  • (es) Sofia-SIP es una librería SIP User-Agent de código abierto que cumple con la especificación IETF RFC3261. En las versiones afectadas, Sofia-SIP **carece de comprobaciones de la longitud del mensaje y de la longitud de los atributos** cuando maneja paquetes STUN, lo que provoca un desbordamiento controlable del almacenamiento dinámico. Por ejemplo, en stun_parse_attribute(), después de obtener el tipo y el valor de longitud del atributo, la longitud se usará directamente para copiar desde el heap, independientemente del tamaño izquierdo del mensaje. Dado que los usuarios de la red controlan la longitud desbordada y los datos se escriben en fragmentos de heap más tarde, los atacantes pueden lograr la ejecución remota de código mediante la preparación del heap u otros métodos de explotación. El error se introdujo hace 16 años en sofia-sip 1.12.4 (más algunos parches hasta el 21/12/2006) en las librerías del árbol con git-svn-id: http://svn.freeswitch.org/svn/freeswitch/ tronco@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2. Se recomienda a los usuarios que actualicen. No se conocen soluciones para esta vulnerabilidad.

Information

Published : 2023-01-19 22:15

Updated : 2024-11-21 07:45


NVD link : CVE-2023-22741

Mitre link : CVE-2023-22741

CVE.ORG link : CVE-2023-22741


JSON object : View

Products Affected

signalwire

  • sofia-sip
CWE
CWE-120

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

CWE-787

Out-of-bounds Write