mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 17:47:58 +02:00
1.2 KiB
1.2 KiB
CVE-2021-24522
Description
The User Registration, User Profile, Login & Membership – ProfilePress (Formerly WP User Avatar) WordPress plugin before 3.1.11's widget for tabbed login/register was not properly escaped and could be used in an XSS attack which could lead to wp-admin access. Further, the plugin in several places assigned $_POST as $_GET which meant that in some cases this could be replicated with just $_GET parameters and no need for $_POST values.
POC
Reference
- https://wpscan.com/vulnerability/25b51add-197c-4aff-b1a8-b92fb11d8697
- https://wpscan.com/vulnerability/25b51add-197c-4aff-b1a8-b92fb11d8697
Github
No PoCs found on GitHub currently.