漏洞描述
DedeCMS 5.7 Web Path Disclosure
fofa: app="Dedecms"
shodan: http.html:"Dedecms"
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()