Actions
Security #7411
closedtcp: generic detection bypass using TCP urgent support
Git IDs:
6882bcb3e51bd3cf509fb6569cc30f48d7bb53d7
779f9d8ba35c3f9b5abfa327d3a4209861bd2eb8
d11e8a8ee7fb2cb2da0567de16bde344e1313f36
Severity:
HIGH
Disclosure Date:
Description
TCP urgent is not supported specifically by Suricata, but it's also very unclear that good support would look like. A whole range of RFC's define, redefine the concept, and real work implementations appear to match none of them. Since the behavior is not only OS specific, but can also depend on OS-wide settings and per application settings, it's impossible to reliably support all possible cases of TCP urgent.
Therefore, the idea is to implement a packet normalizer (#1979) that can strip the behavior, or simply drop the packets.
Reported by Team Superflat.
Updated by Juliana Fajardini Reichow 7 months ago
- CVE set to 2024-55629
Updated by Victor Julien 7 months ago
- Status changed from In Progress to Closed
- Git IDs updated (diff)
- Severity changed from MODERATE to HIGH
Updated by Juliana Fajardini Reichow about 12 hours ago
- Private changed from Yes to No
Actions