CVE-2026-9185 HIGH

CVE-2026-9185: 6Storage Rentals <= 2.22.0 - Unauthenticated Insecure Direct Object Reference to Arbitrary User Disclosure and Modification via 'userId' Parameter

Vendor Sixstorage
Product 6Storage Rentals
Weakness CWE-639 · IDOR
Published June 9, 2026
Last update June 9, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

6Storage Rentals versions 2.22.0 and earlier contain an authorization flaw that exposes sensitive data. An unauthenticated attacker on the network can read confidential information without user interaction. The vulnerability affects all versions from release through 2.22.0. A patch version has not been publicly identified.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the application without authentication.

Potential impact on your site

04Site Impact

Confidential rental or customer data may be exposed to unauthorized parties.

Conditions required to exploit

05Prerequisites

Network access to the application; no authentication or user interaction required.

Key dates

06Disclosure timeline

June 9, 2026 CVE published
June 9, 2026 Record updated