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

CVE-2025-28954: Backwp CSRF Vulnerability

CVE-2025-28954 is a Cross-Site Request Forgery vulnerability in the Backwp WordPress plugin that enables path traversal attacks. This article covers the technical details, versions affected through 2.0.2, and mitigation.

Published: April 29, 2026

CVE-2025-28954 Overview

CVE-2025-28954 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Backwp WordPress plugin by wphobby. This vulnerability enables attackers to leverage CSRF techniques to execute path traversal attacks, potentially leading to arbitrary file deletion on affected WordPress installations. The vulnerability exists in all versions of the plugin up to and including version 2.0.2.

Critical Impact

Attackers can trick authenticated administrators into performing unintended actions, enabling arbitrary file deletion through path traversal which could result in complete denial of service by deleting critical WordPress files.

Affected Products

  • Backwp WordPress Plugin version 2.0.2 and earlier
  • WordPress installations with the vulnerable Backwp plugin enabled
  • Sites where administrators may click malicious links while authenticated

Discovery Timeline

  • 2025-06-06 - CVE-2025-28954 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-28954

Vulnerability Analysis

This vulnerability combines two distinct attack techniques: Cross-Site Request Forgery (CSRF) and Path Traversal. The Backwp plugin fails to implement proper CSRF protection mechanisms on sensitive administrative functions, specifically those related to file management operations. When an authenticated administrator visits a malicious page crafted by an attacker, the browser automatically sends the administrator's session credentials along with a forged request to the vulnerable plugin endpoint.

The path traversal component allows attackers to specify file paths outside the intended directory scope using directory traversal sequences (such as ../). When combined with the CSRF weakness, this enables unauthenticated attackers to delete arbitrary files on the server by tricking administrators into triggering malicious requests.

The attack requires user interaction—specifically, an authenticated administrator must be deceived into visiting a malicious webpage or clicking a specially crafted link. Upon successful exploitation, the availability impact is high as critical WordPress files or system files could be deleted, potentially rendering the entire WordPress installation non-functional.

Root Cause

The root cause of this vulnerability is twofold:

  1. Missing CSRF Token Validation: The Backwp plugin does not properly validate CSRF tokens (nonces in WordPress terminology) on administrative actions related to file operations. This allows attackers to craft malicious requests that appear legitimate to the server when submitted by an authenticated user.

  2. Insufficient Path Sanitization: The plugin fails to properly sanitize user-supplied file path parameters, allowing directory traversal sequences to escape the intended directory context and access arbitrary filesystem locations.

Attack Vector

The attack is network-based and requires user interaction from an authenticated administrator. An attacker would typically:

  1. Craft a malicious HTML page containing a hidden form or JavaScript that automatically submits a request to the vulnerable Backwp plugin endpoint
  2. Include path traversal sequences in the file parameter to target files outside the intended directory
  3. Distribute the malicious link via phishing, social engineering, or by compromising a website the administrator might visit
  4. When the administrator visits the malicious page while authenticated to their WordPress site, the forged request is executed with their privileges

The vulnerability results in arbitrary file deletion capabilities without changing the scope of the attack, though the availability impact is significant as critical system files could be removed.

Detection Methods for CVE-2025-28954

Indicators of Compromise

  • Unexpected HTTP requests to Backwp plugin endpoints containing path traversal sequences (../) in file parameters
  • Missing critical WordPress core files or configuration files without administrative action
  • Web server access logs showing requests to Backwp endpoints with unusual referrer headers from external domains
  • WordPress error logs indicating file not found errors for previously existing files

Detection Strategies

  • Monitor web server access logs for requests containing directory traversal patterns (../, ..%2f, %2e%2e/) targeting Backwp plugin endpoints
  • Implement file integrity monitoring to detect unauthorized deletion of WordPress core files, plugin files, or configuration files
  • Review HTTP referrer headers for administrative plugin actions to identify requests originating from external or untrusted domains
  • Deploy Web Application Firewall (WAF) rules to detect and block CSRF attacks and path traversal attempts

Monitoring Recommendations

  • Enable comprehensive logging for the Backwp plugin and monitor for file deletion operations
  • Configure alerts for any changes to critical WordPress files including wp-config.php, core files in wp-includes/, and database files
  • Implement real-time monitoring of the WordPress filesystem to detect unexpected file deletions
  • Review administrator activity logs regularly for any unusual file management actions

How to Mitigate CVE-2025-28954

Immediate Actions Required

  • Deactivate and remove the Backwp plugin immediately if running version 2.0.2 or earlier
  • Audit the WordPress filesystem for any signs of unauthorized file deletions or modifications
  • Review web server access logs for any evidence of exploitation attempts targeting the Backwp plugin
  • Consider implementing additional WordPress security plugins that provide CSRF protection and file integrity monitoring

Patch Information

As of the published date, the vulnerability affects Backwp versions through 2.0.2. Site administrators should check the Patchstack Vulnerability Report for the latest information on available patches and recommended versions. If no patched version is available, consider using an alternative backup plugin with proper security controls.

Workarounds

  • Remove or deactivate the Backwp plugin entirely until a patched version is released
  • Restrict access to the WordPress admin area by implementing IP-based access controls
  • Use a Web Application Firewall (WAF) to filter requests containing path traversal patterns and enforce CSRF validation
  • Implement the principle of least privilege by ensuring administrators only access the WordPress dashboard from trusted devices and networks
bash
# Disable Backwp plugin via WP-CLI
wp plugin deactivate backwp

# Verify the plugin is deactivated
wp plugin list --status=inactive | grep backwp

# Optionally remove the plugin entirely
wp plugin delete backwp

# Check file integrity of WordPress core
wp core verify-checksums

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechBackwp

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2025-28956: Backwp WordPress Plugin XSS 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