CVE-2026-3079
Blind Time-Based SQL Injection in LearnDash LMS Plugin
Publication date: 2026-03-24
Last updated on: 2026-03-24
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| learndash | learndash_lms | to 5.0.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The LearnDash LMS plugin for WordPress has a blind time-based SQL Injection vulnerability in the 'filters[orderby_order]' parameter of the 'learndash_propanel_template' AJAX action. This occurs because the plugin does not properly escape user input and does not sufficiently prepare the existing SQL query. As a result, authenticated users with Contributor-level access or higher can append additional SQL queries to extract sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability allows attackers with Contributor-level access or above to perform blind time-based SQL Injection attacks. They can manipulate SQL queries to extract sensitive data from the database without detection. This can lead to unauthorized disclosure of confidential information, potentially compromising user data and the integrity of the system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate the CVE-2026-3079 vulnerability, you should immediately update the LearnDash LMS plugin to version 5.0.3.1 or later, as this version includes critical security enhancements that tighten SQL query handling to prevent SQL injection attacks.
Ensure that only trusted users have Contributor-level access or higher, as the vulnerability can be exploited by authenticated users with such privileges.