Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/pojo-accessibility/tags/4.0.3/modules
- https://plugins.trac.wordpress.org/browser/pojo-accessibility/tags/4.0.3/modules
- https://plugins.trac.wordpress.org/changeset/3467513/pojo-accessibility/trunk/mo
- https://www.wordfence.com/threat-intel/vulnerabilities/id/00e070b7-bdf6-4a80-a3e
FAQ
What is CVE-2026-2413?
CVE-2026-2413 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 u...
How severe is CVE-2026-2413?
CVE-2026-2413 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-2413?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.