header-logo
Suggest Exploit
vendor:
SAP Internet Graphics Server
by:
7.6
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: SAP Internet Graphics Server
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

SAP Internet Graphics Server Cross-Site Scripting Vulnerability

The SAP Internet Graphics Server is prone to a cross-site scripting vulnerability due to improper sanitization of user-supplied input. An attacker can exploit this vulnerability by injecting malicious script code into the affected website, potentially leading to the theft of authentication credentials and the execution of other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate all user-supplied input before using it in the application.
Source

Exploit-DB raw data:

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

SAP Internet Graphics Server is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.

An attacker may perform cross-site scripting attacks on unsuspecting users in the context of the affected website. As a result, the attacker may be able to steal cookie-based authentication credentials and to launch other attacks. 

http://www.example.com/ADM:GETLOGFILE?PARAMS=<script>alert("hello")</script>