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-2023-54350

CVE-2023-54350: WordPress Augmented-Reality RCE Flaw

CVE-2023-54350 is a remote code execution vulnerability in WordPress Augmented-Reality plugin affecting the elFinder connector. Unauthenticated attackers can upload malicious PHP files via connector.minimal.php endpoint.

Published: June 12, 2026

CVE-2023-54350 Overview

CVE-2023-54350 is an unauthenticated remote code execution vulnerability in the WordPress Augmented-Reality plugin. The flaw resides in the bundled elFinder connector, which exposes file management functionality without authentication checks [CWE-306]. Attackers send POST requests to the connector.minimal.php endpoint using mkfile and put commands to write arbitrary PHP files into the file_manager directory. Once written, the attacker requests the file directly through the web server to execute attacker-controlled code under the web server user. The vulnerability requires no privileges, no user interaction, and is reachable over the network.

Critical Impact

Unauthenticated attackers can upload and execute arbitrary PHP files on WordPress sites running the Augmented-Reality plugin, leading to full site compromise.

Affected Products

  • WordPress Augmented-Reality plugin
  • WordPress sites with the plugin's elFinder connector exposed
  • Web servers hosting the vulnerable connector.minimal.php endpoint

Discovery Timeline

  • 2026-06-08 - CVE-2023-54350 published to NVD
  • 2026-06-08 - Last updated in NVD database

Technical Details for CVE-2023-54350

Vulnerability Analysis

The Augmented-Reality plugin ships a copy of the elFinder file manager and exposes its connector script at a predictable path within the plugin directory. The connector accepts standard elFinder commands over HTTP POST, including commands that create new files and write arbitrary content into them. Because the plugin does not enforce WordPress authentication or capability checks before dispatching commands, any unauthenticated client on the network can invoke file operations. The connector also fails to restrict the file extensions and MIME types it accepts, allowing PHP files to be written into a web-accessible directory.

Root Cause

The root cause is missing authentication on a privileged file-management interface [CWE-306]. The elFinder connector was integrated into the plugin without wrapping its endpoints in WordPress access control. There is no nonce check, no current_user_can() gate, and no extension allowlist. Combined with a writable directory served directly by the web server, this turns a file manager into an arbitrary code execution primitive.

Attack Vector

The attack is purely network-based. An attacker issues a POST request to the plugin's connector.minimal.php with cmd=mkfile to create a .php file inside the file_manager directory, followed by a cmd=put request to write PHP payload content into that file. The attacker then issues a GET request to the newly created PHP file, causing the web server to execute the payload. Full technical details and a working proof of concept are documented in Exploit-DB #51788 and the VulnCheck Advisory for WordPress Plugin.

Detection Methods for CVE-2023-54350

Indicators of Compromise

  • POST requests to URLs containing connector.minimal.php with cmd=mkfile or cmd=put parameters from unauthenticated clients.
  • Newly created .php files inside the plugin's file_manager directory that were not part of the original plugin distribution.
  • Outbound connections or system(), exec(), or passthru() activity originating from the WordPress PHP worker shortly after suspicious POST requests.

Detection Strategies

  • Inspect web server access logs for requests to connector.minimal.php with elFinder command parameters from external sources.
  • Monitor file integrity on the plugin's upload and file_manager directories for unexpected PHP file creation.
  • Alert on PHP processes spawning shell interpreters or network utilities such as sh, bash, curl, or wget.

Monitoring Recommendations

  • Forward WordPress, web server, and host process telemetry to a centralized analytics platform for correlation.
  • Track child processes of the web server user (www-data, apache, nginx) and flag deviations from a known-good baseline.
  • Review plugin directories weekly for files modified outside of patch or update windows.

How to Mitigate CVE-2023-54350

Immediate Actions Required

  • Disable or remove the WordPress Augmented-Reality plugin until a vendor-supplied fix is confirmed in place.
  • Block external HTTP access to any path containing connector.minimal.php at the web server or WAF layer.
  • Audit the plugin's file_manager directory and remove any PHP files that were not part of the original plugin package.

Patch Information

No vendor advisory or fixed version is referenced in the NVD record for CVE-2023-54350. Administrators should consult the VulnCheck Advisory for WordPress Plugin and the WordPress plugin repository for current status before reinstating the plugin.

Workarounds

  • Deny direct web access to the plugin's elFinder connector using web server rules.
  • Configure the web server to refuse PHP execution within upload and file_manager directories.
  • Restrict access to /wp-content/plugins/ paths to authenticated administrators where operationally feasible.
bash
# Apache .htaccess example to block the vulnerable endpoint and disable PHP execution in the file_manager directory
<FilesMatch "connector\.minimal\.php$">
    Require all denied
</FilesMatch>

<Directory "/var/www/html/wp-content/plugins/augmented-reality/file_manager">
    php_admin_flag engine off
    <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.7

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Exploit-DB #51788

  • VulnCheck Advisory for WordPress Plugin
  • Related CVEs
  • CVE-2017-20251: WordPress Insert PHP Plugin RCE Flaw

  • CVE-2023-54352: WordPress Seotheme RCE Vulnerability

  • CVE-2024-58349: WordPress Travelscape Theme RCE Flaw

  • CVE-2024-58348: WordPress Background Image Cropper RCE
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