vendor:
PHPMyWind
by:
小雨
6,1
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: PHPMyWind
Affected Version From: 5.3
Affected Version To: 5.3
Patch Exists: NO
Related CWE: CVE-2017-12984
CPE: a:phpmywind:phpmywind:5.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2017
PHPMyWind 5.3 has XSS
PHPMyWind 5.3 is vulnerable to Cross-Site Scripting (XSS) due to insufficient filtration of user-supplied input. An attacker can inject malicious JavaScript code into the 'nickname', 'contact' and 'content' parameters of the 'message_update.php' script, which is then stored in the database and executed in the browser of an unsuspecting user when the malicious message is viewed.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically generate web content. All user-supplied input should be validated and filtered before being used in the application.