A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-6567

CVE-2023-6567: Thimpress LearnPress SQL Injection Flaw

CVE-2023-6567 is a time-based SQL injection vulnerability in Thimpress LearnPress plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2023-6567 Overview

CVE-2023-6567 is a time-based SQL injection vulnerability in the LearnPress plugin for WordPress, a learning management system used by WordPress sites to deliver online courses. The flaw affects all versions up to and including 4.2.5.7 and exists in the handling of the order_by parameter. Insufficient escaping of user-supplied input and inadequate preparation of the underlying SQL query allow unauthenticated attackers to append additional SQL statements to existing queries. Successful exploitation enables extraction of sensitive data from the WordPress database, including user credentials and personal information. The issue is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated attackers can extract sensitive database contents — including credential hashes and student data — from any WordPress site running a vulnerable LearnPress installation.

Affected Products

  • ThimPress LearnPress plugin for WordPress, all versions through 4.2.5.7
  • WordPress sites with LearnPress installed and active
  • LMS deployments built on the LearnPress framework (courses, quizzes, lessons)

Discovery Timeline

  • 2024-01-11 - CVE-2023-6567 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2023-6567

Vulnerability Analysis

The vulnerability resides in LearnPress query-building logic that consumes the order_by request parameter without proper sanitization or parameterized binding. Because the parameter is concatenated into a raw SQL statement, an attacker can inject SQL fragments that the database executes alongside the intended query. The injection is time-based, meaning attackers infer data by triggering conditional delays (for example, with SLEEP() or BENCHMARK() functions) and observing response latency. This technique works even when results are not echoed back in HTTP responses, making the flaw exploitable as a blind injection.

Exploitation requires no authentication and no user interaction, and it is reachable over the network through standard HTTP requests to the affected plugin endpoints. The EPSS score of 82.255% places this CVE in the 99th percentile of vulnerabilities most likely to be exploited, reflecting the active interest in WordPress plugin SQLi flaws.

Root Cause

The root cause is twofold: the plugin fails to escape the order_by parameter against an allowlist of valid column names, and it does not use prepared statements with bound parameters for the surrounding query. WordPress provides $wpdb->prepare() for parameter binding, but order-by clauses cannot be parameterized directly and must be validated against a strict allowlist. LearnPress omitted that validation in vulnerable releases.

Attack Vector

An attacker sends a crafted HTTP request to a LearnPress endpoint that accepts the order_by parameter — typically course listing, profile, or query endpoints. The malicious value contains SQL syntax that closes the original clause and appends a conditional time-delay payload. By scripting many such requests, the attacker extracts data bit by bit from tables such as wp_users, retrieving usernames, password hashes, and session tokens. Technical details and the corresponding patch are documented in the WordPress Plugin Change Log and the Wordfence Vulnerability Report.

Detection Methods for CVE-2023-6567

Indicators of Compromise

  • HTTP requests containing the order_by parameter with SQL keywords such as SLEEP, BENCHMARK, UNION, SELECT, or comment markers (--, #, /*)
  • Unusually long response times from LearnPress endpoints, especially on pages that list courses, instructors, or user profiles
  • Repeated requests from the same IP iterating over single-character payloads consistent with blind SQLi extraction
  • Web server access logs showing high request volume to /wp-admin/admin-ajax.php or LearnPress REST routes with malformed query strings

Detection Strategies

  • Enable database query logging on the WordPress MySQL instance and alert on queries containing SLEEP( or BENCHMARK( originating from the LearnPress code path
  • Deploy web application firewall (WAF) rules that inspect the order_by parameter for SQL metacharacters and block requests that fail validation
  • Correlate slow HTTP responses with parameter content to identify time-based blind injection attempts

Monitoring Recommendations

  • Monitor authentication events and password reset activity following any suspicious LearnPress traffic, since credential hashes may have been exfiltrated
  • Track the LearnPress plugin version inventory across all managed WordPress sites and alert when a host runs a version at or below 4.2.5.7
  • Review WordPress audit logs for unexpected administrative account creation or privilege changes

How to Mitigate CVE-2023-6567

Immediate Actions Required

  • Update LearnPress to version 4.2.5.8 or later on every affected WordPress site without delay
  • If immediate patching is not possible, deactivate the LearnPress plugin until the upgrade can be applied
  • Rotate WordPress administrator passwords and force a password reset for all LearnPress users, assuming credentials may have been exposed
  • Audit the wp_users and LearnPress course tables for anomalous entries created during the exposure window

Patch Information

ThimPress released the fix in LearnPress 4.2.5.8. The patch introduces strict allowlist validation of the order_by parameter and improves query preparation to prevent concatenation of attacker-controlled input. The specific code changes are documented in the LearnPress changeset 3013957.

Workarounds

  • Configure a WAF rule to reject requests where the order_by parameter contains characters outside [A-Za-z0-9_] or values not present in an allowlist of valid columns
  • Restrict access to LearnPress endpoints by IP allowlist or authentication while patching is scheduled
  • Place the WordPress database user behind least-privilege controls so that the LearnPress connection cannot read tables outside its required scope
bash
# Example WAF rule (ModSecurity) to block suspicious order_by values
SecRule ARGS:order_by "!@rx ^[A-Za-z0-9_]{1,64}$" \
    "id:1006567,phase:2,deny,status:403,\
    msg:'CVE-2023-6567 LearnPress order_by SQLi attempt',\
    logdata:'order_by=%{ARGS.order_by}'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechLearnpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability82.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin Change Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2024-4434: Thimpress LearnPress SQLi Vulnerability

  • CVE-2026-7648: LearnPress WordPress LMS Payment Bypass

  • CVE-2026-4365: LearnPress WordPress Auth Bypass Flaw

  • CVE-2024-2115: Thimpress LearnPress CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English