nuclei-templates/http/cves/2024/CVE-2024-5230.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2024-05-24 15:12:07 +00:00
id: CVE-2024-5230
info:
name: FleetCart 4.1.1 - Information Disclosure
author: securityforeveryone
severity: medium
description: |
Issues with information disclosure in redirect responses. Accessing the majority of the website's pages exposes sensitive data, including the "Razorpay" "razorpayKeyId".
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2024-5230
- https://packetstormsecurity.com/files/178770/FleetCart-4.1.1-Information-Disclosure.html
- https://codecanyon.net/item/fleetcart-laravel-ecommerce-system/23014826
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2024-5230
cwe-id: CWE-200
epss-score: 0.00045
epss-percentile: 0.15047
tags: packetstorm,cms,fleetcart
http:
- method: GET
path:
- "{{BaseURL}}/en/products?query=123"
matchers:
- type: dsl
dsl:
- 'contains(body, "razorpayKeyId:")'
- 'contains(body, "loggedIn:")'
- 'contains(body, "storeName:")'
- 'status_code == 200'
condition: and