Skip to main content

JoomSport WordPress Plugin CVE-2026-6929

| EUVDEUVD-2026-29913 HIGH
SQL Injection (CWE-89)
2026-05-13 Wordfence
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 13, 2026 - 06:30 vuln.today
CVE Published
May 13, 2026 - 05:29 nvd
HIGH 7.5

DescriptionCVE.org

The JoomSport - for Sports: Team & League, Football, Hockey & more plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'sortf' parameter in all versions up to, and including, 5.7.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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.

AnalysisAI

Time-based blind SQL injection in JoomSport WordPress plugin (all versions ≤5.7.7) enables unauthenticated remote attackers to extract sensitive database contents including credentials, user data, and configuration secrets via the unsanitized 'sortf' parameter. CVSS 7.5 (High) with network attack vector, low complexity, and no authentication required. EPSS data not provided; no CISA KEV listing indicates exploitation not yet confirmed in the wild. Wordfence Threat Intel reported this vulnerability with proof-of-concept code references pointing to specific vulnerable functions in class-jsport-getplayers.php and class-jsport-playerlist.php, enabling straightforward exploitation by security researchers and threat actors alike.

Technical ContextAI

This is a classic CWE-89 SQL injection vulnerability in a WordPress plugin designed for sports league management. The affected product is JoomSport (BearDev), identified by CPE cpe:2.3:a:beardev:joomsport_-_for_sports:_team_&_league,_football,_hockey_&_more. The vulnerability exists in the player sorting functionality where the 'sortf' parameter is passed directly into SQL queries without proper sanitization or parameterized statement usage. References point to class-jsport-getplayers.php (line 153) and class-jsport-playerlist.php (line 80) where user input is concatenated into ORDER BY clauses. Time-based blind SQL injection allows attackers to infer data by measuring database response delays, particularly useful when direct error messages are suppressed. WordPress plugins often handle database interactions through the $wpdb global object, and failure to use prepare() methods for dynamic query construction leads to this vulnerability class. The changeset reference (3516487) indicates the patch modifies these specific files to implement proper input validation or prepared statements.

RemediationAI

Upgrade JoomSport plugin to version 5.7.8 or later immediately, as the WordPress plugin repository changeset 3516487 (https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3516487%40joomsport-sports-league-results-management&new=3516487%40joomsport-sports-league-results-management) indicates patched code addressing the vulnerable class-jsport-getplayers.php and class-jsport-playerlist.php files. Verify patch application by examining that sortf parameter handling now uses WordPress $wpdb->prepare() parameterization. If immediate patching is not feasible, implement web application firewall (WAF) rules blocking requests containing SQL injection signatures in the sortf parameter (regex matching SLEEP, BENCHMARK, OR, UNION keywords), though this provides only partial protection against obfuscated payloads and may cause false positives in legitimate sorting operations. Alternative workaround: temporarily disable the JoomSport plugin entirely until patching is possible, trading functionality loss for complete vulnerability elimination. Monitor WordPress access logs for sortf parameter usage with suspicious patterns (excessive length, special characters, timing anomalies) as indicators of exploitation attempts. No database structural changes required post-patching, though organizations should audit existing database contents for signs of prior unauthorized access if logs show suspicious activity pre-patch.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-6929 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy