CVE Details
Basic Information
| Title | Realty Portal – Agent <= 0.3.9 - Missing Authorization to Authenticated (Subscriber+) Privilege Escalation via rp_user_profile() Function |
|---|---|
| Type | cve |
| Published | 2025-07-23T02:24:38.989Z |
| Modified | 2025-07-23T02:24:38.989Z |
Product Information
| Vendor | nootheme |
|---|---|
| Product | Realty Portal – Agent |
| Version | * |
CVSS Information
| Base Score | 8.8 (HIGH) |
|---|---|
| Attack Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Affected Products
- nootheme Realty Portal – Agent *
Additional Information
| CWE List | CWE-862 |
|---|---|
| Source | Wordfence |
Description
The Realty Portal – Agent plugin for WordPress is vulnerable to Privilege Escalation due to missing authorization within the rp_user_profile() AJAX handler in versions 0.1.0 through 0.3.9. The handler reads the client-supplied meta key and value pairs from $_POST and passes them directly to update_user_meta() without restricting to a safe whitelist. This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the wp_capabilities meta and grant themselves the administrator role.