Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-1035

CVE-2024-1035: OpenBI RCE Vulnerability via File Upload

CVE-2024-1035 is a critical RCE vulnerability in OpenBI affecting versions up to 1.0.8 through unrestricted file upload in the uploadIcon function. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-1035 Overview

A critical unrestricted file upload vulnerability has been identified in openBI versions up to 1.0.8. This vulnerability affects the uploadIcon function within the file /application/index/controller/Icon.php. The flaw allows remote attackers to upload arbitrary files by manipulating the image argument, potentially leading to remote code execution on affected systems.

Critical Impact

Remote attackers can exploit this unrestricted file upload vulnerability to upload malicious files, potentially achieving remote code execution on vulnerable openBI installations without requiring authentication.

Affected Products

  • openBI versions up to and including 1.0.8
  • openbi_project openbi (all versions prior to patch)

Discovery Timeline

  • January 30, 2024 - CVE-2024-1035 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-1035

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The uploadIcon function in openBI fails to properly validate uploaded files, allowing attackers to bypass intended file type restrictions. The vulnerable endpoint accepts file uploads through the image parameter without adequate verification of file contents or extensions.

The attack can be initiated remotely over the network, requires no authentication or user interaction, and provides attackers with a straightforward path to compromise the confidentiality, integrity, and availability of the affected system. The exploit has been publicly disclosed, increasing the risk of exploitation in the wild.

Root Cause

The root cause of this vulnerability lies in the insufficient input validation within the uploadIcon function located at /application/index/controller/Icon.php. The function fails to implement proper file type verification, content-type validation, or extension whitelisting when processing the image argument. This allows malicious actors to upload files with dangerous extensions such as .php, potentially enabling server-side code execution.

Attack Vector

The attack is network-based and can be executed remotely without any prior authentication. An attacker can craft a malicious HTTP request to the vulnerable endpoint with a specially crafted file payload. When the server processes this upload request without proper validation, the malicious file is stored on the server. If the uploaded file contains executable code (such as a PHP webshell), the attacker can subsequently access this file to execute arbitrary commands on the server.

The exploitation mechanism involves sending a crafted multipart form request to the vulnerable uploadIcon endpoint. The attacker manipulates the image parameter to include a malicious file, bypassing any client-side validation. Once uploaded, the file can be accessed directly if the upload directory is web-accessible, allowing for immediate code execution. For detailed technical analysis, refer to the Zhao Jin Blog Post and VulDB advisory.

Detection Methods for CVE-2024-1035

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .phar) in the icon upload directory
  • HTTP POST requests to /application/index/controller/Icon.php with suspicious file payloads
  • Web server access logs showing requests to newly created files in upload directories
  • Unusual outbound network connections originating from the web server process

Detection Strategies

  • Monitor file system changes in openBI upload directories for unauthorized file creation
  • Implement web application firewall (WAF) rules to detect file upload attacks targeting the uploadIcon endpoint
  • Review web server logs for POST requests to /application/index/controller/Icon.php with unusual content types
  • Deploy endpoint detection to identify webshell patterns and suspicious PHP file executions

Monitoring Recommendations

  • Enable detailed logging on the openBI application to track all file upload activities
  • Configure file integrity monitoring (FIM) on web-accessible directories
  • Set up alerts for execution of newly created files in upload locations
  • Monitor for indicators of webshell activity including unusual command execution patterns

How to Mitigate CVE-2024-1035

Immediate Actions Required

  • Restrict network access to openBI installations until patching is complete
  • Implement strict file upload validation at the web application firewall level
  • Review and remove any suspicious files from upload directories
  • Consider temporarily disabling the icon upload functionality if not critical to operations

Patch Information

No official vendor patch information is available at this time. Organizations using openBI versions up to 1.0.8 should monitor the VulDB advisory for updates on available fixes. Contact the openBI project maintainers for guidance on remediation options.

Workarounds

  • Implement server-side file type validation that checks both file extension and MIME type
  • Configure web server to prevent execution of uploaded files in the upload directory
  • Restrict file uploads to specific allowed extensions using an allowlist approach
  • Use a separate, non-executable storage location for uploaded files
bash
# Apache configuration to prevent PHP execution in upload directories
<Directory "/path/to/openbi/uploads">
    php_admin_flag engine off
    <FilesMatch "\.ph(p[345]?|t|tml)$">
        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/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 Blog Post

  • VulDB CTI ID #252310

  • VulDB #252310
  • 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 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