From b3edbffef844858faa5052bb606b784103dfcccf Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Fri, 24 May 2024 18:12:07 +0300 Subject: [PATCH 1/2] cve-2024-5230 --- http/cves/2024/CVE-2024-5230.yaml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 http/cves/2024/CVE-2024-5230.yaml diff --git a/http/cves/2024/CVE-2024-5230.yaml b/http/cves/2024/CVE-2024-5230.yaml new file mode 100644 index 0000000000..d9b6f5a47c --- /dev/null +++ b/http/cves/2024/CVE-2024-5230.yaml @@ -0,0 +1,33 @@ +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 From 3c31cb5c4e933f6adb0f7fd6a45eecacfd5ac5d1 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 28 May 2024 09:54:05 +0530 Subject: [PATCH 2/2] minor update --- http/cves/2024/CVE-2024-5230.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/http/cves/2024/CVE-2024-5230.yaml b/http/cves/2024/CVE-2024-5230.yaml index d9b6f5a47c..64b2bb9e0e 100644 --- a/http/cves/2024/CVE-2024-5230.yaml +++ b/http/cves/2024/CVE-2024-5230.yaml @@ -9,6 +9,8 @@ info: - 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 + - https://vuldb.com/?ctiid.265981 + - https://vuldb.com/?id.265981 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 @@ -16,18 +18,26 @@ info: cwe-id: CWE-200 epss-score: 0.00045 epss-percentile: 0.15047 - tags: packetstorm,cms,fleetcart + metadata: + verified: true + max-request: 1 + shodan-query: html:"FleetCart" + tags: cve,cve2024,packetstorm,cms,fleetcart,info-leak http: - method: GET path: - "{{BaseURL}}/en/products?query=123" + matchers-condition: and matchers: - type: dsl dsl: - - 'contains(body, "razorpayKeyId:")' - - 'contains(body, "loggedIn:")' - - 'contains(body, "storeName:")' + - 'contains_all(body, "razorpayKeyId:", "loggedIn:", "storeName:")' - 'status_code == 200' condition: and + + - type: word + words: + - "razorpayKeyId: ''" + negative: true