You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rule: keyword ldap.responses.attribute_type with transforms leads to stack buffer overflow during rule load
Moderate
victorjulien
published
GHSA-vxcg-38x4-gj7jSep 30, 2025
Package
suricata
Affected versions
8.0.0
Patched versions
8.0.1
Description
Impact
Rules using keyword ldap.responses.attribute_type (which is long) with transforms can lead to a stack buffer overflow during Suricata startup or during a rule reload.
Patches
Update to 8.0.1.
Workarounds
Disable rules with ldap.responses.attribute_type and transforms
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
Learn more on MITRE.
Impact
Rules using keyword
ldap.responses.attribute_type
(which is long) with transforms can lead to a stack buffer overflow during Suricata startup or during a rule reload.Patches
Update to 8.0.1.
Workarounds
Disable rules with
ldap.responses.attribute_type
and transformsReferences
https://redmine.openinfosecfoundation.org/issues/7861