UsersWP <= 1.2.58 - Authenticated (Subscriber+) Server-Side Request Forgery via 'uwp_crop' Parameter
Strategic Overview
- Status
- Patched in 1.2.59
- Affected Plugin
- UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP
- Affected Version
<= 1.2.58- CVSS
- 5.0Medium
- Weakness type
- CWE-918 · Server-Side Request Forgery (SSRF)
- CVE
CVE-2026-4979
At a glance
CVE-2026-4979 is a medium-severity Server-Side Request Forgery (SSRF) vulnerability in the UsersWP WordPress plugin, affecting versions <= 1.2.58. It carries a CVSS score of 5.0 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 1.2.59; sites on affected versions should update now. Disclosed April 2026, reported by s00me00ne.
Vulnerability Overview
The UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP plugin for WordPress is vulnerable to blind Server-Side Request Forgery in all versions up to, and including, 1.2.58. This is due to insufficient URL origin validation in the process_image_crop() method when processing avatar/banner image crop operations. The function accepts a user-controlled URL via the uwp_crop POST parameter and only validates it using esc_url() for sanitization and wp_check_filetype() for extension verification, without enforcing that the URL references a local uploads file. The URL is then passed to uwp_resizeThumbnailImage() which uses it in PHP image processing functions (getimagesize(), imagecreatefrom*()) that support URL wrappers and perform outbound HTTP requests. This makes it possible for authenticated attackers with subscriber-level access and above to coerce the WordPress server into making arbitrary HTTP requests to attacker-controlled or internal network destinations, enabling internal network scanning and potential access to sensitive services.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-918: Server-Side Request Forgery (SSRF)
UsersWP <= 1.2.58 carries this weakness at process_image_crop(), and reaching it takes an account at Subscriber level or above. Server-side request forgery means the application fetches a URL supplied by the caller, turning the server into a proxy for requests the attacker could not make directly.
The request originates from inside the hosting network, which is how these flaws reach cloud metadata endpoints, internal admin panels and services that trust local traffic. For UsersWP the fix is 1.2.59: builds <= 1.2.58 are affected, anything from 1.2.59 onward is not.
Remediation
Update to version 1.2.59, or a newer patched version
How does WordSec protect against this?
An attacker needs Subscriber access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: UsersWP 1.2.59 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP
- 9.8CVE-2024-6265: UsersWP SQL Injection
CVE-2024-6265 - 8.8CVE-2026-13492: UsersWP <= 1.2.65 Arbitrary File Deletion
CVE-2026-13492 - 6.5CVE-2025-10003: UsersWP SQL Injection
CVE-2025-10003 - 6.4CVE-2026-18501: UsersWP <= 1.2.69 Stored Cross-Site Scripting
CVE-2026-18501 - 6.4CVE-2026-5742: UsersWP <= 1.2.60 Stored Cross-Site Scripting
CVE-2026-5742 - 6.4CVE-2025-9344: UsersWP <= 1.2.42 Stored Cross-Site Scripting
CVE-2025-9344 - 6.4CVE-2024-2423: UsersWP <= 1.2.6 Stored Cross-Site Scripting
CVE-2024-2423 - 6.1UsersWP – User Registration & User Profile <= 1.2.2.28 Reflected XSS
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C