The Ally – Web Accessibility & Usability plugin for...
High severity
Unreviewed
Published
Mar 11, 2026
to the GitHub Advisory Database
•
Updated Mar 11, 2026
Description
Published by the National Vulnerability Database
Mar 11, 2026
Published to the GitHub Advisory Database
Mar 11, 2026
Last updated
Mar 11, 2026
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. Whileesc_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.References