header-logo
Suggest Exploit
vendor:
Okyanusmedya
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Okyanusmedya
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Okyanusmedya Cross-Site Scripting Vulnerability

The Okyanusmedya application fails to properly sanitize user-supplied input, leading to a cross-site scripting vulnerability. An attacker can exploit this vulnerability by injecting arbitrary script code into the affected site, potentially allowing them to steal authentication credentials and launch further attacks.

Mitigation:

To mitigate this vulnerability, developers should implement proper input validation and sanitization techniques. All user-supplied input should be properly encoded or filtered to prevent script code injection.
Source

Exploit-DB raw data:

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

Okyanusmedya is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. 

http://www.example.com/index.php?pages=%3E%22%3E%3CScRiPt%20%0a%0d%3Ealert(document.cookie)%3B%3C/ScRiPt%3E http://www.example.com/index.php?pages=menu=3E%22%3E%3CScRiPt%20%0a%0d%3Ealert(document.cookie)%3B%3C/script%3E