Description
The 6Storage Rentals plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 2.27.0. This is due to the six_storage_create_wp_user() AJAX handler being registered on wp_ajax_nopriv_six_storage_create_wp_user without any nonce, capability, credential, or ownership verification, while calling wp_set_current_user() and wp_set_auth_cookie() for any WordPress user resolved by the attacker-supplied email address. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including administrators, by submitting that user's email address.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to supply an existing WordPress user’s email address to the six_storage_create_wp_user AJAX handler, which then sets the user as the current user and establishes an authentication cookie without performing any nonce, capability, or ownership checks. This results in the attacker gaining log‑in access to the target account, including administrators, thereby compromising the confidentiality, integrity, and availability of the site’s administrative functions. The weakness is a classic authentication bypass, identified as CWE‑287.

Affected Systems

WordPress sites running the 6Storage Rentals plugin version 2.27.0 or earlier are impacted. No specific operating system or WordPress core version is listed, but any installation of the affected plugin in these versions is considered vulnerable.

Risk and Exploitability

The CVSS score of 9.8 signals a critical severity, and the EPSS score is not available; however, the lack of a KEV listing does not mean that exploitation is unlikely. The most likely attack vector is an unauthenticated HTTP request directed at the wp_ajax_nopriv_six_storage_create_wp_user endpoint, which is accessible to anyone on the internet. Because the handler performs no validation beyond email resolution, an attacker can gain administrative access by simply knowing a valid user’s email address.

Generated by OpenCVE AI on August 15, 2026 at 03:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the 6Storage Rentals plugin to the latest available version that removes the vulnerable AJAX handler or adds proper authentication checks.
  • If the plugin cannot be updated immediately, remove or disable the wp_ajax_nopriv_six_storage_create_wp_user action so only logged‑in users can access it.
  • Modify the AJAX handler to verify a valid nonce or check the current user’s capability before calling wp_set_current_user() and wp_set_auth_cookie() to prevent unauthorized account takeover.

Generated by OpenCVE AI on August 15, 2026 at 03:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
First Time appeared Sixstorage
Sixstorage 6storage Rentals
Wordpress
Wordpress wordpress
Vendors & Products Sixstorage
Sixstorage 6storage Rentals
Wordpress
Wordpress wordpress

Sat, 15 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Description The 6Storage Rentals plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 2.27.0. This is due to the six_storage_create_wp_user() AJAX handler being registered on wp_ajax_nopriv_six_storage_create_wp_user without any nonce, capability, credential, or ownership verification, while calling wp_set_current_user() and wp_set_auth_cookie() for any WordPress user resolved by the attacker-supplied email address. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including administrators, by submitting that user's email address.
Title 6Storage Rentals <= 2.27.0 - Unauthenticated Account Takeover via 'email' Parameter
Weaknesses CWE-287
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Sixstorage 6storage Rentals
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T02:26:17.172Z

Reserved: 2026-07-09T16:10:31.973Z

Link: CVE-2026-15303

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T03:16:47.670

Modified: 2026-08-15T03:16:47.670

Link: CVE-2026-15303

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T03:30:01Z

Weaknesses