CVE-2026-90780 PUBLISHED

SIPp through 3.7.7 Buffer Overflow via Oversized SIP Header Content

Assigner: VulnCheck
Reserved: 13.09.2026 Published: 13.09.2026 Updated: 13.09.2026

SIPp through 3.7.7 contains a buffer overflow vulnerability in the get_header() function in src/sip_parser.cpp when processing SIP messages with header content exceeding 20,490 bytes. Unauthenticated remote attackers can send crafted SIP messages with oversized headers to overflow the static buffer and crash the process.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor SIPp
Product sipp
Versions Default: unaffected
  • affected from 0 to 3.7.7 (incl.)

Credits

  • Tristan Madani reporter

References

Problem Types

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