Oxid EShop Installer Exposure
ID: oxid-eshop-installer
Severity: high
Author: ritikchaddha
Tags: misconfig,oxid,eshop,install,exposure
Description
Section titled “Description”Oxid EShop is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/oxid-eshop-installer.yaml"