Actions
Bug #6222
closedDecode-events of IPv6 GRE are not triggered
Description
Detection of decode-events of IPv6 GRE packets are not triggered if the GRE decoding fails. I have attached a pcap, that I used for the suricata-verify test, containing IPv4 and IPv6 packets that specify a proto GRE but with a partial GRE payload.
The following rule will be tiggered for GRE over IPv6 but not for GRE over IPv6.
alert ip any any -> any any (msg:"GRE packet too small"; decode-event:gre.pkt_too_small; sid:3;)
Files
Updated by Victor Julien over 1 year ago
- Status changed from New to In Review
- Label Needs backport to 6.0 added
Updated by Victor Julien over 1 year ago
- Status changed from In Review to Resolved
https://github.com/OISF/suricata/pull/9262 was merged, thanks!
Actions