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

CVE-2025-11693: WordPress Export Plugin Info Disclosure

CVE-2025-11693 is an information disclosure vulnerability in the Export WP Page to Static HTML & PDF WordPress plugin that exposes authentication cookies through publicly accessible files, allowing unauthorized access.

Published: March 11, 2026

CVE-2025-11693 Overview

The Export WP Page to Static HTML & PDF plugin for WordPress contains a critical Sensitive Information Exposure vulnerability affecting all versions up to and including 4.3.4. The vulnerability exists due to publicly exposed cookies.txt files containing authentication cookies. This security flaw allows unauthenticated attackers to access authentication cookies that may have been logged when a site administrator triggers a backup using specific privileged user roles such as 'administrator.'

Critical Impact

Unauthenticated attackers can access exposed authentication cookies, potentially leading to complete site compromise through session hijacking or credential theft.

Affected Products

  • Export WP Page to Static HTML & PDF plugin for WordPress versions ≤ 4.3.4

Discovery Timeline

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

Technical Details for CVE-2025-11693

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in how the plugin handles backup operations and cookie storage. When administrators perform backup exports using privileged roles, the plugin inadvertently stores authentication cookies in publicly accessible cookies.txt files. These files are not properly protected from unauthorized access, allowing any unauthenticated user to retrieve sensitive session data.

The vulnerability is particularly dangerous because it requires no authentication or user interaction to exploit. An attacker simply needs to locate and access the exposed cookie files on the target WordPress installation.

Root Cause

The root cause stems from improper file permission handling and insecure storage practices within the plugin. The cookies.txt files containing sensitive authentication data are stored in web-accessible directories without adequate access controls. Additionally, the plugin fails to sanitize or exclude authentication cookies from the backup process, leading to their unintended exposure.

Attack Vector

The attack vector is network-based and can be exploited remotely without requiring authentication. An attacker can enumerate or directly access the cookies.txt files stored in predictable locations within the WordPress installation. Once retrieved, these authentication cookies can be used to:

  1. Hijack administrator sessions
  2. Gain unauthorized access to the WordPress admin panel
  3. Perform privilege escalation attacks
  4. Execute further malicious actions on the compromised site

The vulnerability mechanism involves the plugin writing authentication cookies to a text file during the export/backup process. Since this file resides in a publicly accessible location without proper access restrictions, attackers can retrieve the file via direct HTTP requests. For detailed technical analysis, refer to the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-11693

Indicators of Compromise

  • Unexpected access requests to cookies.txt files in WordPress plugin directories
  • Unusual login activity from unfamiliar IP addresses using valid administrator sessions
  • HTTP access logs showing requests for files within the export-wp-page-to-static-html plugin directory
  • Unauthorized administrative actions without corresponding legitimate login events

Detection Strategies

  • Monitor web server access logs for requests targeting cookies.txt or similar sensitive files within the plugin directory
  • Implement file integrity monitoring on the WordPress installation to detect unauthorized file access
  • Configure Web Application Firewalls (WAF) to alert on suspicious requests to plugin directories
  • Review WordPress admin activity logs for session usage from multiple geographic locations

Monitoring Recommendations

  • Enable detailed access logging for the wp-content/plugins/export-wp-page-to-static-html/ directory
  • Set up alerts for any external access attempts to text files containing sensitive keywords like "cookie" or authentication data
  • Regularly audit active WordPress sessions for anomalies
  • Deploy endpoint detection solutions to monitor for credential theft indicators

How to Mitigate CVE-2025-11693

Immediate Actions Required

  • Update the Export WP Page to Static HTML & PDF plugin to the latest patched version immediately
  • Remove any existing cookies.txt files from the plugin directory and verify no sensitive data remains exposed
  • Invalidate all active WordPress sessions and force password resets for administrator accounts
  • Review WordPress access logs for signs of compromise or unauthorized cookie file access
  • Temporarily disable the plugin if an update is not immediately available

Patch Information

A security patch has been released to address this vulnerability. The fix can be reviewed in the WordPress Plugin Changeset. WordPress site administrators should update to the latest version available in the WordPress plugin repository. For additional vulnerability intelligence, consult the Wordfence Vulnerability Report.

Workarounds

  • Restrict access to the plugin directory using .htaccess rules or web server configuration to block direct file access
  • Remove the vulnerable plugin entirely until a patched version can be deployed
  • Implement network-level access controls to limit who can access WordPress plugin directories
  • Configure the web server to deny access to .txt files within the WordPress plugins folder
bash
# Apache .htaccess configuration to restrict access to plugin directory
<Directory "/var/www/html/wp-content/plugins/export-wp-page-to-static-html">
    <FilesMatch "\.(txt|log)$">
        Require all denied
    </FilesMatch>
</Directory>

# Nginx configuration to block access to sensitive files
location ~* /wp-content/plugins/export-wp-page-to-static-html/.*\.(txt|log)$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.27%

  • 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-200
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1797: Truebooker WordPress Information Disclosure

  • CVE-2026-3831: WordPress Forms Plugin Data Vulnerability

  • CVE-2026-2696: Export All URLs WordPress Info Disclosure

  • CVE-2026-2343: Ultimate Invoice Plugin Info Disclosure
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