Skip to content

Commit

Permalink
New Nuclei template for yottie-lite-fb1f33314147570709851abd24ae4ac1.…
Browse files Browse the repository at this point in the history
…yaml [Wed Feb 19 03:42:38 UTC 2025] :robot:
  • Loading branch information
actions-user committed Feb 19, 2025
1 parent 02a01a9 commit 4c0ef0c
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: yottie-lite-fb1f33314147570709851abd24ae4ac1

info:
name: >
Elfsight Yottie Lite <= 1.3.3 - Authenticated (Administrator+) 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/397e9d40-ecd3-4800-9191-c7e4805bcb31?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/yottie-lite/"
google-query: inurl:"/wp-content/plugins/yottie-lite/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,yottie-lite,low

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

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

0 comments on commit 4c0ef0c

Please sign in to comment.