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-2024-1036

CVE-2024-1036: Openbi RCE Vulnerability via File Upload

CVE-2024-1036 is a critical RCE flaw in Openbi affecting versions up to 1.0.8 through unrestricted file upload in the Icon Handler. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2024-1036 Overview

CVE-2024-1036 is an unrestricted file upload vulnerability affecting openBI versions up to 1.0.8. The flaw resides in the uploadIcon function within /application/index/controller/Screen.php, part of the Icon Handler component. Attackers can exploit this issue remotely without authentication or user interaction. The vulnerability has been publicly disclosed under identifier VDB-252311, increasing the risk of opportunistic exploitation. Successful exploitation allows attackers to upload arbitrary files, which typically leads to remote code execution on the underlying web server. The weakness is classified under [CWE-434] Unrestricted Upload of File with Dangerous Type.

Critical Impact

Unauthenticated remote attackers can upload arbitrary files to vulnerable openBI deployments, leading to full system compromise of the application host.

Affected Products

  • openBI versions up to and including 1.0.8
  • Component: Icon Handler (/application/index/controller/Screen.php)
  • Vulnerable function: uploadIcon

Discovery Timeline

  • 2024-01-30 - CVE-2024-1036 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-1036

Vulnerability Analysis

The vulnerability stems from missing validation in the uploadIcon function inside /application/index/controller/Screen.php. The handler accepts uploaded files intended to be icons but fails to enforce restrictions on file type, extension, or content. Attackers can submit a crafted HTTP POST request containing a server-side script disguised as an icon. Once written to a web-accessible directory, the file can be requested directly to execute attacker-controlled code in the application context.

Because openBI is a PHP application built on the ThinkPHP framework, uploaded PHP files typically execute under the same privileges as the web server process. This grants attackers a direct path to data exfiltration, persistence, and lateral movement within the host environment.

Root Cause

The root cause is the absence of allowlist-based MIME type and extension validation in the icon upload routine. The function trusts client-supplied metadata and writes the file to a predictable storage location without renaming, sanitizing, or stripping executable extensions. This pattern matches [CWE-434] Unrestricted Upload of File with Dangerous Type.

Attack Vector

Exploitation requires only network access to the openBI application. The attacker sends a multipart form-data POST request to the uploadIcon endpoint with a malicious .php payload. After upload, the attacker issues a follow-up GET request to the resulting file path to trigger code execution. No authentication or user interaction is required, and the exploit has been disclosed publicly via VulDB and the Zhao Jin Note Summary writeup.

No verified proof-of-concept code is included here. Refer to the VulDB entry for VDB-252311 for additional technical context on the disclosed exploit.

Detection Methods for CVE-2024-1036

Indicators of Compromise

  • Unexpected .php, .phtml, or .phar files written under openBI upload directories used by the Icon Handler
  • HTTP POST requests targeting /application/index/controller/Screen.php or routes resolving to the uploadIcon action with non-image content types
  • Outbound network connections originating from the web server process to unfamiliar hosts shortly after icon upload activity
  • Web shell-style GET requests to recently created files within icon storage paths

Detection Strategies

  • Inspect web server access logs for POST requests to icon upload endpoints followed by GET requests to newly created files
  • Hash and inventory all files in icon upload directories, then alert on any file whose extension or magic bytes do not match image formats
  • Deploy web application firewall rules that block multipart uploads containing PHP tags (<?php, <?=) to openBI endpoints

Monitoring Recommendations

  • Enable file integrity monitoring on the openBI public/ and upload directories to detect anomalous writes
  • Forward web server, PHP-FPM, and operating system process telemetry to a centralized analytics platform for correlation
  • Monitor PHP worker processes for unexpected child processes such as sh, bash, nc, or curl, which often follow a successful web shell drop

How to Mitigate CVE-2024-1036

Immediate Actions Required

  • Restrict network access to openBI instances to trusted administrative networks until a fix is applied
  • Audit upload directories for unauthorized files and remove any non-image content
  • Revoke and rotate credentials, tokens, and database secrets accessible from the openBI host if compromise is suspected
  • Place a web application firewall in front of openBI to block requests uploading executable content to the uploadIcon handler

Patch Information

At the time of NVD publication, the vendor had not published an official advisory or fixed release referenced in NVD. Operators should monitor the openBI project for updates beyond version 1.0.8 and review the VulDB advisory for any vendor response. If no patch is available, apply the workarounds below.

Workarounds

  • Disable or remove the uploadIcon route in /application/index/controller/Screen.php if icon upload functionality is not required
  • Configure the web server to deny script execution within the icon upload directory using directives such as php_admin_flag engine off for Apache or removing PHP handler mapping in Nginx
  • Enforce server-side allowlist validation that checks both file extension and magic bytes against permitted image formats (.png, .jpg, .gif, .svg)
  • Rename uploaded files to randomized identifiers without preserving the client-supplied extension
bash
# Nginx example: prevent PHP execution inside the icon upload directory
location ^~ /public/upload/icon/ {
    location ~ \.(php|phtml|phar)$ {
        deny all;
        return 403;
    }
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenbi

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • 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-434
  • Technical References
  • Zhao Jin Note Summary

  • VulDB CTI ID #252311

  • VulDB #252311
  • Related CVEs
  • CVE-2024-1198: Openbi Openbi RCE Vulnerability

  • CVE-2024-1117: Openbi Openbi RCE Vulnerability

  • CVE-2024-1116: Openbi Openbi RCE Vulnerability

  • CVE-2024-1115: Openbi RCE Vulnerability via Command Injection
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