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

Cross-Site Scripting Vulnerability in FlatNuke

The FlatNuke application fails to properly sanitize user-supplied input, resulting in a cross-site scripting vulnerability. An attacker can exploit this vulnerability by injecting arbitrary script code into the affected site, potentially leading to the execution of malicious scripts in the browser of unsuspecting users. This can be used to steal authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input sanitization and validation techniques. Additionally, developers should utilize output encoding when displaying user-supplied data to prevent script injection attacks.
Source

Exploit-DB raw data:

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

FlatNuke is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

http://www.example.com/?op=login&nome=<script>alert('LOL');</script>&regpass=1&reregpass=1&anag=1&email=1&homep=http%3A%2F%2F&prof=1&prov=1&ava=1&url_avatar=1&firma=1

http://www.example.com/?op=login&from=home&nome=<script>alert('LOL');</script>&logpassword=1