Skip to content

ioncube Loader Wizard Disclosure

ID: ioncube-loader-wizard

Severity: medium

Author: Mubassirpatel

Tags: ioncube,disclosure,exposure

An ioncube Loader Wizard was discovered.

id: ioncube-loader-wizard
info:
name: ioncube Loader Wizard Disclosure
author: Mubassirpatel
severity: medium
description: An ioncube Loader Wizard was discovered.
reference:
- https://firefart.at/post/multiple-vulnerabilities-in-ioncube-loader-wizard/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 2
tags: ioncube,disclosure,exposure
http:
- method: GET
path:
- "{{BaseURL}}/ioncube/loader-wizard.php"
- "{{BaseURL}}/loader-wizard.php"
matchers-condition: and
matchers:
- type: word
words:
- "ionCube Loader Wizard"
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022018be0a43458d382ac664615f84c2dac40f6771103fd31e8d825d7499fbcf0a76022100fab3fb0d70f5f428f5287cd1fd00476bced378687a6db2a96b503f75e7397e5a: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/exposures/files/ioncube-loader-wizard.yaml"

View on Github