vendor:
AbleDating script
by:
Dr-mosta
7,5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: AbleDating script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
AbleDating script 2010 Critical XSS Vulnerability
AbleDating script is vulnerable to Cross-Site Scripting (XSS) attacks. An attacker can inject malicious JavaScript code into the vulnerable parameters of the application. The malicious code can be injected into the 'title' or 'description' of a post in the forum, or into the 'date' parameter of the 'events_event_edit.php' page. The malicious code will be executed in the browser of the victim when they visit the affected page.
Mitigation:
Input validation should be used to prevent malicious code from being injected into the application. The application should also be configured to use a Content Security Policy (CSP) to prevent malicious code from being executed.