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-10738

CVE-2025-10738: WordPress URL Shortener SQLi Vulnerability

CVE-2025-10738 is a SQL injection flaw in URL Shortener Plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-10738 Overview

The URL Shortener Plugin For WordPress (also known as Exact Links) is vulnerable to SQL Injection via the analytic_id parameter in all versions up to and including 3.0.7. This vulnerability stems from insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. The flaw enables unauthenticated attackers to append additional SQL queries into already existing queries, which can be exploited to extract sensitive information from the database.

Critical Impact

Unauthenticated remote attackers can exploit this SQL Injection vulnerability to extract sensitive database information, potentially compromising user credentials, site configuration data, and other confidential information stored in the WordPress database.

Affected Products

  • URL Shortener Plugin For WordPress (Exact Links) versions up to and including 3.0.7
  • WordPress installations running the vulnerable plugin versions
  • Sites using the LinkAnalytics.php component with the vulnerable analytic_id parameter handling

Discovery Timeline

  • 2025-12-13 - CVE CVE-2025-10738 published to NVD
  • 2025-12-15 - Last updated in NVD database

Technical Details for CVE-2025-10738

Vulnerability Analysis

This SQL Injection vulnerability affects the URL Shortener Plugin For WordPress, specifically within the LinkAnalytics.php file. The vulnerability exists because user-supplied input to the analytic_id parameter is not properly sanitized or escaped before being incorporated into SQL queries. Without adequate parameterization or prepared statements, the application directly concatenates user input into database queries, creating an injection point.

The vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), which represents one of the most dangerous web application security flaws. Since the vulnerability can be exploited without authentication, any unauthenticated user with network access to a vulnerable WordPress site can attempt exploitation.

Root Cause

The root cause of this vulnerability is the lack of proper input validation, escaping, and prepared statement usage in the LinkAnalytics.php model. When the analytic_id parameter is processed, the application fails to sanitize the input or use parameterized queries, allowing malicious SQL syntax to be injected and executed by the database engine. This is a fundamental secure coding failure that violates WordPress security best practices for database interactions.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests containing SQL injection payloads in the analytic_id parameter. The vulnerable endpoint processes this parameter without proper sanitization, allowing the injected SQL to execute within the context of the existing query.

A typical exploitation scenario involves:

  1. Identifying a WordPress site running the vulnerable URL Shortener Plugin
  2. Crafting a request with SQL injection payload in the analytic_id parameter
  3. Using techniques such as UNION-based injection, error-based injection, or time-based blind injection to extract data
  4. Retrieving sensitive information including usernames, password hashes, email addresses, and potentially authentication tokens from the WordPress database

The vulnerability allows attackers to read sensitive data from the database. Depending on database configuration and permissions, attackers may also be able to modify or delete data, or in some cases escalate to remote code execution through techniques such as writing to files via SQL commands.

Detection Methods for CVE-2025-10738

Indicators of Compromise

  • Unusual database queries containing UNION SELECT, OR 1=1, or other SQL injection patterns targeting the analytic_id parameter
  • Web server logs showing requests to plugin endpoints with encoded or suspicious characters in query parameters
  • Database logs indicating unauthorized data extraction or enumeration attempts
  • Unexplained changes to database records or sudden increases in database query volume

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in HTTP requests
  • Monitor WordPress access logs for requests containing SQL keywords (UNION, SELECT, INSERT, DELETE, DROP) in URL parameters
  • Deploy database activity monitoring to identify anomalous query patterns or unauthorized data access
  • Use security plugins that provide real-time vulnerability scanning and attack detection for WordPress installations

Monitoring Recommendations

  • Enable verbose logging on WordPress and the underlying database to capture detailed request and query information
  • Configure alerting for database errors that may indicate failed injection attempts
  • Implement rate limiting on plugin endpoints to slow down automated exploitation attempts
  • Regularly review web server access logs for suspicious patterns targeting the URL Shortener Plugin endpoints

How to Mitigate CVE-2025-10738

Immediate Actions Required

  • Update the URL Shortener Plugin For WordPress (Exact Links) to a patched version beyond 3.0.7 immediately
  • If updates are not available, disable and remove the plugin until a security patch is released
  • Review database logs for evidence of exploitation and check for unauthorized data access
  • Consider resetting passwords for all WordPress users if compromise is suspected
  • Implement a Web Application Firewall with SQL injection protection rules as an additional defense layer

Patch Information

Organizations should update to a patched version of the URL Shortener Plugin For WordPress as soon as one becomes available. Check the WordPress Exact Links Plugin page for the latest security updates. Additional vulnerability details and patch status can be found in the Wordfence Vulnerability Analysis.

The vulnerable code can be reviewed at the WordPress Plugin Code repository for security audit purposes.

Workarounds

  • Disable the URL Shortener Plugin For WordPress until a patched version is available
  • Implement WAF rules to block requests containing SQL injection patterns in the analytic_id parameter
  • Restrict access to the vulnerable plugin endpoints via IP allowlisting if feasible
  • Apply principle of least privilege to the WordPress database user, limiting permissions to prevent sensitive data access
  • Consider using database connection proxies that can filter and sanitize queries as an additional protection layer
bash
# WordPress WAF configuration example for ModSecurity
# Add to .htaccess or ModSecurity configuration
SecRule ARGS:analytic_id "@detectSQLi" \
    "id:100001,phase:2,deny,status:403,msg:'SQL Injection attempt blocked in analytic_id parameter'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

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

  • WordPress Exact Links Plugin

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-3330: Form Maker by 10Web SQLi Vulnerability

  • CVE-2026-6674: WordPress CMS Plugin SQL Injection Flaw

  • CVE-2026-3489: DirectoryPress WordPress SQLi Vulnerability

  • CVE-2026-3773: WordPress Accessibility Suite SQL Injection
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