CVE Catalog

CVE-2026-9185

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.40%

33th percentile - higher than 33% of all known CVEs

Summary

The 6Storage Rentals plugin for WordPress up to version 2.22.0 allows unauthenticated attackers to read and modify tenant profile data (including name, email, phone, address, and SSN) via the userId parameter in AJAX actions six_storage_get_user_info and six_storage_update_profile. No ownership, session, or nonce validation.

Risk Assessment

Attackers can steal sensitive personal data (including SSNs) and modify profiles, leading to identity theft and privacy breaches.

Recommendation

Immediately update the 6Storage Rentals plugin to the latest version. If no patch is available, temporarily disable the plugin.

Other vulnerabilities in 6Storage Rentals

Original NVD description (English source)

The 6Storage Rentals plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 2.22.0 via the `userId` parameter of the `six_storage_get_user_info` and `six_storage_update_profile` AJAX actions. This is due to the `six_storage_getUserInfo()` and `six_storage_updateProfile()` functions being registered on `wp_ajax_nopriv_*` hooks and accepting a tenant identifier directly from `$_POST['userId']` without performing any ownership verification, session binding, or nonce validation to confirm the requester has a legitimate relationship to the supplied ID. This makes it possible for unauthenticated attackers to read and modify arbitrary tenants' profile data — including name, email address, phone number, physical address, and SSN — by supplying an enumerated `userId` value in a crafted request to either handler.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS