Skip to content

Commit

Permalink
New Nuclei template for adforest-e83f34353ce1bb79d2c778a1988f4ca8.yam…
Browse files Browse the repository at this point in the history
…l [Sat Dec 21 03:36:58 UTC 2024] :robot:
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent ec26d66 commit 6b451c4
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
id: adforest-e83f34353ce1bb79d2c778a1988f4ca8

info:
name: >
AdForest <= 5.1.6 - Authentication Bypass
author: topscoder
severity: critical
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/f374b3d1-820b-473f-8d2b-c3267e6d23d9?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/adforest/"
google-query: inurl:"/wp-content/themes/adforest/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,adforest,critical

http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/adforest/style.css"

extractors:
- type: regex
name: version
part: body
group: 1
internal: true
regex:
- "(?mi)Version: ([0-9.]+)"

- type: regex
name: version
part: body
group: 1
regex:
- "(?mi)Version: ([0-9.]+)"

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
words:
- "adforest"
part: body

- type: dsl
dsl:
- compare_versions(version, '<= 5.1.6')

0 comments on commit 6b451c4

Please sign in to comment.