Skip to content

Commit

Permalink
New Nuclei template for wp-datepicker-a0a3a939de82e147fd84bf12ef7cefe…
Browse files Browse the repository at this point in the history
…f.yaml [Tue Dec 24 03:39:16 UTC 2024] :robot:
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 221b11c commit 4415310
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-datepicker-a0a3a939de82e147fd84bf12ef7cefef

info:
name: >
WP Datepicker <= 2.1.4 - Reflected Cross-Site Scripting
author: topscoder
severity: medium
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b6b61731-ded2-4ac1-83f6-686daf92441e?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/wp-datepicker/"
google-query: inurl:"/wp-content/plugins/wp-datepicker/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,wp-datepicker,medium

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

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

0 comments on commit 4415310

Please sign in to comment.