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

CVE-2025-11504: Quickcreator WordPress Plugin Info Leak

CVE-2025-11504 is an information disclosure vulnerability in the Quickcreator AI Blog Writer WordPress plugin that exposes API keys to unauthenticated attackers. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-11504 Overview

The Quickcreator – AI Blog Writer plugin for WordPress contains a Sensitive Information Exposure vulnerability that affects versions 0.0.9 through 0.1.17. The vulnerability exists due to the improper storage of sensitive API credentials in a publicly accessible text file located at /wp-content/plugins/quickcreator/dupasrala.txt. This misconfiguration allows unauthenticated attackers to retrieve the plugin's API key by simply navigating to this file path, enabling them to perform unauthorized actions on the affected WordPress site including creating new posts and injecting malicious XSS payloads.

Critical Impact

Unauthenticated attackers can retrieve exposed API keys to create unauthorized content and inject cross-site scripting (XSS) payloads, potentially compromising site visitors and administrative users.

Affected Products

  • Quickcreator – AI Blog Writer plugin for WordPress versions 0.0.9 to 0.1.17

Discovery Timeline

  • 2025-10-24 - CVE-2025-11504 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11504

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File), indicating that sensitive data—specifically the plugin's API key—is written to a file that is accessible without authentication. The core issue stems from the plugin storing its API credentials in a plain text file (dupasrala.txt) within the plugin directory, which is typically web-accessible on standard WordPress installations.

Once an attacker obtains the API key, they gain the ability to interact with the plugin's functionality as if they were an authenticated administrator. This includes the capability to create, modify, or delete blog posts, and more critically, inject malicious JavaScript code through XSS payloads that could target site visitors or administrators.

Root Cause

The root cause of this vulnerability is the insecure storage of sensitive API credentials in a publicly accessible file within the WordPress plugin directory structure. Rather than storing API keys in the WordPress database with proper encryption or utilizing WordPress's native options API with appropriate access controls, the plugin writes these credentials to a plain text file that can be directly accessed via HTTP requests.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying WordPress sites running the vulnerable Quickcreator plugin versions
  2. Directly requesting the exposed file path at /wp-content/plugins/quickcreator/dupasrala.txt
  3. Extracting the API key from the file contents
  4. Using the stolen API key to authenticate to the plugin's API endpoints
  5. Creating malicious content or injecting XSS payloads into the site

The attack is trivial to execute and can be automated at scale across vulnerable WordPress installations. No special tools or advanced knowledge are required—a simple web browser or curl command is sufficient to retrieve the exposed credentials.

Detection Methods for CVE-2025-11504

Indicators of Compromise

  • Unexpected HTTP requests to /wp-content/plugins/quickcreator/dupasrala.txt in web server access logs
  • Unauthorized blog posts appearing on the site, particularly those containing suspicious JavaScript code
  • XSS payloads or malicious scripts embedded in post content created through the Quickcreator plugin
  • API activity from unexpected IP addresses or geographic locations
  • Unusual content creation patterns or bulk post creation events

Detection Strategies

  • Monitor web server access logs for requests targeting the dupasrala.txt file path
  • Implement file integrity monitoring on the WordPress wp-content/plugins/ directory
  • Review recently created or modified posts for suspicious content or embedded scripts
  • Set up alerts for API usage patterns that deviate from normal administrative behavior
  • Deploy web application firewall (WAF) rules to detect and block access attempts to sensitive plugin files

Monitoring Recommendations

  • Enable detailed access logging on the web server to capture all requests to plugin directories
  • Configure SIEM alerts for HTTP 200 responses to requests containing dupasrala.txt in the path
  • Implement content scanning for newly created posts to detect potential XSS payloads
  • Review WordPress audit logs regularly for unauthorized content modifications
  • Monitor for signs of credential abuse including API calls from unusual source IPs

How to Mitigate CVE-2025-11504

Immediate Actions Required

  • Update the Quickcreator – AI Blog Writer plugin to a version newer than 0.1.17 if a patched version is available
  • Immediately block access to the /wp-content/plugins/quickcreator/dupasrala.txt file via web server configuration
  • Regenerate any API keys that may have been exposed through this vulnerability
  • Review all content created through the plugin for signs of malicious injection
  • Audit user accounts and access logs for signs of unauthorized activity

Patch Information

Organizations should check the WordPress Plugin Information page for the latest available version and update immediately. Additional vulnerability details and remediation guidance are available in the Wordfence Vulnerability Report. If no patched version is available, consider disabling or removing the plugin until a security update is released.

Workarounds

  • Block direct access to the vulnerable file by adding deny rules in .htaccess or nginx configuration
  • Consider temporarily deactivating the Quickcreator plugin until a security patch is available
  • Implement web application firewall rules to block requests to sensitive plugin files
  • Move the API key to WordPress's secure options storage if manual modification is feasible
  • Restrict access to the wp-content/plugins/ directory at the web server level
bash
# Apache .htaccess configuration to block access to the vulnerable file
<FilesMatch "dupasrala\.txt$">
    Require all denied
</FilesMatch>

# Nginx configuration to block access
location ~* /wp-content/plugins/quickcreator/dupasrala\.txt {
    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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.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-532
  • Technical References
  • WordPress Plugin Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6514: InfusedWoo Pro WordPress SSRF Vulnerability

  • CVE-2026-6512: InfusedWoo Pro Authorization Bypass Flaw

  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6206: MW WP Form Information Disclosure 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