Skip to main content

LA-Studio Element Kit CVE-2026-12276

| EUVDEUVD-2026-42829 MEDIUM
2026-07-10 WPScan GHSA-xcx5-6r38-3g5q
5.3
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

Network-reachable unauthenticated AJAX endpoint, no interaction needed; impact is solely unauthorized account creation with no confidentiality or availability effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

5
Analysis Generated
Jul 10, 2026 - 12:23 vuln.today
CVSS changed
Jul 10, 2026 - 12:22 NVD
5.3 (MEDIUM)
Patch available
Jul 10, 2026 - 08:01 EUVD
CVE Published
Jul 10, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 10, 2026 - 06:00 cve.org
MEDIUM 5.3

DescriptionCVE.org

The LA-Studio Element Kit for Elementor WordPress plugin before 1.6.1 does not check whether user registration is enabled on the site before creating an account through one of its unauthenticated AJAX actions, allowing unauthenticated attackers to register new accounts even when registration has been disabled site-wide.

AnalysisAI

Unauthenticated account registration bypass in the LA-Studio Element Kit for Elementor WordPress plugin (all versions before 1.6.1) allows remote, unauthenticated attackers to create WordPress user accounts on sites where site-wide registration has been explicitly disabled by the administrator. The vulnerable component is an unauthenticated AJAX action handler that omits the standard WordPress registration-status check, effectively nullifying an administrative security control. A publicly available proof-of-concept exists via WPScan, and a vendor patch is available in version 1.6.1; no confirmed active exploitation (CISA KEV) has been recorded at time of analysis.

Technical ContextAI

The LA-Studio Element Kit for Elementor is a WordPress plugin that extends the Elementor page builder with additional design elements. WordPress exposes AJAX endpoints at wp-admin/admin-ajax.php for both authenticated and unauthenticated callers, identified by an 'action' parameter. Plugin-defined AJAX handlers that hook into wp_ajax_nopriv_* are reachable without authentication. The vulnerable handler performs user account creation without calling the standard WordPress registration check (get_option('users_can_register')), which is the mechanism by which WordPress enforces the admin-configured 'Membership > Anyone can register' toggle. The root cause, while CWE is not formally assigned, maps most closely to CWE-862 (Missing Authorization) - the code performs a privileged operation (account creation) without verifying the site's authorization policy permits it.

RemediationAI

The primary remediation is to update the LA-Studio Element Kit for Elementor plugin to version 1.6.1 or later, which introduces the missing registration-status check in the vulnerable AJAX handler; the patch is available through the standard WordPress plugin repository. If an immediate update is not feasible, site administrators can temporarily deactivate the plugin entirely to eliminate the attack surface - note this will disable all LA-Studio Element Kit design elements rendered by Elementor on the site. As a secondary compensating control, a WAF rule blocking POST requests to wp-admin/admin-ajax.php that carry the specific vulnerable action parameter value (identifiable from the WPScan advisory at https://wpscan.com/vulnerability/0c77a001-2773-4727-a873-848f5670fb96/) can block exploitation without disabling the plugin, though this requires WAF capability and may interfere with other plugin AJAX functionality if the action parameter is shared.

Share

CVE-2026-12276 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy