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-2021-47936

CVE-2021-47936: OpenCATS 0.9.4 RCE Vulnerability

CVE-2021-47936 is a remote code execution vulnerability in OpenCATS 0.9.4 that lets unauthenticated attackers execute arbitrary commands by uploading malicious PHP files as resumes. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2021-47936 Overview

CVE-2021-47936 is a remote code execution vulnerability in OpenCATS 0.9.4, an open-source applicant tracking system. The flaw allows unauthenticated attackers to upload PHP files disguised as resume attachments through the public careers job application endpoint. After upload, attackers reach the file directly in the upload directory and execute arbitrary operating system commands through HTTP POST requests. The vulnerability stems from missing authentication on the upload workflow combined with insufficient validation of attachment file types, classified as [CWE-306] Missing Authentication for Critical Function.

Critical Impact

Unauthenticated remote attackers can achieve full code execution on the web server hosting OpenCATS 0.9.4 by uploading a PHP webshell through the public careers application form.

Affected Products

  • OpenCATS 0.9.4
  • OpenCATS deployments exposing the careers job application endpoint to the internet
  • PHP-based installations where uploaded files in the attachment directory are directly executable

Discovery Timeline

  • 2026-05-10 - CVE-2021-47936 published to the National Vulnerability Database
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2021-47936

Vulnerability Analysis

OpenCATS 0.9.4 exposes a public careers portal that accepts resume attachments from prospective applicants. The application processes uploads through the careers job application endpoint without requiring authentication. The upload handler fails to validate or sanitize the file extension of submitted attachments. Attackers can submit a .php file in place of an expected document type such as .pdf or .doc.

The uploaded payload is written to the attachment upload directory under the web root. The PHP interpreter then processes the file when it is requested over HTTP. Sending a POST request to the uploaded path executes the embedded PHP code in the context of the web server user. The combination of missing authentication and unrestricted file upload converts a public-facing form into a full remote code execution primitive.

Root Cause

The root cause is missing authentication on a privileged function, mapped to [CWE-306]. The careers application endpoint trusts unauthenticated input and writes attacker-controlled files to a directory served by the PHP runtime. There is no allowlist of extensions, no MIME-type enforcement, and no rename of uploaded content to a non-executable filename.

Attack Vector

The attack is network-reachable and requires no privileges or user interaction. An attacker browses the public careers page, submits a job application, and attaches a PHP webshell as the resume. The attacker then issues an HTTP POST request to the predictable upload path. Commands placed in request parameters are executed by the webshell, returning output in the HTTP response.

No verified proof-of-concept code is reproduced here. Refer to the Exploit-DB #50585 entry and the VulnCheck OpenCATS Advisory for technical details.

Detection Methods for CVE-2021-47936

Indicators of Compromise

  • Files with .php, .phtml, or .phar extensions located in the OpenCATS attachments or upload directory
  • HTTP POST requests from external sources to files inside the attachment upload path
  • Unexpected child processes such as sh, bash, cmd.exe, or powershell.exe spawned by the PHP or web server process
  • Outbound network connections originating from the OpenCATS web server to unfamiliar hosts shortly after a job application submission

Detection Strategies

  • Monitor the OpenCATS upload directory for newly created files whose extensions are interpreted by PHP
  • Alert on HTTP requests that target files inside the attachments directory and return non-empty response bodies
  • Correlate careers form submissions with subsequent direct requests to the resulting attachment URL within a short time window
  • Inspect web server access logs for POST requests to attachment paths, which is atypical for static resume files

Monitoring Recommendations

  • Enable verbose logging on the web server and forward logs to a centralized analytics platform for retention and search
  • Apply file integrity monitoring to the OpenCATS web root and attachment storage directories
  • Track process lineage on the web server host so that shell and scripting interpreters launched by the PHP process generate alerts
  • Review egress traffic from the OpenCATS host for command-and-control patterns following any upload activity

How to Mitigate CVE-2021-47936

Immediate Actions Required

  • Restrict public access to the OpenCATS careers endpoint until the upload directory is hardened, using network controls or a web application firewall
  • Audit the attachment upload directory for any existing PHP, phtml, or phar files and remove unauthorized artifacts
  • Reconfigure the web server to disable PHP execution inside the OpenCATS attachment directory
  • Rotate any credentials, API tokens, or database secrets accessible from the OpenCATS host if compromise is suspected

Patch Information

No fixed version is identified in the available advisory data for OpenCATS 0.9.4. Operators should monitor the GitHub OpenCATS Repository and the OpenCATS Official Website for security releases, and consult the VulnCheck OpenCATS Advisory for current remediation guidance.

Workarounds

  • Configure the web server to refuse execution of files in the attachment directory, for example by setting php_admin_flag engine off or removing PHP handlers from that location
  • Enforce an allowlist of resume file extensions such as .pdf, .doc, and .docx at the application or reverse-proxy layer
  • Rename uploaded files to randomized, non-executable filenames and store attachments outside the web-accessible document root
  • Place the careers portal behind a web application firewall rule that blocks uploads with executable content types
bash
# Apache configuration example: disable PHP execution in the OpenCATS attachments directory
<Directory "/var/www/opencats/attachments">
    php_admin_flag engine off
    <FilesMatch "\.(php|phtml|phar|php5|php7)$">
        Require all denied
    </FilesMatch>
    Options -ExecCGI
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpencats

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • GitHub OpenCATS Repository

  • Exploit-DB #50585

  • OpenCATS Official Website

  • VulnCheck OpenCATS Advisory
  • Related CVEs
  • CVE-2026-27760: OpenCATS PHP Code Injection RCE 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