Actions
Bug #4895
closedMemory leak with signature using file_data and NFS
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41153
Reproducer is Alert tcp any any -> any any file.data;content:" ";nfs_version:1;sid:2;
Updated by Jeff Lucovsky almost 3 years ago
- Copied from Bug #4839: Memory leak with signature using file_data and NFS added
Updated by Jeff Lucovsky almost 3 years ago
This only happens in master-5.0.x
because file_data
doesn't handle NFS. Rather than introduce a feature into master-5.0.x
, the file_data
validation code will reject rules that combine file_data
and one of the NFS keywords in a rule.
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from Assigned to In Progress
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Progress to In Review
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Review to Closed
Actions