Skip to content

Commit

Permalink
New Nuclei template for wpextended-cd6df911f84682027c580d9baa72ff97.y…
Browse files Browse the repository at this point in the history
…aml [Wed Sep 4 03:34:59 UTC 2024] :robot:
  • Loading branch information
actions-user committed Sep 4, 2024
1 parent 547e155 commit b51a946
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: wpextended-cd6df911f84682027c580d9baa72ff97

info:
name: >
The Ultimate WordPress Toolkit – WP Extended <= 3.0.8 - Authenticated (Subscriber+) Arbitrary Options Update
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/9d47df99-cff5-4be7-ab8e-ef333cf3755b?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/wpextended/"
google-query: inurl:"/wp-content/plugins/wpextended/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,wpextended,low

http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/wpextended/readme.txt"

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

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

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

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

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

0 comments on commit b51a946

Please sign in to comment.