header-logo
Suggest Exploit
vendor:
Rapid Install Web Server
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Rapid Install Web Server
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:oracle:rapid_install_web_server
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Cross-Site Scripting Vulnerability in Oracle Rapid Install Web Server

The Oracle Rapid Install Web Server is vulnerable to a cross-site scripting (XSS) attack due to inadequate input sanitization. An attacker can exploit this vulnerability by injecting malicious HTML and script code into the victim's browser. This can lead to the theft of authentication credentials and enable further attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to apply the latest security patches or updates provided by Oracle. Additionally, input validation and sanitization techniques should be implemented to prevent the execution of malicious scripts.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/24697/info

Oracle Rapid Install Web Server is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.

An attacker can exploit this vulnerability to inject HTML and script code into the browser of an unsuspecting victim. The attacker may then steal cookie-based authentication credentials and launch other attacks.

http://www.example.com:8004/pls/MSBEP004/<script>alert("XSS")</script>

http://www.example.com:8004/pls/<script>alert("XSS")</script>