Vulnerabilities (CVE)

Filtered by vendor Wedevs Subscribe
Filtered by product Wp User Frontend
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-24649 1 Wedevs 1 Wp User Frontend 2023-12-10 N/A 9.8 CRITICAL
The WP User Frontend WordPress plugin before 3.5.29 uses a user supplied argument called urhidden in its registration form, which contains the role for the account to be created with, encrypted via wpuf_encryption(). This could allow an attacker having access to the AUTH_KEY and AUTH_SALT constant (via an arbitrary file access issue for example, or if the blog is using the default keys) to create an account with any role they want, such as admin
CVE-2021-25076 1 Wedevs 1 Wp User Frontend 2023-12-10 6.5 MEDIUM 8.8 HIGH
The WP User Frontend WordPress plugin before 3.5.26 does not validate and escape the status parameter before using it in a SQL statement in the Subscribers dashboard, leading to an SQL injection. Due to the lack of sanitisation and escaping, this could also lead to Reflected Cross-Site Scripting