CVE-2026-45747 PUBLISHED

Suricata lua/tls: null dereference in TlsGetCertInfo

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 10.09.2026 Updated: 10.09.2026

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to version 7.0.16, the Lua TLS certificate information helper could dereference NULL certificate fields when a Lua script requested certificate information for TLS traffic where some certificate fields were absent. Crafted TLS traffic processed by a deployment using affected Lua TLS scripting could crash Suricata, resulting in denial of service. Version 7.0.16 contains a fix. As a workaround, avoid Lua scripts that call TLS certificate information helpers on untrusted traffic (TlsGetCertInfo function), or update scripts to handle missing certificate fields where possible.

Metrics

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

Product Status

Vendor OISF
Product suricata
Versions
  • Version < 7.0.16 is affected

References

Problem Types

  • CWE-476: NULL Pointer Dereference CWE