CVE-2024-3119

A buffer overflow vulnerability exists in all versions of sngrep since v0.4.2, due to improper handling of 'Call-ID' and 'X-Call-ID' SIP headers. The functions sip_get_callid and sip_get_xcallid in sip.c use the strncpy function to copy header contents into fixed-size buffers without checking the data length. This flaw allows remote attackers to execute arbitrary code or cause a denial of service (DoS) through specially crafted SIP messages.
Configurations

No configuration.

History

10 Apr 2024, 00:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-10 00:15

Updated : 2024-04-10 13:23


NVD link : CVE-2024-3119

Mitre link : CVE-2024-3119

CVE.ORG link : CVE-2024-3119


JSON object : View

Products Affected

No product.

CWE
CWE-120

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