Not Really a WordPress Plugin Vulnerability, Week of August 6
In reviewing reports of vulnerabilities in WordPress plugins to provide our customers with the best data on vulnerabilities in plugins they use we often find that there are reports for things that don’t appear to be vulnerabilities. For more problematic reports we release posts detailing why the vulnerability reports are false, but there have been a lot of that we haven’t felt rose to that level. In particular, are items that are not outright false, just the issue is probably more accurately described as a bug. For those that don’t rise to level of getting their own post we now place them in a weekly post when we come across them.
Persistent Cross Site Scripting in WP Customize Login
A claimed persistent cross-site scripting (XSS) vulnerability in the plugin WP Customize Login has the same issue that many recent false reports have had, the attacker would need to be logged in to WordPress as an Administrator.
Here the attacker would have to have access to the plugin’s settings page:
Navigate to Customize Login under Settings Tab >> enter the XSS payload into the Change Logo Title input field.
To access that page, you need to have to be an Administrators:
50 | add_options_page('Customize login', 'Customize login', 8, 'customize-login-page', 'wpspandntcusdesign_function'); |
Administrators can do whatever they want (since they are Administrators), including removing security code from plugins, so it wouldn’t be a vulnerability to do what is mentioned in the report.