JoomSport <= 5.7.9 - Authenticated (Administrator+) SQL Injection via 'order' Parameter
Strategic Overview
- Status
- Patched in 5.7.10
- Affected Version
<= 5.7.9- CVSS
- 4.9Medium
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2026-11920
At a glance
CVE-2026-11920 is a medium-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the JoomSport WordPress plugin, affecting versions <= 5.7.9. It carries a CVSS score of 4.9 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires an authenticated account at Administrator level or above. The issue is fixed in version 5.7.10; sites on affected versions should update now. Disclosed August 2026, reported by Nicolas Decayeux.
Vulnerability Overview
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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
JoomSport <= 5.7.9 carries this weakness at order, and reaching it takes an account at Administrator level or above. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For JoomSport the fix is 5.7.10: builds <= 5.7.9 are affected, anything from 5.7.10 onward is not.
Remediation
Update to version 5.7.10, or a newer patched version
How WordSec helps
An attacker needs Administrator access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: JoomSport 5.7.10 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in JoomSport – for Sports: Team & League, Football, Hockey & more
- 9.8CVE-2025-7721: JoomSport <= 5.7.3 Directory Traversal to LFI
CVE-2025-7721 - 9.8CVE-2021-24384: JoomSport Object Injection
CVE-2021-24384 - 7.2CVE-2022-2717: JoomSport Authentciated (Admin+) SQL Injection
CVE-2022-2717 - 7.2CVE-2022-2718: JoomSport SQL Injection
CVE-2022-2718 - 7.1CVE-2024-12633: JoomSport <= 5.6.17 Reflected Cross-Site Scripting
CVE-2024-12633 - 6.5CVE-2026-13010: JoomSport <= 5.7.9 SQL Injection
CVE-2026-13010 - 4.3CVE-2026-12134: JoomSport Arbitrary Group Creation/Modification
CVE-2026-12134 - 4.3CVE-2026-12133: JoomSport <= 5.7.8 Arbitrary Group Deletion
CVE-2026-12133
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C