vendor:
AAWP
by:
Andrea Bocchetti
8.8
CVSS
HIGH
Reflected Cross Site Scripting (XSS)
79
CWE
Product Name: AAWP
Affected Version From: 3.16
Affected Version To: 3.16
Patch Exists: NO
Related CWE:
CPE: 2.3:a:wordpress:aawp:3.16
Platforms Tested: Windows 10 - Chrome, WordPress 5.8.2
2022
WordPress Plugin AAWP 3.16 – ‘tab’ Reflected Cross Site Scripting (XSS) (Authenticated)
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'tab' parameter of the 'admin.php' script. A remote authenticated attacker can execute arbitrary HTML and script code in a browser in the context of the vulnerable website. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to update sensitive server-side resources. It is recommended to use a whitelist of accepted inputs that strictly conform to specifications. It is also recommended to disable the 'tab' parameter.