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-2024-13488

CVE-2024-13488: LTL Freight Quotes Plugin SQLi Flaw

CVE-2024-13488 is a SQL injection vulnerability in the LTL Freight Quotes WordPress plugin that allows unaauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-13488 Overview

CVE-2024-13488 is a SQL Injection vulnerability affecting the LTL Freight Quotes – Estes Edition plugin for WordPress. The flaw exists in versions up to and including 3.3.7 and stems from insufficient escaping of user-supplied input in the dropship_edit_id and edit_id parameters, combined with inadequate preparation of the underlying SQL query. Unauthenticated attackers can append additional SQL queries to existing queries and extract sensitive data from the WordPress database. The vulnerability is tracked under [CWE-89] and carries a network attack vector requiring no authentication or user interaction.

Critical Impact

Unauthenticated remote attackers can extract sensitive information from the WordPress database, including user credentials, session tokens, and configuration data, by injecting crafted payloads into the vulnerable parameters.

Affected Products

  • Enituretechnology LTL Freight Quotes – Estes Edition plugin for WordPress
  • All versions up to and including 3.3.7
  • WordPress installations with the plugin enabled

Discovery Timeline

  • 2025-02-15 - CVE-2024-13488 published to NVD
  • 2025-02-28 - Last updated in NVD database

Technical Details for CVE-2024-13488

Vulnerability Analysis

The LTL Freight Quotes – Estes Edition plugin handles dropship delivery records using server-side PHP code that constructs SQL statements from request parameters. The plugin accepts the dropship_edit_id and edit_id parameters and concatenates their values directly into SQL queries without prepared statements or proper escaping. This pattern enables classic in-band and stacked SQL injection against the WordPress database.

Attackers can append UNION SELECT clauses or boolean-based payloads to read arbitrary tables, including wp_users and wp_options. Extraction of password hashes from wp_users enables offline cracking and subsequent administrative takeover. The EPSS percentile of 94.7 indicates a relatively high likelihood of exploitation activity compared to the broader CVE population.

Root Cause

The root cause is improper neutralization of special elements used in SQL commands [CWE-89]. The vulnerable code paths in warehouse-dropship/wild/includes/wild-delivery-save.php at lines 250 and 364 build SQL strings using direct parameter concatenation rather than the WordPress $wpdb->prepare() API. Without parameter binding, attacker-controlled characters such as single quotes and semicolons are interpreted as SQL syntax.

Attack Vector

Exploitation requires only network access to the WordPress site hosting the plugin. An unauthenticated attacker issues an HTTP request to the vulnerable endpoint, supplying a malicious value for dropship_edit_id or edit_id. The injected SQL executes within the application's database context and returns extracted data either through the response body or via blind exfiltration techniques such as time-based or boolean-based inference.

No verified public proof-of-concept code is referenced in the advisory. See the WordPress Plugin Code Review at line 250 and line 364 for the vulnerable source locations.

Detection Methods for CVE-2024-13488

Indicators of Compromise

  • HTTP requests containing SQL metacharacters such as ', --, UNION, SELECT, or SLEEP( in the dropship_edit_id or edit_id query parameters.
  • Web server access logs showing unusually long parameter values or encoded payloads targeting plugin endpoints under /wp-content/plugins/ltl-freight-quotes-estes-edition/.
  • Database error messages referencing SQL syntax errors logged near requests to the affected plugin paths.
  • Unexpected outbound queries against wp_users, wp_options, or information_schema tables originating from the WordPress application user.

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules that flag SQL injection patterns in requests to plugin URLs containing dropship_edit_id or edit_id.
  • Enable MySQL or MariaDB general query logging temporarily and review queries originating from the WordPress connection for UNION or INFORMATION_SCHEMA patterns.
  • Correlate WordPress access logs with database audit logs to identify single requests producing multiple downstream queries.

Monitoring Recommendations

  • Monitor for sustained scanning behavior from single source IPs targeting the affected plugin paths.
  • Alert on HTTP 500 responses from the plugin endpoints, which often indicate SQL syntax errors triggered by injection probes.
  • Track baseline query volumes against wp_users and alert on anomalous read patterns.

How to Mitigate CVE-2024-13488

Immediate Actions Required

  • Update the LTL Freight Quotes – Estes Edition plugin to a version newer than 3.3.7 as published in the WordPress Plugin Changeset.
  • Rotate WordPress administrator passwords and invalidate active sessions if the plugin was exposed publicly.
  • Review database audit logs for evidence of unauthorized SELECT activity against sensitive tables.
  • Block requests containing suspicious payloads in the affected parameters at the WAF or reverse proxy.

Patch Information

The vendor addressed the vulnerability in the changeset published on the WordPress Plugin repository. See the Wordfence Vulnerability Report for the corrected version details and the WordPress Plugin Changeset Overview for the source-level fix that introduces parameter preparation.

Workarounds

  • Disable and remove the LTL Freight Quotes – Estes Edition plugin until the patch is applied.
  • Restrict access to plugin endpoints to authenticated administrator sessions using web server access control rules.
  • Apply virtual patching at the WAF layer to reject requests where dropship_edit_id or edit_id contain non-numeric characters.
  • Enforce least-privilege database accounts for the WordPress connection to limit the scope of data accessible via injection.
bash
# Example WAF rule (ModSecurity) to block non-numeric values in vulnerable parameters
SecRule ARGS:dropship_edit_id|ARGS:edit_id "!@rx ^[0-9]+$" \
    "id:1002024134880,phase:2,deny,status:403,log,\
     msg:'CVE-2024-13488 SQL Injection attempt blocked'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechEnituretechnology

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability15.08%

  • 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 Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Changeset Overview
  • Related CVEs
  • CVE-2025-27268: Small Package Quotes Plugin SQLi Flaw

  • CVE-2025-22290: LTL Freight Quotes SQL Injection Flaw

  • CVE-2025-58218: USPS Edition Object Injection Vulnerability

  • CVE-2025-22286: LTL Freight Quotes Plugin XSS Flaw
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