vendor:
PHP-NuKe
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79 (Cross-Site Scripting)
CWE
Product Name: PHP-NuKe
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
Related CWE:
CPE:
Platforms Tested: Unknown
Unknown
PHP-NuKe Remote Cross-Site Scripting Vulnerability
PHP-NuKe is vulnerable to a remote cross-site scripting (XSS) vulnerability. The vulnerability is caused by the 'cookiedecode()' function failing to properly sanitize user-supplied cookie parameters. This allows a remote attacker to create a malicious link that includes hostile HTML and script code. If a victim user follows this link, the hostile code may be rendered in their web browser, potentially leading to the theft of cookie-based authentication credentials or other attacks.
Mitigation:
It is recommended to apply the latest patches or updates provided by the vendor to address this vulnerability. Additionally, input validation and output encoding should be implemented to properly sanitize user-supplied data.