Skip to content

Commit

Permalink
New Nuclei template for stripe-payments-6f9029e497174196153a9706a656a…
Browse files Browse the repository at this point in the history
…b6f.yaml [Wed Aug 7 03:34:02 UTC 2024] :robot:
  • Loading branch information
actions-user committed Aug 7, 2024
1 parent b7a0618 commit a7a9dcb
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: stripe-payments-6f9029e497174196153a9706a656ab6f

info:
name: >
Accept Stripe Payments <= 2.0.86 - Authenticated (Contributor+) Stored Cross-Site Scripting via accept_stripe_payment_ng Shortcode
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/f321e41a-3945-47db-a215-aeb001b7b80b?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/stripe-payments/"
google-query: inurl:"/wp-content/plugins/stripe-payments/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,stripe-payments,low

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

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

0 comments on commit a7a9dcb

Please sign in to comment.