Skip to content

Commit

Permalink
New Nuclei template for zita-site-library-881054a0a0b2a172e253748c594…
Browse files Browse the repository at this point in the history
…27ba9.yaml [Wed Oct 16 03:42:01 UTC 2024] :robot:
  • Loading branch information
actions-user committed Oct 16, 2024
1 parent f671c1d commit 7afab1d
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: zita-site-library-881054a0a0b2a172e253748c59427ba9

info:
name: >
Zita Elementor Site Library <= 1.6.3 - Authenticated (Author+) Stored Cross-Site Scripting via SVG File Upload
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/cc1c76ee-078d-4c9a-a4d3-063d9147d7e8?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/zita-site-library/"
google-query: inurl:"/wp-content/plugins/zita-site-library/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,zita-site-library,low

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

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

0 comments on commit 7afab1d

Please sign in to comment.