CVE-2018-8937
Description
An issue was discovered in Open-AudIT Professional 2.1. It is possible to inject a malicious payload in the redirect_url parameter to the /login URI to trigger an open redirect. A "data:text/html;base64," payload can be used with JavaScript code.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Open-AudIT Professional 2.1 contains an open redirect vulnerability in the `/login` endpoint via the `redirect_url` parameter, which can be exploited for phishing or reflected XSS.
Vulnerability
Open-AudIT Professional 2.1 fails to validate the redirect_url parameter in the /login URI. An attacker can supply an arbitrary URL, including a data:text/html;base64,... payload containing JavaScript code, causing the application to redirect the user to that location [1]. This is a security misconfiguration that allows untrusted input to control the redirect target.
Exploitation
An attacker crafts a malicious link pointing to http:///omk/open-audit/login?redirect_url=http://attacker.com or a data: URI with base64-encoded JavaScript. No authentication is required. The victim must click the link or be tricked into visiting it. The blog post demonstrates a proof-of-concept using data:text/html;base64,PHNjcmlwdD5hbGVydCgnQk9PTScpPC9zY3JpcHQ+ to execute an alert [1].
Impact
Successful exploitation results in an open redirect, which can be used for phishing attacks to steal credentials. Additionally, the data: URI payload enables reflected cross-site scripting (XSS), allowing arbitrary JavaScript execution in the victim's browser within the application's context. This can lead to session hijacking, data theft, or further compromise [1].
Mitigation
No official fix has been disclosed in the available references. Users of Open-AudIT Professional 2.1 should consider restricting access to the /login endpoint or implementing input validation for the redirect_url parameter to only allow trusted URLs. Upgrading to a patched version, if available, is recommended.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: = 2.1.0
- Range: = 2.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- nileshsapariya.blogspot.ae/2018/03/open-redirect-to-reflected-xss-open.htmlmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.