Skip to content

Commit

Permalink
New Nuclei template for wp-spid-italia-3646bc234db5365fe429e884ef9b38…
Browse files Browse the repository at this point in the history
…42.yaml [Sat Jan 11 03:38:42 UTC 2025] :robot:
  • Loading branch information
actions-user committed Jan 11, 2025
1 parent 1fd4cdc commit 38d8101
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: wp-spid-italia-3646bc234db5365fe429e884ef9b3842

info:
name: >
WP SPID Italia <= 2.9 - Authenticated (Contributor+) Stored Cross-Site Scripting
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/0cdadbf2-8b5d-4018-8cee-0d0fb07696f9?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/wp-spid-italia/"
google-query: inurl:"/wp-content/plugins/wp-spid-italia/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,wp-spid-italia,low

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

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

0 comments on commit 38d8101

Please sign in to comment.