Actions
Bug #3687
closedNull dereference in DetectEngineSignatureIsDuplicate
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport
Description
Found by oss-fuzz :
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21973
Signatures input is
alert tcp any any -> any any sid:6; alert tcp any any <> any , alert tcp any any -> any any sid:6;rev:1; alert tcp any any -> any any rev:1;
Updated by Philippe Antoine over 4 years ago
- Status changed from New to Assigned
- Assignee set to Philippe Antoine
- Target version set to 6.0.0beta1
- Affected Versions 5.0.3 added
Updated by Philippe Antoine over 4 years ago
Another reproducer is
alert tcp any any -> any any sid:6;rev:1; alert tcp any any <> any 1 rev:1;sid:2; alert tcp any any -> any any sid:6;rev:2; alert tcp any any -> any 1 rev:2;sid:2;
Updated by Philippe Antoine over 4 years ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky over 4 years ago
- Copied to Bug #3742: Null dereference in DetectEngineSignatureIsDuplicate added
Updated by Jeff Lucovsky over 4 years ago
- Copied to Bug #3743: Null dereference in DetectEngineSignatureIsDuplicate added
Updated by Philippe Antoine over 4 years ago
Another variant found as https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22586
Updated by Philippe Antoine over 4 years ago
And yet another variant as https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22487
And yet yet another with https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22715
and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23400
Updated by Victor Julien over 4 years ago
- Status changed from In Review to Closed
- Private changed from Yes to No
Updated by Philippe Antoine over 4 years ago
Should we add a regression test for this ?
Actions