CVE-2026-9185
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe 6Storage Rentals WordPress plugin registers AJAX handlers (`six_storage_getUserInfo` and `six_storage_updateProfile`) accessible to unauthenticated users via `wp_ajax_nopriv_*` hooks. These handlers accept a `userId` parameter directly from `$_POST` without any authorization checks, ownership verification, or nonce validation, allowing unauthenticated attackers to read or modify arbitrary tenant data including sensitive PII.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify if the 6Storage Rentals plugin is installedCheck the WordPress plugins directory (wp-content/plugins/) for a folder named '6storage-rentals' or similar, and locate the main plugin PHP file to inspect the plugin header for version information.Affected if The plugin is installed and the version is 2.22.0 or lower (any version up to 2.22.0).
-
Confirm the vulnerable AJAX endpoints existSearch the plugin files for the AJAX action hooks 'six_storage_get_user_info' and 'six_storage_update_profile' - these should be registered via add_action('wp_ajax_nopriv_six_storage_get_user_info', ...) and similar.Affected if These AJAX endpoints are registered with 'wp_ajax_nopriv_*' hooks, making them accessible to unauthenticated users.
-
Check if the endpoints accept userId from $_POST without validationReview the PHP code handling these AJAX endpoints to verify they accept a 'userId' parameter directly from $_POST without authorization checks, session binding, or nonce validation.Affected if The code reads $_POST['userId'] directly and uses it to query or modify user data without verifying the requester owns or is authorized to access that userId.
-
Test unauthenticated access to the endpointsSend a POST request to wp-admin/admin-ajax.php with action=six_storage_get_user_info or action=six_storage_update_profile and a userId parameter, without providing authentication cookies or a valid nonce.Affected if The endpoints return successful responses (user data or success status) without requiring authentication.
A user is affected if the 6Storage Rentals plugin (version 2.22.0 or lower) is installed and its AJAX endpoints are publicly accessible without any authorization or nonce validation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate to a patched version when available; until then, disable the plugin or block access to `wp_ajax_nopriv_six_storage_get_user_info` and `wp_ajax_nopriv_six_storage_update_profile` endpoints at the web server level.
- 1. Immediately deactivate and remove the 6Storage Rentals plugin from all WordPress installations.
- 2. Assess all WordPress sites using this plugin for any signs of compromise.
- 3. Search for an alternative rental management plugin that receives active security support.
- 4. If the plugin functionality is business-critical, contact the vendor directly for remediation guidance or a secure update.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9185 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- www.wordfence.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9185 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data