Project

General

Profile

Actions

Bug #6086

closed

Decode-events of IPv6 packets are not triggered

Added by Cole Dishington 11 months ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Target version:
Affected Versions:
Effort:
low
Difficulty:
low
Label:

Description

Detection of decode-events of IPv6 packets are not triggered. I have attached a pcap, that I used for the suricata-verify test, containing IPv4 and IPv6 packets that specify proto UDP and TCP but with no payload. The following rules will be triggered for IPv4 but not for IPv6.

alert tcp any any -> any any (msg:"TCP packet too small"; decode-event:tcp.pkt_too_small; sid:1;)
alert udp any any -> any any (msg:"UDP packet too small"; decode-event:udp.hlen_too_small; sid:2;)


Files

test.pcap (264 Bytes) test.pcap Cole Dishington, 05/25/2023 12:39 AM

Subtasks 1 (0 open1 closed)

Bug #6138: Decode-events of IPv6 packets are not triggered (6.0.x backport)ClosedShivani BhardwajActions
Actions

Also available in: Atom PDF