Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2024-33605
HistoryJun 30, 2024 - 5:39 a.m.

Sharp Multifunction Printers - Directory Listing

2024-06-3005:39:15
ProjectDiscovery
github.com
25
vulnerability
directory listing
authentication
attacker
security patches
product upgrades
cvss
cwe-22
sharp
printer
traversal

AI Score

6.8

Confidence

High

It was observed that Sharp printers are vulnerable to an arbitrary directory listing without authentication. Any attacker can list any directory located in the printer and recover any file.
id: CVE-2024-33605

info:
  name: Sharp Multifunction Printers - Directory Listing
  author: gy741
  severity: high
  description: |
    It was observed that Sharp printers are vulnerable to an arbitrary directory listing without authentication. Any attacker can list any directory located in the printer and recover any file.
  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-arbitrary-directory-listing
    - https://jvn.jp/en/vu/JVNVU93051062/index.html
    - https://global.sharp/products/copier/info/info_security_2024-05.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2024-33605
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    shodan-query: "Set-Cookie: MFPSESSIONID="
  tags: cve,cve2024,sharp,printer,traversal

http:
  - method: GET
    path:
      - "{{BaseURL}}/installed_emanual_list.html"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'ServiceEmanualList'
          - '/installed_emanual_down.html'
        condition: and

      - type: word
        part: header
        words:
          - "Set-Cookie: MFPSESSIONID="

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100c5b2cbe816dd280d1fd71f4b2e8e9daa71993e7412bbc86d52ca19d19223684202202d01ae415d5fd8c3758945e17036e3d319cb90bac3eccf633c9f337e91b77272:922c64590222798bb761d5b6d8e72950

AI Score

6.8

Confidence

High

Related for NUCLEI:CVE-2024-33605