Skip to content

Commit

Permalink
New Nuclei template for uncode-d3a9a0086c6fdacd6b3538be60126c22.yaml …
Browse files Browse the repository at this point in the history
…[Tue Feb 18 03:37:51 UTC 2025] :robot:
  • Loading branch information
actions-user committed Feb 18, 2025
1 parent 272d796 commit 4d95a6a
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: uncode-d3a9a0086c6fdacd6b3538be60126c22

info:
name: >
Uncode <= 2.9.1.6 - Authenticated (Subscriber+) Arbitrary File Read in uncode_recordMedia
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/d592141d-191b-4739-bc0a-07549ef2f31b?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/uncode/"
google-query: inurl:"/wp-content/themes/uncode/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,uncode,low

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

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

0 comments on commit 4d95a6a

Please sign in to comment.