Impact
TCP streams with TCP urgent data (out of band data) can lead to Suricata analyzing data differently than the applications at the TCP endpoints, leading to possible evasions.
Patches
Suricata 7.0.8 includes options to allow users to configure how to handle TCP urgent data.
Workarounds
In IPS mode, you can use a rule such as drop tcp any any -> any any (sid:1; tcp.flags:U*;)
to drop all the packets with urgent flag set.
References
https://redmine.openinfosecfoundation.org/issues/7411
Credits
Reported by Team Superflat
Impact
TCP streams with TCP urgent data (out of band data) can lead to Suricata analyzing data differently than the applications at the TCP endpoints, leading to possible evasions.
Patches
Suricata 7.0.8 includes options to allow users to configure how to handle TCP urgent data.
Workarounds
In IPS mode, you can use a rule such as
drop tcp any any -> any any (sid:1; tcp.flags:U*;)
to drop all the packets with urgent flag set.References
https://redmine.openinfosecfoundation.org/issues/7411
Credits
Reported by Team Superflat