Skip to content

Commit

Permalink
New Nuclei template for woffice-2b39d74568e88403e75df623ca0d523c.yaml…
Browse files Browse the repository at this point in the history
… [Thu Dec 19 03:45:27 UTC 2024] :robot:
  • Loading branch information
actions-user committed Dec 19, 2024
1 parent d2bfb46 commit 8aa42b2
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: woffice-2b39d74568e88403e75df623ca0d523c

info:
name: >
Woffice <= 5.4.14 - Unauthenticated Privilege Escalation
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4c64089a-929c-4a36-8aa8-61a5c9e8562b?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/woffice/"
google-query: inurl:"/wp-content/themes/woffice/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,woffice,low

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

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

0 comments on commit 8aa42b2

Please sign in to comment.