AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-2413

HIGH · CVSS 7.5 EPSS 2.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-11 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.5. It affects WordPress. It involves a SQL injection risk. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-2413
Severity
HIGH
CVSS
7.5
EPSS
2.29%
WordPress

Original NVD 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.