Actions
Security #6187
opendetect: handle allocation failures during rule reload
Affected Versions:
Label:
CVE:
Git IDs:
Severity:
MODERATE
Disclosure Date:
Description
Currently, we `BUG_ON` allocation failures
It looks plausible to run out of memory when trying to reload rules...
Found by nallocfuzz
Updated by Philippe Antoine over 2 years ago
- Copied from Security #5851: rust: handle allocation failures added
Updated by Philippe Antoine over 2 years ago
- Copied to Optimization #6188: ConfYamlLoadString: handle allocation failures added
Updated by Philippe Antoine almost 2 years ago
- Priority changed from Normal to Low
Updated by Victor Julien over 1 year ago
- Status changed from New to Assigned
- Priority changed from Low to Normal
Updated by Philippe Antoine over 1 year ago
I think this one can be postponed after 8
Updated by Victor Julien 7 months ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Additionally to handling the C asserts, we have the problem of Rust panic catching.
Updated by Victor Julien 19 days ago
- Subject changed from DetectEngineReload: handle allocation failures to detect: handle allocation failures during rule reload
Actions