Actions
Bug #458
closedClamAV fires on Suricata binary if unittests are enabled
Affected Versions:
Effort:
Difficulty:
Label:
Description
It appears that some of the unittests use metasploit payloads which are detected by ClamAV:
src/app-layer-dcerpc.o: Exploit.Fnstenv_mov-1 FOUND
src/detect-engine-dcepayload.o: Exploit.Fnstenv_mov-1 FOUND
Disabling unittests resolves the issue.
Please rewrite or remove the affected unittests.
Files
Updated by Anoop Saldanha over 12 years ago
- File 0001-bug-458-unittest-that-uses-clamav-FPing-payload-disa.patch 0001-bug-458-unittest-that-uses-clamav-FPing-payload-disa.patch added
patch attached. Disabled the unittest for now. Needs to be rewritten though.
Updated by Victor Julien over 12 years ago
After applying, one remains:
$ clamscan *o -i
detect-engine-dcepayload.o: Exploit.Fnstenv_mov-1 FOUND
Updated by Victor Julien over 12 years ago
- Status changed from Assigned to Closed
Disabled the remaining tests causing this issue.
Actions