Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-13673

CVE-2025-13673: Tutor LMS WordPress Plugin SQLi Vulnerability

CVE-2025-13673 is a SQL injection flaw in the Tutor LMS WordPress plugin affecting versions up to 3.9.6. Attackers can extract sensitive database information through the coupon_code parameter. This article covers technical details, affected versions, impact, and mitigation steps.

Published: March 6, 2026

CVE-2025-13673 Overview

The Tutor LMS – eLearning and online course solution plugin for WordPress contains a SQL Injection vulnerability in all versions up to and including 3.9.6. The vulnerability exists in the coupon_code parameter due to insufficient escaping of user-supplied input and lack of proper preparation on the existing SQL query. This flaw allows unauthenticated attackers to append additional SQL queries into existing queries, potentially enabling extraction of sensitive information from the database.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability to extract sensitive data from the WordPress database, including user credentials, payment information, and course enrollment data stored by the Tutor LMS plugin.

Affected Products

  • Tutor LMS WordPress Plugin versions up to and including 3.9.6
  • Tutor LMS WordPress Plugin versions 3.9.4 and 3.9.5 (partial mitigation applied)
  • WordPress sites running vulnerable versions of Tutor LMS plugin

Discovery Timeline

  • 2026-02-28 - CVE-2025-13673 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2025-13673

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) occurs in the coupon validation functionality of the Tutor LMS plugin. When users apply coupon codes during course enrollment or checkout, the coupon_code parameter is passed to the backend for validation. The plugin fails to properly sanitize or escape this user-controlled input before incorporating it into SQL queries, and does not use parameterized queries or prepared statements consistently.

The vulnerability is exploitable over the network without requiring any authentication or user interaction, making it accessible to any remote attacker. Successful exploitation allows attackers to extract confidential data from the database, though it does not permit modification of database records or cause service disruption. The partial mitigations introduced in versions 3.9.4 and 3.9.6 addressed some exploitation vectors but did not fully remediate the underlying issue.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper SQL query construction. The coupon_code parameter is directly concatenated or interpolated into SQL queries without adequate escaping or the use of prepared statements with bound parameters. This violates secure coding practices for database interactions and allows attackers to break out of the intended query structure and inject malicious SQL commands.

Attack Vector

The attack vector for CVE-2025-13673 is network-based and requires no authentication. An attacker can craft a malicious HTTP request containing SQL injection payloads in the coupon_code parameter. When the Tutor LMS plugin processes this request to validate the coupon, the injected SQL is executed against the WordPress database.

A typical attack scenario involves sending specially crafted coupon codes containing SQL metacharacters and injection payloads. The attacker can use techniques such as UNION-based injection, boolean-based blind injection, or time-based blind injection to systematically extract database contents. Targeted data could include WordPress user credentials, email addresses, Tutor LMS student records, payment transaction details, and other sensitive information stored in the database.

Detection Methods for CVE-2025-13673

Indicators of Compromise

  • Unusual or malformed values in the coupon_code parameter in web server access logs containing SQL syntax elements such as single quotes, UNION, SELECT, or comment sequences
  • Database query logs showing unexpected queries originating from coupon validation endpoints
  • Abnormal database read activity or query execution times associated with the Tutor LMS coupon functionality
  • HTTP requests to coupon-related endpoints with unusually long parameter values or encoded payloads

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in the coupon_code parameter
  • Enable detailed logging for WordPress and the Tutor LMS plugin to capture all coupon validation requests
  • Deploy database activity monitoring to identify queries with suspicious patterns or unauthorized data access attempts
  • Use security scanning tools to proactively identify SQL injection vulnerabilities in WordPress plugin endpoints

Monitoring Recommendations

  • Monitor web server logs for requests containing SQL injection indicators targeting Tutor LMS endpoints
  • Configure alerting for database errors or exceptions that may indicate injection attempts
  • Implement rate limiting on coupon validation endpoints to slow potential automated exploitation
  • Review database access patterns for anomalies suggesting data exfiltration activity

How to Mitigate CVE-2025-13673

Immediate Actions Required

  • Update the Tutor LMS plugin to the latest version that fully addresses this vulnerability
  • If immediate patching is not possible, consider temporarily disabling coupon functionality until the update can be applied
  • Review database access logs for evidence of exploitation and assess whether sensitive data may have been compromised
  • Implement WAF rules to filter SQL injection attempts targeting the coupon_code parameter

Patch Information

The vulnerability has been partially mitigated in Tutor LMS versions 3.9.4 and 3.9.6. Administrators should check for and apply the latest available update that fully resolves this issue. The code changes addressing this vulnerability can be reviewed in the WordPress Plugin Changeset. Additional technical analysis is available from the Wordfence Vulnerability Analysis.

Workarounds

  • Deploy a Web Application Firewall with SQL injection detection rules to filter malicious requests before they reach the application
  • Temporarily disable or restrict access to coupon code functionality if the plugin cannot be immediately updated
  • Implement additional input validation at the server or reverse proxy level to reject requests with suspicious coupon code values
  • Consider restricting access to Tutor LMS checkout and enrollment pages to authenticated users only as a temporary measure
bash
# Example WAF rule pattern for blocking SQL injection in coupon_code
# Add to .htaccess or WAF configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} coupon_code=.*(\%27|\'|--|\%23|#|union|select|insert|drop|delete|update|exec|script) [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTutor Lms

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • 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 Changeset

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6080: Tutor LMS WordPress Plugin SQLi Vulnerability

  • CVE-2026-5502: Tutor LMS Auth Bypass Vulnerability

  • CVE-2026-40740: Tutor LMS Authorization Bypass Vulnerability

  • CVE-2026-3360: Tutor LMS Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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