Actions
Bug #6656
closeddetect/requires: assertion failed !(ret == -4)
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65320
Reproducer is drop ip :: 0 <> :: 0 requireS:feature;sid:1;
Updated by Philippe Antoine 10 months ago
The bug looks like alert ip any any -> any any (requireS:feature geoip;sid:1;)
triggers with an uppercase S in requireS
alert ip any any -> any any (requires:feature geoip;sid:1;)
does not trigger with all lowercase requires
Updated by Philippe Antoine 10 months ago
SigTableGet
uses strcasecmp
and so should definition of requires_only
instead of using strcmp
Updated by Philippe Antoine 10 months ago
- Status changed from New to In Review
Updated by Philippe Antoine 10 months ago
- Status changed from In Review to Closed
- Assignee changed from Jason Ish to Philippe Antoine
Updated by Jason Ish 9 months ago
- Related to Feature #5972: rules: "requires" keyword representing the minimum version of suricata to support the rule added
Updated by Philippe Antoine 9 months ago
- Status changed from Resolved to Closed
Actions