Skip to content

Commit

Permalink
New Nuclei template for woodmart-de1e920ddac57f19879e162096d40836.yam…
Browse files Browse the repository at this point in the history
…l [Thu Dec 12 03:48:23 UTC 2024] :robot:
  • Loading branch information
actions-user committed Dec 12, 2024
1 parent 6ced8d0 commit 8d11f22
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: woodmart-de1e920ddac57f19879e162096d40836

info:
name: >
WoodMart <= 8.0.3 - Unauthenticated Arbitrary Shortcode Execution
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/1caa8baa-0783-4bc9-af03-46a3a2cf3538?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/woodmart/"
google-query: inurl:"/wp-content/themes/woodmart/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,woodmart,low

http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/woodmart/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:
- "woodmart"
part: body

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

0 comments on commit 8d11f22

Please sign in to comment.