vendor:
WP Server Log Viewer
by:
strider
7.5
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: WP Server Log Viewer
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: None
CPE: a:anttiviljami:wp_server_log_viewer:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Debian 10 Buster x64 / Kali Linux
2019
WP Server Log Viewer 1.0 – ‘logfile’ Persistent Cross-Site Scripting
This plugin allows you to add logfiles via wp-admin. The problem here is that the file paths are stored unfiltered/unescaped. This gives the possibility of a persistent XSS attack.
Mitigation:
Ensure that user input is properly sanitized and escaped before being stored in the database.