The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-14153

CVE-2025-14153: WordPress Page Expire Plugin SQLi Flaw

CVE-2025-14153 is a time-based SQL injection vulnerability in the Page Expire Popup/Redirection WordPress plugin that allows authenticated attackers to extract database information. This article covers technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-14153 Overview

The Page Expire Popup/Redirection for WordPress plugin is vulnerable to a time-based SQL Injection attack through the id shortcode attribute. This vulnerability affects all versions up to and including version 1.0 and stems from insufficient escaping of user-supplied parameters combined with inadequate preparation of SQL queries. Authenticated attackers with Author-level access or higher can exploit this flaw to append malicious SQL queries to existing database queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Authenticated attackers can leverage this SQL Injection vulnerability to extract sensitive data from the WordPress database, including user credentials, private posts, and configuration information.

Affected Products

  • Page Expire Popup/Redirection for WordPress plugin version 1.0 and earlier
  • WordPress installations using the vulnerable plugin versions

Discovery Timeline

  • 2026-01-06 - CVE CVE-2025-14153 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-14153

Vulnerability Analysis

This SQL Injection vulnerability resides in the shortcode processing functionality of the Page Expire Popup/Redirection plugin, specifically within the vfpageexpirepopupstructure.php file. The plugin fails to properly sanitize or parameterize the id attribute when it is passed through shortcode attributes, allowing attackers to inject arbitrary SQL commands into database queries.

The time-based nature of this SQL Injection means that attackers can infer database information through carefully crafted payloads that introduce time delays in query execution. When a malicious payload is processed, the database response time varies based on the truthfulness of injected conditions, enabling data exfiltration one bit at a time.

The vulnerability requires authentication with at least Author-level privileges, as users at this access level can create posts containing shortcodes. While this authentication requirement limits the attack surface, compromised author accounts or malicious insiders could fully exploit this flaw.

Root Cause

The root cause of this vulnerability is the lack of proper input validation and SQL query preparation in the plugin's codebase. The id parameter from the shortcode is directly incorporated into SQL queries without using WordPress's prepared statements ($wpdb->prepare()) or proper escaping functions. This violates secure coding practices and creates a direct path for SQL Injection attacks.

Attack Vector

The attack is network-based and requires an authenticated user with Author-level permissions or higher. An attacker can craft a malicious shortcode within a post or page that contains SQL Injection payloads in the id attribute. When the WordPress system processes this shortcode, the malicious SQL is executed against the database.

The exploitation follows this pattern:

  1. Attacker authenticates to WordPress with Author or higher privileges
  2. Creates a new post or page containing the vulnerable shortcode
  3. Injects time-based SQL payloads through the id attribute
  4. Observes response timing to extract database information
  5. Iteratively extracts sensitive data including user credentials and private content

Due to the time-based nature of the injection, exploitation is slower than error-based or union-based SQL Injection, but remains highly effective for data exfiltration.

Detection Methods for CVE-2025-14153

Indicators of Compromise

  • Unusual database query patterns containing SLEEP(), BENCHMARK(), or similar time-delay SQL functions
  • Posts or pages containing shortcodes with abnormally long or suspicious id attribute values
  • Unexpected database performance degradation or timeouts during content rendering
  • Authentication logs showing Author-level accounts creating unusual content patterns

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL Injection patterns in POST data and shortcode attributes
  • Monitor WordPress database query logs for time-based injection signatures
  • Enable query logging on the database server and analyze for unusual patterns
  • Deploy endpoint detection solutions like SentinelOne to identify post-exploitation activity

Monitoring Recommendations

  • Configure alerting for database queries with execution times exceeding normal thresholds
  • Monitor the wp_posts table for entries containing suspicious shortcode patterns
  • Review Author-level and above user activities for anomalous post creation behavior
  • Implement file integrity monitoring on the plugin directory to detect unauthorized modifications

How to Mitigate CVE-2025-14153

Immediate Actions Required

  • Update the Page Expire Popup/Redirection plugin to the latest patched version immediately
  • Audit all posts and pages containing the plugin's shortcodes for suspicious content
  • Review database access logs for evidence of exploitation attempts
  • Consider temporarily deactivating the plugin if an immediate update is not available

Patch Information

A security patch addressing this SQL Injection vulnerability has been released. Administrators should update to the latest version available through the WordPress plugin repository. For technical details on the code changes, refer to the WordPress Plugin Change Log. Additional vulnerability information is available in the Wordfence Vulnerability Report.

Workarounds

  • Remove or deactivate the Page Expire Popup/Redirection plugin until a patch can be applied
  • Restrict Author-level access by demoting users to Contributor level where shortcode execution is limited
  • Implement a Web Application Firewall with SQL Injection detection rules
  • Use database user permissions to limit the WordPress database account to essential operations only
  • Consider implementing database query monitoring to detect and block suspicious query patterns

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

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

  • WordPress Plugin Code Repository

  • WordPress Plugin Change Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54359: WordPress Adivaha Travel Plugin SQLI Flaw

  • CVE-2026-3781: WordPress Attendance Manager SQLi Flaw

  • CVE-2026-39466: Broken Link Checker SQL Injection Flaw

  • CVE-2026-1865: WordPress User Registration SQLi Flaw
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