CVE-2026-57222 PUBLISHED

Suricata ippair: hash collision can cause incorrect state reuse across IPv4 and IPv6

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 18.09.2026 Updated: 18.09.2026

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to 7.0.17 and 8.0.6, crafted IPv4 and IPv6 address pairs can collide in the IPPair hash because src/ippair.c did not compare the IP address family before reusing IPPair-backed state. This can apply state from one IP family to another for xbits track ip_pair, FTP data expectations, and, on the 7.0 release line, thresholding, detection_filter, and rate_filter rules using track by_both, causing incorrect detection state. This issue is fixed in versions 8.0.6 and 7.0.17.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-697: Incorrect Comparison CWE