Update clamav-unauth.yaml
parent
a7e3ec1059
commit
31388710e7
|
@ -8,6 +8,9 @@ info:
|
||||||
ClamAV server 0.99.2, and possibly other previous versions, allow the execution
|
ClamAV server 0.99.2, and possibly other previous versions, allow the execution
|
||||||
of dangerous service commands without authentication. Specifically, the command 'SCAN'
|
of dangerous service commands without authentication. Specifically, the command 'SCAN'
|
||||||
may be used to list system files and the command 'SHUTDOWN' shut downs the service.
|
may be used to list system files and the command 'SHUTDOWN' shut downs the service.
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: 'port:3310 product:"ClamAV" version:"0.99.2"'
|
||||||
reference:
|
reference:
|
||||||
- https://seclists.org/nmap-dev/2016/q2/201
|
- https://seclists.org/nmap-dev/2016/q2/201
|
||||||
- https://bugzilla.clamav.net/show_bug.cgi?id=11585
|
- https://bugzilla.clamav.net/show_bug.cgi?id=11585
|
||||||
|
@ -20,7 +23,10 @@ network:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
- "{{Host}}:3310"
|
- "{{Host}}:3310"
|
||||||
read-size: 48
|
read-size: 48
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "No such file"
|
- "No such"
|
||||||
|
- "lstat() failed"
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue