Actions
Bug #5168
closeddetect/iponly: non-cidr netmask settings can lead incorrect detection
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0
Description
A rule like alert ip any any -> 0.0.0.5/0.0.0.5 any (sid:1;)
fails to work properly, hits a DEBUG_VALIDATE_BUG_ON
and leaks memory.
The engine internally only correctly handles netmasks that can be expressed through the CIDR notation as well.
(From: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
Files
Actions