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

CVE-2025-47546: WP Compress CSRF Vulnerability

CVE-2025-47546 is a Cross-Site Request Forgery flaw in WP Compress image optimizer that enables attackers to perform unauthorized actions. This article covers technical details, affected versions up to 6.30.30, and mitigation.

Published: April 22, 2026

CVE-2025-47546 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the WP Compress (wp-compress-image-optimizer) WordPress plugin developed by AresIT. This vulnerability allows attackers to perform unauthorized actions on behalf of authenticated users by tricking them into visiting a malicious webpage or clicking a crafted link. The lack of proper CSRF token validation enables attackers to potentially compromise the confidentiality, integrity, and availability of affected WordPress installations.

Critical Impact

Attackers can execute unauthorized administrative actions on WordPress sites running vulnerable versions of WP Compress, potentially leading to complete site compromise, data theft, or service disruption.

Affected Products

  • WP Compress (wp-compress-image-optimizer) versions up to and including 6.30.30
  • WordPress installations using the affected WP Compress plugin
  • Sites relying on WP Compress for image optimization functionality

Discovery Timeline

  • 2025-05-07 - CVE-2025-47546 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2025-47546

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability exists due to insufficient validation of request origins within the WP Compress WordPress plugin. When users with administrative privileges interact with the plugin's functionality, the application fails to verify that requests originated from legitimate sources within the WordPress admin interface. This oversight allows malicious actors to craft requests that, when executed by an authenticated administrator, perform sensitive operations without the user's knowledge or consent.

The vulnerability is classified under CWE-352 (Cross-Site Request Forgery), which describes a class of attacks where an attacker forces an authenticated user's browser to send a forged HTTP request, including session cookies and authentication information, to a vulnerable web application. In the context of WordPress plugins, this can lead to unauthorized configuration changes, plugin setting modifications, or other administrative actions.

Root Cause

The root cause of this vulnerability lies in the WP Compress plugin's failure to implement proper anti-CSRF mechanisms. WordPress provides built-in nonce (number used once) functionality specifically designed to prevent CSRF attacks. When plugins fail to generate and validate these nonces for state-changing operations, they become susceptible to forged requests. The vulnerable versions of WP Compress do not adequately implement these security checks, leaving critical plugin operations unprotected.

Attack Vector

The attack requires user interaction—specifically, an authenticated WordPress administrator must be tricked into visiting a malicious webpage or clicking a crafted link while logged into their WordPress site. The attacker crafts an HTML page containing hidden forms or JavaScript that automatically submits requests to the target WordPress site. When the victim visits the attacker's page, their browser automatically includes authentication cookies with the forged requests, causing the WordPress site to process them as legitimate administrative actions.

A typical attack scenario involves the attacker sending a phishing email or social engineering message containing a link to a malicious page. The page contains hidden iframes or auto-submitting forms targeting WP Compress plugin endpoints. Since the victim's browser includes their WordPress session cookies, the vulnerable plugin processes these forged requests as if they were intentionally submitted by the administrator.

For detailed technical information about this vulnerability, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-47546

Indicators of Compromise

  • Unexpected changes to WP Compress plugin settings or configurations
  • Unusual plugin activity logged during periods when administrators were not actively managing the site
  • Modified image compression settings without corresponding administrator actions
  • Unexplained outbound requests from the WordPress server

Detection Strategies

  • Monitor WordPress admin activity logs for plugin configuration changes occurring from unexpected IP addresses or user agents
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized cross-origin requests
  • Use web application firewalls (WAF) to identify and alert on suspicious request patterns targeting WP Compress endpoints
  • Review server access logs for requests to WP Compress plugin files originating from external referrers

Monitoring Recommendations

  • Enable WordPress audit logging to track all plugin configuration changes with timestamp and user context
  • Configure alerting for administrative actions on the WP Compress plugin outside of normal maintenance windows
  • Deploy real-time monitoring solutions capable of detecting CSRF attack patterns
  • Regularly review and correlate user session activity with plugin modification events

How to Mitigate CVE-2025-47546

Immediate Actions Required

  • Update WP Compress plugin to a version newer than 6.30.30 that addresses the CSRF vulnerability
  • Review recent plugin configuration changes for any unauthorized modifications
  • Audit administrator accounts for signs of compromise or unauthorized access
  • Consider temporarily deactivating the WP Compress plugin until a patched version is installed

Patch Information

Site administrators should check the WordPress plugin repository for an updated version of WP Compress that addresses this CSRF vulnerability. The fix typically involves implementing proper WordPress nonce validation on all state-changing plugin operations. Refer to the Patchstack Vulnerability Report for the latest patch status and update guidance.

Workarounds

  • Implement additional WAF rules to validate referer headers and block cross-origin requests to WP Compress plugin endpoints
  • Limit administrative access to the WordPress dashboard from trusted IP addresses only
  • Use browser extensions that provide CSRF protection for administrative sessions
  • Enable two-factor authentication for all WordPress administrator accounts to add an extra layer of security
bash
# WordPress plugin update via WP-CLI
wp plugin update wp-compress-image-optimizer

# Verify current plugin version
wp plugin get wp-compress-image-optimizer --field=version

# Temporarily deactivate plugin if update unavailable
wp plugin deactivate wp-compress-image-optimizer

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWpcompress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2025-47479: WP Compress Auth Bypass Vulnerability
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