Skip to content

Commit

Permalink
New Nuclei template for sassy-social-share-acaa8714dde25500236e86d780…
Browse files Browse the repository at this point in the history
…ca3722.yaml [Sat Nov 30 03:44:17 UTC 2024] :robot:
  • Loading branch information
actions-user committed Nov 30, 2024
1 parent d92c795 commit 7e75a5b
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: sassy-social-share-acaa8714dde25500236e86d780ca3722

info:
name: >
Social Sharing Plugin – Sassy Social Share <= 3.3.69 - Reflected Cross-Site Scripting via heateor_mastodon_share Parameter
author: topscoder
severity: medium
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/3d065c2a-da7d-469a-b57d-f2fd5b760ff4?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/sassy-social-share/"
google-query: inurl:"/wp-content/plugins/sassy-social-share/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,sassy-social-share,medium

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

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

0 comments on commit 7e75a5b

Please sign in to comment.