<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>6Storage - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/6storage/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 15 Aug 2026 04:16:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/6storage/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authentication Bypass in 6Storage Rentals WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-15303/</link><pubDate>Sat, 15 Aug 2026 04:16:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-15303/</guid><description>The 6Storage Rentals WordPress plugin contains a critical authentication bypass vulnerability (CVE-2026-15303) that allows unauthenticated attackers to impersonate any user, including administrators, via the six_storage_create_wp_user AJAX handler.</description><content:encoded><![CDATA[<p>The 6Storage Rentals plugin for WordPress, in versions up to and including 2.27.0, contains a critical authentication bypass vulnerability identified as CVE-2026-15303. The vulnerability stems from an insecure implementation of the AJAX handler 'six_storage_create_wp_user'. This handler is registered as 'wp_ajax_nopriv_six_storage_create_wp_user', making it accessible to unauthenticated users. The function lacks essential security controls, including nonce verification, capability checks, and authentication requirements.</p>
<p>When triggered, the handler takes an attacker-supplied email address and uses it to resolve a corresponding WordPress user account. It then invokes 'wp_set_current_user()' and 'wp_set_auth_cookie()' to authenticate the session as that user. Because these functions are executed without validating the caller, an unauthenticated attacker can supply the email address of an administrator to gain full administrative access to the WordPress instance. This vulnerability poses a severe risk to any organization using the affected plugin version.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability results in full administrative account takeover of the WordPress instance. An attacker can create new administrative users, install malicious plugins, modify site content, or perform site-wide configuration changes. Given the prevalence of WordPress in enterprise environments, this can lead to large-scale data exfiltration, the deployment of backdoors, or the redirection of web traffic to malicious sites.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the 6Storage Rentals plugin to the latest available version beyond 2.27.0 immediately.</li>
<li>If an update is not immediately available, disable the plugin until a patch is applied.</li>
<li>Audit existing user accounts for suspicious additions or modifications occurring around the time of potential exposure.</li>
<li>Review web server access logs for repeated requests to the 'admin-ajax.php' endpoint with 'action=six_storage_create_wp_user'.</li>
<li>Deploy web application firewall (WAF) rules to block POST requests containing the parameter 'action=six_storage_create_wp_user' unless legitimate business needs require its use in a hardened environment.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>authentication-bypass</category><category>web-application-security</category></item></channel></rss>