CVE-2026-63449 PUBLISHED

Suricata sip: large SIP message bodies can evade detection with frame keyword

Assigner: GitHub_M
Reserved: 16.07.2026 Published: 18.09.2026 Updated: 18.09.2026

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. From 8.0.0 until 8.0.6, the SIP parser in rust/src/sip/parser.rs stores request and response body lengths in 16-bit fields. A SIP body larger than 65,536 bytes can truncate the length and prevent frame:request.body or frame:response.body from exposing the complete body to inspection, allowing content in the omitted portion to evade frame-based detection. This issue is fixed in version 8.0.6.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 3.7

Product Status

Vendor OISF
Product suricata
Versions
  • Version >= 8.0.0, < 8.0.6 is affected

References

Problem Types

  • CWE-197: Numeric Truncation Error CWE