Actions
Bug #5379
closeddetect/udp: different detection from rules when UDP/TCP header is broken
Affected Versions:
Effort:
Difficulty:
Label:
Description
As reported in the forum: https://forum.suricata.io/t/different-detection-from-rules-when-udp-header-is-broken/2527
The rule
alert udp $EXTERNAL_NET :1024 <> $HOME_NET 0 (msg:"UDP Port 0"; sid:1;)
Generates alert with broken UDP packets (pcap attached):
05/30/2022-12:34:15.240177 [**] [1:1:0] UDP Port 0 [**] [Classification: (null)] [Priority: 3] {UDP} 192.168.100.102:0 -> 192.0.2.1:0
Files
Actions