AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-11920

MEDIUM · CVSS 4.9 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The JoomSport plugin for WordPress is vulnerable to time-based SQL Injection through the 'order' parameter, affecting all versions up to 5.7.9, due to inadequate input escaping and SQL query preparation. This vulnerability allows authenticated attackers with administrator-level access to execute additional SQL queries, potentially exposing sensitive database information, while also posing a risk to unauthenticated users who can exploit it by tricking an authenticated admin into making a malicious request. WordPress administrators using this plugin should prioritize patching to mitigate the risk of data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-11920
Severity
MEDIUM
CVSS
4.9
EPSS
0.29%
WordPress

Original NVD Description

The JoomSport – for Sports: Team & League, Football, Hockey & more plugin for WordPress is vulnerable to time-based SQL Injection via the 'order' parameter in all versions up to, and including, 5.7.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The affected admin page lacks nonce or CSRF protection on the GET request, meaning an unauthenticated attacker could exploit this vulnerability by tricking an authenticated administrator into issuing a crafted request. Additionally, the vulnerability is only triggered when the 'orderby' parameter is also present and non-empty alongside the 'order' parameter.