CVE-2026-77823
Last modified
CVE-2026-77823 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. The LearnPress plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter of the export_order_csv AJAX action in versions up to, and including, 4.4.4. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the LP_Order::handle_params_query_list_orders() and DataBase::execute() functions — only the literal values 'date' and 'title' are normalized, while any other attacker-controlled string is assigned directly to the filter's order_by property and concatenated into the ORDER BY clause without $wpdb->prepare() or an identifier whitelist. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
The LearnPress plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter of the export_order_csv AJAX action in versions up to, and including, 4.4.4. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the LP_Order::handle_params_query_list_orders() and DataBase::execute() functions — only the literal values 'date' and 'title' are normalized, while any other attacker-controlled string is assigned directly to the filter's order_by property and concatenated into the ORDER BY clause without $wpdb->prepare() or an identifier whitelist. 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| thimpress | LearnPress – WordPress LMS Plugin for Create and Sell Online Courses | <= 4.4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77823?
How severe is CVE-2026-77823?
How do I fix CVE-2026-77823?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77814is_path_trusted in scripts/iib/api.py compares the requested…7.5
- CVE-2026-77815to_abs_path in scripts/iib/tool.py normalised the requested …7.5
- CVE-2026-77818Improper neutralization of input during web page generation …6.1
- CVE-2026-7782A vulnerability was detected in CodeCanyon Perfex CRM up to …6.3
- CVE-2026-77820The WPComplete plugin for WordPress is vulnerable to Stored …6.4
- CVE-2026-77822IBM ContextForge MCP Gateway could allow a remote authentica…9.6
- CVE-2026-77824The Media Sweep – WordPress Media Cleaner plugin for WordPre…4.9
- CVE-2026-77826The RegistrationMagic WordPress plugin before 6.0.9.9 does …8.8
- CVE-2026-77827Maono Link 3.8.13 MaonoAiServices Windows service allows loc…7.1
- CVE-2026-7783A flaw has been found in CodeCanyon Perfex CRM up to 3.4.1. …6.3
- CVE-2026-77830The Spam protection, Honeypot, Anti-Spam by CleanTalk plugin…7.2
- CVE-2026-77831Inefficient Algorithmic Complexity vulnerability in ash-proj…2.1
Are you affected by CVE-2026-77823?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
