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
    • 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-2026-2351

CVE-2026-2351: Task Manager WordPress Information Disclosure

CVE-2026-2351 is an information disclosure vulnerability in the Task Manager plugin for WordPress, allowing authenticated attackers to read arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-2351 Overview

The Task Manager plugin for WordPress contains an Arbitrary File Read vulnerability in all versions up to, and including, 3.0.2. The vulnerability exists in the callback_get_text_from_url() function, which allows authenticated attackers with Subscriber-level access or higher to read the contents of arbitrary files on the server. This can expose sensitive information including configuration files, database credentials, and other critical data stored on the web server.

Critical Impact

Authenticated attackers with minimal privileges (Subscriber-level) can read arbitrary files on the server, potentially exposing sensitive configuration data, credentials, and other confidential information.

Affected Products

  • Task Manager plugin for WordPress versions up to and including 3.0.2
  • WordPress installations using vulnerable Task Manager plugin versions
  • Any server hosting affected WordPress sites with the vulnerable plugin

Discovery Timeline

  • 2026-03-21 - CVE-2026-2351 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-2351

Vulnerability Analysis

This vulnerability is classified as CWE-73 (External Control of File Name or Path), a category of weaknesses where external input influences file system operations without proper validation. The vulnerable callback_get_text_from_url() function in the Task Manager plugin fails to adequately restrict which files can be accessed, enabling attackers to traverse the file system and read arbitrary files.

The attack requires only low-privilege authentication (Subscriber-level), making it relatively easy to exploit since WordPress allows user registration by default on many installations. Once authenticated, an attacker can leverage this vulnerability to access sensitive files such as wp-config.php, which contains database credentials, authentication keys, and other critical configuration parameters.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the callback_get_text_from_url() function located in the import module (class-import-action.php). The function accepts external input to specify file paths or URLs without implementing proper restrictions on accessible resources. This allows attackers to supply arbitrary file paths, bypassing intended access controls and reading files outside the expected directory scope.

Attack Vector

The vulnerability is exploited over the network and requires authentication with at least Subscriber-level privileges. An attacker would:

  1. Register or obtain a Subscriber-level account on the target WordPress site
  2. Send a crafted request to the callback_get_text_from_url() function
  3. Supply a file path pointing to sensitive server files (e.g., ../../../wp-config.php)
  4. Receive the contents of the targeted file in the response

The vulnerability is located in the import action handler at line 203 of class-import-action.php. The function processes user-controlled input without adequate path validation, allowing directory traversal sequences to access files outside the intended scope. Technical details can be found in the WordPress Plugin Code Reference.

Detection Methods for CVE-2026-2351

Indicators of Compromise

  • Unusual HTTP requests targeting the Task Manager plugin's import functionality with path traversal patterns
  • Server access logs showing requests containing ../ sequences or absolute file paths to system files
  • Requests from subscriber-level users attempting to access callback_get_text_from_url endpoints
  • Evidence of unauthorized access to sensitive configuration files like wp-config.php

Detection Strategies

  • Monitor web application firewall (WAF) logs for path traversal attempts targeting WordPress plugin endpoints
  • Implement file integrity monitoring on critical configuration files
  • Review WordPress user activity logs for suspicious subscriber-level actions
  • Deploy endpoint detection rules to identify file read operations on sensitive paths initiated through web requests

Monitoring Recommendations

  • Enable verbose logging for the Task Manager plugin and related WordPress import functions
  • Configure alerts for any access attempts to sensitive files via web requests
  • Monitor for outbound data exfiltration following potential file read exploitation
  • Implement SentinelOne Singularity to detect and alert on anomalous file access patterns from web server processes

How to Mitigate CVE-2026-2351

Immediate Actions Required

  • Update the Task Manager plugin to a patched version immediately (if available)
  • If no patch is available, disable or remove the Task Manager plugin until a fix is released
  • Review user accounts and remove unnecessary subscriber-level accounts
  • Audit server logs for evidence of exploitation attempts
  • Restrict file system permissions to limit web server access to sensitive files

Patch Information

WordPress site administrators should check the WordPress Plugin Overview page for updates to the Task Manager plugin. Monitor the Wordfence Vulnerability Report for additional mitigation guidance and patch availability announcements.

Workarounds

  • Disable the Task Manager plugin until a security patch is available
  • Implement Web Application Firewall (WAF) rules to block path traversal patterns targeting the vulnerable endpoint
  • Restrict WordPress user registration to prevent attackers from obtaining subscriber-level access
  • Use server-level file permission hardening to prevent the web server process from reading sensitive files outside the web root
bash
# Restrict access to wp-config.php at the Apache level
<Files wp-config.php>
    Order Allow,Deny
    Deny from all
</Files>

# Alternatively, for Nginx, add to server block:
# location ~* wp-config\.php {
#     deny all;
# }

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Overview

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2343: Ultimate Invoice Plugin Info Disclosure

  • CVE-2026-3546: e-shot Form Builder Information Disclosure

  • CVE-2025-10734: ReviewX WordPress Plugin Data Exposure Flaw

  • CVE-2025-10731: ReviewX Plugin Information Disclosure
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