CVE-2026-15303 PUBLISHED

6Storage Rentals <= 2.27.0 - Unauthenticated Account Takeover via 'email' Parameter

Assigner: Wordfence
Reserved: 09.07.2026 Published: 15.08.2026 Updated: 15.08.2026

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.

Metrics

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

Product Status

Vendor sixstorage
Product 6Storage Rentals
Versions Default: unaffected
  • affected from 0 to 2.27.0 (incl.)

Credits

  • Afan finder
  • moonge finder

References

Problem Types

  • CWE-287 Improper Authentication CWE