Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2376+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-15303: WordPress 6Storage Rentals Authentication Bypass
CVE-2026-15303: WordPress 6Storage Rentals Authentication Bypass

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-15303

CVE-2026-15303: WordPress 6Storage Rentals Authentication Bypass

Critical authentication bypass in 6Storage Rentals WordPress plugin v2.27.0 allows unauthenticated users to create privileged accounts via exposed AJAX handler.

Dylan H.

Security Team

August 15, 2026
3 min read

Affected Products

  • 6Storage Rentals <= 2.27.0

Executive Summary

A critical authentication bypass vulnerability has been disclosed in the 6Storage Rentals WordPress plugin. Tracked as CVE-2026-15303 with a CVSS score of 9.8 (Critical), the flaw affects all versions up to and including 2.27.0. It allows unauthenticated attackers to create WordPress user accounts — potentially with elevated roles — by abusing an unprotected AJAX handler.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-15303
CVSS Score9.8 (Critical)
TypeAuthentication Bypass / Privilege Escalation
Attack VectorNetwork
AuthenticationNone required
Affected Plugin6Storage Rentals
Affected VersionsAll versions <= 2.27.0
Patch AvailableUpdate to a patched version

Technical Details

The vulnerability exists in the six_storage_create_wp_user() AJAX handler within the 6Storage Rentals plugin. This handler is registered on wp_ajax_nopriv_six_storage_create_wp_user, which exposes it to unauthenticated users. Critically, the handler performs no nonce validation, no capability checks, no credential verification, and no ownership check before creating a WordPress user account.

This means any anonymous HTTP request to the WordPress admin-ajax endpoint with the corresponding action can trigger the account creation logic, effectively bypassing WordPress's authentication layer entirely.

Attack Flow

1. Attacker identifies a WordPress site running 6Storage Rentals <= 2.27.0
2. Sends a crafted POST request to wp-admin/admin-ajax.php
   with action=six_storage_create_wp_user and desired user details
3. Plugin creates a new WordPress user without any authentication check
4. Attacker logs in with the newly created account
5. Depending on role assigned, attacker may gain editor, author, or admin access

Impact

  • Unauthenticated account creation: Any attacker can register WordPress accounts without restriction.
  • Potential privilege escalation: Depending on the default role assigned during account creation, attackers may gain elevated access to the WordPress administration interface.
  • Site compromise: Admin-level access allows installation of malicious plugins, backdoors, or full content takeover.
  • Mass exploitation risk: The trivial exploit path (a single HTTP request) makes this highly attractive for automated scanning and exploitation.

Affected Versions

PluginAffected VersionsStatus
6Storage Rentals<= 2.27.0Patch available — update immediately

Remediation

  1. Update immediately: Install the latest patched version of 6Storage Rentals from the WordPress plugin repository.
  2. Audit existing users: Review wp_users for any accounts created by unknown parties, particularly those created recently.
  3. Remove unauthorized accounts: Delete any suspicious user accounts found during the audit.
  4. If patching is not immediately possible: Deactivate the plugin until an update can be applied.
  5. Review logs: Check web server access logs for POST requests to admin-ajax.php with action=six_storage_create_wp_user.

Detection

Monitor for unexpected POST requests to wp-admin/admin-ajax.php with action=six_storage_create_wp_user originating from unknown IP addresses. Unexpected new user registrations in the WordPress admin panel (Users menu) should also be investigated, particularly those with roles beyond the default subscriber level.


References

  • NVD — CVE-2026-15303
  • WordPress Plugin Repository — 6Storage Rentals
#CVE-2026-15303#WordPress#Authentication Bypass#Privilege Escalation#6Storage#Critical

Related Articles

CVE-2026-28005: Critical Privilege Escalation in Kadence WooCommerce Email Designer

A critical unauthenticated privilege escalation flaw (CVSS 9.8) in Kadence WooCommerce Email Designer <= 1.5.19 allows attackers to gain admin access with no credentials.

5 min read

CVE-2026-15341: WordPress User Session Synchronizer — Account Takeover

Critical auth bypass in User Session Synchronizer plugin v1.4.0 lets unauthenticated attackers hijack any WordPress account via session sync on every request.

4 min read

CVE-2026-8457: WooCommerce Social Login Authentication Bypass (CVSS 9.8)

A critical authentication bypass vulnerability in the WooCommerce - Social Login WordPress plugin allows unauthenticated attackers to log in as any registered user by exploiting a missing JWT signature verification in the Apple login handler.

3 min read
Back to all Security Alerts