CVE-2026-2413 HIGH

CVE-2026-2413: Ally – Web Accessibility & Usability <= 4.0.3 - Unauthenticated SQL Injection via URL Path

Vendor Elemntor
Product Ally – Web Accessibility & Usability
Weakness CWE-89 · SQLi
Published March 11, 2026
Last update April 8, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

The Ally – Web Accessibility & Usability plugin for WordPress is vulnerable to SQL Injection via the URL path in all versions up to, and including, 4.0.3. This is due to insufficient escaping on the user-supplied URL parameter in the `get_global_remediations()` method, where it is directly concatenated into an SQL JOIN clause without proper sanitization for SQL context. While `esc_url_raw()` is applied for URL safety, it does not prevent SQL metacharacters (single quotes, parentheses) from being injected. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database via time-based blind SQL injection techniques. The Remediation module must be active, which requires the plugin to be connected to an Elementor account.

Explanation of Vulnerability in Simple Terms

02Summary

Ally – Web Accessibility & Usability versions 4.0.3 and earlier contain a SQL injection vulnerability in an unauthenticated network-accessible endpoint. An attacker can craft malicious input to extract sensitive data from the site's database, including user credentials and private content. No user interaction is required. Update to a version newer than 4.0.3 immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site's database, including user credentials and private information.

Potential impact on your site

04Site Impact

Attackers can steal user passwords, email addresses, and private content without any warning or user action.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

March 11, 2026 CVE published
April 8, 2026 Record updated