vendor:
Wappointment
by:
Renos Nikolaou
8,8
CVSS
HIGH
Stored Cross Site Scripting
79
CWE
Product Name: Wappointment
Affected Version From: 2.2.4
Affected Version To: 2.2.4
Patch Exists: NO
Related CWE: N/A
CPE: 2.2.4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2021
WordPress Plugin Wappointment 2.2.4 – Stored Cross-Site Scripting (XSS)
Wappointment is prone to Stored Cross Site Scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker can exploit this vulnerability by sending a malicious payload in the 'name' parameter of the POST request. This will allow the attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Mitigation:
Input validation should be used to ensure that untrusted data is not stored in the application. All user-supplied input should be validated and filtered before being stored in the application.