A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9990

CVE-2025-9990: WordPress Helpdesk Integration RCE Flaw

CVE-2025-9990 is a remote code execution vulnerability in WordPress Helpdesk Integration plugin allowing unauthenticated attackers to execute arbitrary PHP code. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-9990 Overview

CVE-2025-9990 is a Local File Inclusion (LFI) vulnerability in the WordPress Helpdesk Integration plugin affecting all versions up to and including 5.8.10. The flaw resides in the handling of the portal_type parameter, which is passed to a PHP include statement without sufficient validation. Unauthenticated attackers can leverage this issue to include and execute arbitrary .php files present on the server. Successful exploitation enables access control bypass, exposure of sensitive data, and potential remote code execution when an attacker can plant or upload .php content reachable through the include path. The weakness is classified under CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program.

Critical Impact

Unauthenticated remote attackers can execute arbitrary PHP code on affected WordPress installations, leading to full site compromise.

Affected Products

  • WordPress Helpdesk Integration plugin (wp-helpdesk-integration) versions ≤ 5.8.10
  • WordPress installations with the plugin active and reachable from the network
  • Hosting environments permitting .php file uploads to web-accessible paths

Discovery Timeline

  • 2025-09-05 - CVE-2025-9990 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-9990

Vulnerability Analysis

The WordPress Helpdesk Integration plugin renders portal pages by selecting a template file based on the portal_type request parameter. The plugin passes user-controlled input into a PHP include or require statement without enforcing an allowlist or normalizing path traversal sequences. As a result, attackers can direct the include to arbitrary .php files on the underlying filesystem.

Because the affected code path is reachable without authentication, the attack requires no credentials and no user interaction. The published CVSS vector indicates high attack complexity, which reflects environmental conditions such as the need for an includable PHP file to exist at a controllable path. The Exploit Prediction Scoring System currently places this issue in a moderate exploitation likelihood band.

Root Cause

The root cause is improper control of a filename used in a PHP include directive, mapped to [CWE-98]. The plugin trusts the portal_type value from the HTTP request and concatenates it into an include path without restricting the value to a fixed set of known templates. The plugin source referenced at line 85 of index.php in the WordPress plugin trunk shows the unsafe include construction.

Attack Vector

An unauthenticated attacker sends a crafted HTTP request to a WordPress page that routes through the vulnerable handler, supplying a malicious value in portal_type. The supplied value resolves to a path on disk that ends in .php, causing the PHP interpreter to execute the contents of that file in the context of the web server. When combined with any other plugin or theme that allows attacker-controlled .php content to land on the filesystem, this becomes a reliable unauthenticated remote code execution chain. Refer to the Wordfence vulnerability analysis for additional technical context.

Detection Methods for CVE-2025-9990

Indicators of Compromise

  • HTTP requests containing the portal_type parameter with path traversal sequences such as ../ or absolute filesystem paths
  • Unexpected PHP processes spawned by the web server user shortly after requests to plugin endpoints
  • New or modified .php files in wp-content/uploads/ or other writable directories
  • Outbound connections from the web server to attacker infrastructure following plugin requests

Detection Strategies

  • Inspect web server access logs for requests referencing wp-helpdesk-integration paired with suspicious portal_type values
  • Deploy WordPress-aware web application firewall rules that block traversal sequences and non-allowlisted values in portal_type
  • Hunt for newly created PHP files under upload directories and compare against known good baselines
  • Monitor PHP error logs for include() or require() warnings referencing unexpected file paths

Monitoring Recommendations

  • Enable file integrity monitoring on the WordPress installation directory and wp-content
  • Alert on web server processes executing shell utilities such as sh, bash, wget, or curl
  • Forward web server, PHP, and host telemetry to a centralized analytics platform for correlation
  • Track plugin version inventory across WordPress fleets to identify installations still running ≤ 5.8.10

How to Mitigate CVE-2025-9990

Immediate Actions Required

  • Update the WordPress Helpdesk Integration plugin to a version newer than 5.8.10 as soon as the vendor publishes a fix
  • Disable or remove the plugin from any site that does not require its functionality
  • Audit wp-content/uploads/ and other writable directories for unauthorized .php files
  • Rotate WordPress administrative credentials and API keys if compromise is suspected

Patch Information

Review the plugin source repository for the latest code state and consult the Wordfence advisory for fixed-version details. Apply updates through the WordPress plugin manager once the maintainer releases a patched version above 5.8.10.

Workarounds

  • Deactivate the plugin until a patched release is installed
  • Add web application firewall rules that restrict portal_type to a strict allowlist of expected values
  • Configure PHP open_basedir to limit which directories the web process can include from
  • Disallow .php execution within upload directories using web server configuration
bash
# Example Apache configuration to block PHP execution in uploads
<Directory "/var/www/html/wp-content/uploads">
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • WordPress Plugin Code Repository

  • WordPress Plugin Source Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-9227: GutenBee WordPress Plugin RCE Vulnerability

  • CVE-2026-9009: WordPress Crawlomatic Plugin RCE Vulnerability

  • CVE-2026-6169: WordPress Affiliate-Toolkit RCE Vulnerability

  • CVE-2026-8832: WPCode WordPress Plugin RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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