Skip to content

Commit

Permalink
New Nuclei template for aurum-e1998cdbea795fb8c6e7aaa6d39631b4.yaml […
Browse files Browse the repository at this point in the history
…Fri Jan 10 03:40:38 UTC 2025] :robot:
  • Loading branch information
actions-user committed Jan 10, 2025
1 parent 4a55ef0 commit df1ed00
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: aurum-e1998cdbea795fb8c6e7aaa6d39631b4

info:
name: >
Aurum - WordPress & WooCommerce Shopping Theme <= 4.0.2 - Missing Authorization to Authenticated (Subscriber+) Demo Content Import
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/cd132aa5-d30a-41de-aa8d-aefae6c95c47?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/aurum/"
google-query: inurl:"/wp-content/themes/aurum/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,aurum,low

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

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

0 comments on commit df1ed00

Please sign in to comment.