Skip to content

Oxid EShop Installer Exposure

ID: oxid-eshop-installer

Severity: high

Author: ritikchaddha

Tags: misconfig,oxid,eshop,install,exposure

Oxid EShop is susceptible to the Installation page exposure due to misconfiguration.

id: oxid-eshop-installer
info:
name: Oxid EShop Installer Exposure
author: ritikchaddha
severity: high
description: Oxid EShop is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:oxid-esales:eshop:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: oxid-esales
product: eshop
shodan-query: title:"OXID eShop installation"
tags: misconfig,oxid,eshop,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/Setup/index.php/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OXID eShop installation'
- 'System Requirements'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022053ac1081d7532f2f1d49a356d9838b2af038163d622a052edc73f2fd9d266d6402210088ba8f9214f4719f6f69276e75854f0ac0be4bcf0f8096530acc9cc69d529475: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/misconfiguration/installer/oxid-eshop-installer.yaml"

View on Github