Actions
Bug #4456
closedDebug assert failed in ikev1 logger
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33241
Reproducer pcap is attached
I wonder if the fix is to remove the assert
https://github.com/OISF/suricata/pull/5955/files#diff-bc4b3b79e63dd6bb3f1b719352a30e9c979b36ada374b68ddaba29c54b410c26R79
Because I do not see how the code can prevent multiple transforms, coming from two different packets/transactions and registered in the ikev1 state
Another fix could be that update
keeps at most one transform
Files
Updated by Jeff Lucovsky over 3 years ago
- Copied from Bug #4433: Debug assert failed in ikev1 logger added
Updated by Shivani Bhardwaj over 3 years ago
- Status changed from Assigned to Rejected
Reason for rejection: ikev1 was not there in 6.0.x and was recently renamed to ike.
Actions