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

CVE-2025-4828: Support Board Path Traversal Vulnerability

CVE-2025-4828 is a path traversal vulnerability in the Support Board WordPress plugin that enables arbitrary file deletion, potentially leading to remote code execution. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-4828 Overview

CVE-2025-4828 is a critical arbitrary file deletion vulnerability affecting the Support Board plugin for WordPress. The vulnerability exists due to insufficient file path validation in the sb_file_delete function, allowing attackers to delete arbitrary files on the server. When critical files such as wp-config.php are deleted, this can directly lead to remote code execution, as the WordPress installation enters a reinstallation state that attackers can exploit.

This vulnerability is particularly dangerous because it can be exploited without authentication when chained with CVE-2025-4855, creating a complete attack chain that requires no prior access to the WordPress site.

Critical Impact

Unauthenticated attackers can delete arbitrary files on the server, potentially leading to complete site takeover through remote code execution when critical WordPress configuration files are removed.

Affected Products

  • Schiocco Support Board plugin for WordPress versions up to and including 3.8.0
  • WordPress installations with the Support Board help desk and chat plugin installed
  • All WordPress sites using vulnerable versions regardless of configuration

Discovery Timeline

  • 2025-07-09 - CVE-2025-4828 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2025-4828

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a category of security flaws where user-supplied input is not properly sanitized before being used in file system operations. The sb_file_delete function in the Support Board plugin fails to adequately validate the file path parameter before performing deletion operations.

The impact of this vulnerability is severe. An attacker can leverage the path traversal flaw to escape the intended directory and delete any file accessible by the web server process. The most damaging attack scenario involves deleting the wp-config.php file, which contains the WordPress database credentials and security keys. When this file is removed, WordPress enters a fresh installation state, allowing an attacker to complete the setup process with their own database and gain administrative control.

The vulnerability can be exploited remotely over the network without any user interaction required. No authentication is needed when the attacker chains this vulnerability with CVE-2025-4855, making it accessible to any threat actor with network access to the target WordPress site.

Root Cause

The root cause of CVE-2025-4828 is insufficient input validation and path sanitization in the sb_file_delete function. The function accepts user-controlled file path parameters without properly validating that the requested file resides within the intended plugin or upload directory boundaries.

Specifically, the function fails to:

  • Canonicalize the file path to resolve directory traversal sequences (e.g., ../)
  • Validate that the resolved path falls within an allowed directory
  • Implement proper access controls to restrict which files can be deleted

Attack Vector

The attack vector for this vulnerability is network-based, allowing remote exploitation. An attacker can craft malicious requests to the vulnerable endpoint containing path traversal sequences that navigate outside the intended directory structure.

The exploitation flow typically involves:

  1. The attacker identifies a WordPress site running a vulnerable version of the Support Board plugin
  2. If authentication is required, the attacker first exploits CVE-2025-4855 to bypass authentication
  3. The attacker sends a request to the file deletion endpoint with a crafted path containing traversal sequences such as ../../wp-config.php
  4. The sb_file_delete function processes the request without proper validation and deletes the specified file
  5. With wp-config.php deleted, the attacker accesses the WordPress site which now presents the installation wizard
  6. The attacker completes the installation with their controlled database credentials, gaining administrative access

The vulnerability mechanism relies on insufficient path canonicalization. When the function receives a path like uploads/../../wp-config.php, it should resolve this to the actual filesystem location and verify it remains within allowed boundaries. The vulnerable implementation fails to perform this validation, allowing arbitrary file access and deletion.

Detection Methods for CVE-2025-4828

Indicators of Compromise

  • Missing wp-config.php or other critical WordPress core files without legitimate administrative action
  • Web server error logs showing attempts to access non-existent WordPress configuration files
  • Access logs containing requests to Support Board plugin endpoints with path traversal patterns (../, ..%2f, ..%252f)
  • Unexpected WordPress installation wizard appearing on established sites
  • Database connection errors on previously functioning WordPress installations

Detection Strategies

  • Monitor web server access logs for requests to /wp-content/plugins/support-board/ endpoints containing directory traversal sequences
  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Configure file integrity monitoring (FIM) to alert on unauthorized deletion of critical WordPress files
  • Deploy SentinelOne Singularity to detect suspicious file system operations and unauthorized file deletions

Monitoring Recommendations

  • Enable verbose logging for WordPress and the Support Board plugin to capture detailed request information
  • Set up alerts for any modifications to critical WordPress files including wp-config.php, .htaccess, and core installation files
  • Monitor for anomalous patterns of file deletion requests targeting the Support Board plugin
  • Implement real-time file integrity monitoring with automated alerting capabilities

How to Mitigate CVE-2025-4828

Immediate Actions Required

  • Update the Support Board plugin to a patched version immediately if one is available from the vendor
  • If no patch is available, deactivate and remove the Support Board plugin until a fix is released
  • Review web server logs to determine if the vulnerability has been exploited
  • Verify the integrity of critical WordPress files, particularly wp-config.php
  • Implement WAF rules to block path traversal attempts targeting the plugin

Patch Information

At the time of publication, organizations should check the CodeCanyon Help Desk Plugin page for the latest version and security updates. The Wordfence Vulnerability Report provides additional details and remediation guidance.

All versions up to and including 3.8.0 are confirmed vulnerable. Administrators should update to the latest available version that addresses this vulnerability.

Workarounds

  • Temporarily deactivate the Support Board plugin if immediate patching is not possible
  • Implement server-level access controls to restrict access to the plugin's file management endpoints
  • Deploy a Web Application Firewall with rules to detect and block path traversal sequences in requests
  • Configure file system permissions to make critical WordPress files immutable where operationally feasible
bash
# Configuration example - Restrict write access to wp-config.php
chmod 400 /var/www/html/wp-config.php
chown root:root /var/www/html/wp-config.php

# Apache: Block path traversal in .htaccess
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f|\.\.%252f) [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSchiocco Support Board

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.84%

  • 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-22
  • Technical References
  • CodeCanyon Help Desk Plugin

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4815: Schiocco Support Board SQLi Vulnerability

  • CVE-2026-4816: Schiocco Support Board XSS Vulnerability

  • CVE-2025-4855: Support Board 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