header-logo
Suggest Exploit
vendor:
Buy Dating Site
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Buy Dating Site
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Datetopia Buy Dating Site Cross-Site Scripting Vulnerability

The Datetopia Buy Dating Site is vulnerable to cross-site scripting (XSS) due to improper sanitization of user-supplied input. An attacker can inject arbitrary script code into the browser of a victim user, potentially leading to the theft of authentication credentials and other malicious activities.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input sanitization and validation mechanisms. All user-supplied input should be properly encoded or filtered to prevent the execution of malicious script code.
Source

Exploit-DB raw data:

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

Datetopia Buy Dating Site is prone to a cross-site scripting vulnerability because the it 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/profile.php?profile_id=568&s_r="><script>alert(document.cookie);</script>