CVE-2026-4817
Last modified
CVE-2026-4817 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. The MasterStudy LMS WordPress Plugin for Online Courses and Education plugin for WordPress is vulnerable to Time-based Blind SQL Injection via the 'order' and 'orderby' parameters in the /lms/stm-lms/order/items REST API endpoint in versions up to and including 3.7.25. This is due to insufficient input sanitization combined with a design flaw in the custom Query builder class that allows unquoted SQL injection in ORDER BY clauses. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
Description
The MasterStudy LMS WordPress Plugin for Online Courses and Education plugin for WordPress is vulnerable to Time-based Blind SQL Injection via the 'order' and 'orderby' parameters in the /lms/stm-lms/order/items REST API endpoint in versions up to and including 3.7.25. This is due to insufficient input sanitization combined with a design flaw in the custom Query builder class that allows unquoted SQL injection in ORDER BY clauses. When the Query builder detects parentheses in the sort_by parameter, it treats the value as a SQL function and directly concatenates it into the ORDER BY clause without any quoting. While esc_sql() is applied to escape quotes and backslashes, this cannot prevent ORDER BY injection when the values themselves are not wrapped in quotes in the resulting SQL statement. This makes it possible for authenticated attackers, with subscriber-level access and above, to append arbitrary SQL queries via the ORDER BY clause to extract sensitive information from the database including user credentials, session tokens, and other confidential data through time-based blind SQL injection techniques.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4817?
How severe is CVE-2026-4817?
How do I fix CVE-2026-4817?
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-48163MariaDB server is a community developed fork of MySQL server…7.2
- CVE-2026-48165MariaDB server is a community developed fork of MySQL server…7.2
- CVE-2026-48166Filament is a collection of full-stack components for accele…5.3
- CVE-2026-48167Filament is a collection of full-stack components for accele…6.4
- CVE-2026-48168PraisonAI is a multi-agent teams system. In versions prior t…10
- CVE-2026-48169PraisonAI is a multi-agent teams system. Versions prior to 0…8.8
- CVE-2026-48170`scim-patch`, a library to perform SCIM patch, prior to vers…9.1
- CVE-2026-48172LiteSpeed User-End cPanel Plugin before 2.4.5 allows privile…9.8
- CVE-2026-4818In Search Guard FLX versions from 3.0.0 up to 4.0.1, there e…8.1
- CVE-2026-48187An uncontrolled allocation of resources without limits or th…5.7
- CVE-2026-48188An improper Input Validation vulnerability in OTRS or ((OTRS…9.1
- CVE-2026-48189An improper Input Validation vulnerability in OTRS Customer …5.7
Are you affected by CVE-2026-4817?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
