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-1198

CVE-2024-1198: Openbi Openbi RCE Vulnerability

CVE-2024-1198 is a critical remote code execution flaw in Openbi up to version 6.0.3 caused by unsafe deserialization. Attackers can exploit this remotely to execute arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 15, 2026

CVE-2024-1198 Overview

A critical insecure deserialization vulnerability has been identified in openBI, an open-source business intelligence platform. The vulnerability exists in the addxinzhi function within the file application/controllers/User.php, specifically in the Phar Handler component. Attackers can exploit this flaw by manipulating the outimgurl argument, leading to arbitrary object deserialization and potentially remote code execution.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code on affected openBI installations by exploiting insecure deserialization in the Phar Handler, potentially leading to complete system compromise.

Affected Products

  • openBI versions up to and including 6.0.3
  • All installations with the vulnerable User.php controller exposed

Discovery Timeline

  • 2024-02-03 - CVE-2024-1198 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-1198

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data). The addxinzhi function in application/controllers/User.php fails to properly validate or sanitize the outimgurl parameter before processing it through the Phar Handler. PHP's Phar (PHP Archive) functionality can be abused when handling attacker-controlled file paths, as the Phar stream wrapper automatically deserializes metadata when accessing Phar archives.

The exploitation requires no authentication or user interaction, and the attack can be conducted remotely over the network. Successful exploitation grants attackers full control over the affected system, compromising confidentiality, integrity, and availability of the application and underlying server.

Root Cause

The root cause of this vulnerability is the lack of input validation on the outimgurl parameter in the addxinzhi function. When this parameter is passed to file handling functions that support the phar:// stream wrapper, PHP automatically deserializes the metadata stored within the Phar archive. If an attacker can upload or reference a malicious Phar file containing crafted serialized objects, the deserialization process can trigger magic methods that execute arbitrary code.

Attack Vector

The attack vector is network-based with low complexity requirements. An attacker can exploit this vulnerability by:

  1. Crafting a malicious Phar archive containing a serialized PHP object with dangerous magic methods (such as __destruct, __wakeup, or __toString)
  2. Either uploading the Phar file to the server or hosting it on an external location accessible by the target
  3. Sending a request to the vulnerable addxinzhi function with the outimgurl parameter set to a phar:// wrapper path pointing to the malicious archive
  4. When the application processes this path, PHP deserializes the Phar metadata, triggering the gadget chain and executing arbitrary code

The vulnerability has been publicly disclosed and exploit information is available through the Zhaoj Note Sharing resource. Additional technical details can be found in the VulDB advisory.

Detection Methods for CVE-2024-1198

Indicators of Compromise

  • HTTP requests to /User/addxinzhi or related endpoints containing phar:// in the outimgurl parameter
  • Unusual file access patterns involving .phar files or suspicious archive operations
  • Unexpected PHP processes or child processes spawned by the web server
  • Web server access logs showing encoded or obfuscated phar:// wrapper attempts

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing phar:// stream wrapper patterns in user-controllable parameters
  • Implement intrusion detection rules to flag HTTP requests to User.php endpoints with suspicious file path patterns
  • Deploy file integrity monitoring on the openBI installation directory to detect unauthorized changes
  • Analyze PHP error logs for deserialization-related warnings or exceptions

Monitoring Recommendations

  • Enable verbose logging for the openBI application to capture all incoming requests and parameter values
  • Configure security information and event management (SIEM) rules to correlate suspicious activity targeting the User controller
  • Establish baseline behavior for file operations and alert on anomalous Phar-related file access
  • Monitor outbound network connections from the web server for potential command-and-control communication

How to Mitigate CVE-2024-1198

Immediate Actions Required

  • Restrict access to the affected User.php controller endpoints until a patch can be applied
  • Implement WAF rules to block requests containing phar:// or similar stream wrapper patterns in user input
  • Review and audit all user-controllable parameters that interact with file system operations
  • Consider disabling the Phar stream wrapper at the PHP configuration level if not required by the application

Patch Information

At the time of publication, users should check the openBI project for security updates addressing this vulnerability. Review the VulDB advisory for the latest remediation guidance. Upgrading to a version beyond 6.0.3 that includes a fix for this deserialization vulnerability is strongly recommended when available.

Workarounds

  • Disable the Phar stream wrapper in PHP configuration by adding phar to the disable_functions directive or using stream_wrapper_unregister('phar') in the application bootstrap
  • Implement strict input validation to reject any file paths containing stream wrapper prefixes like phar://, php://, or data://
  • Use application-level filtering to sanitize the outimgurl parameter before processing
  • Deploy network segmentation to limit the impact of potential compromise
bash
# PHP configuration to disable phar stream wrapper
# Add to php.ini or application configuration
php -d "disable_functions=phar_open" your_script.php

# Alternative: Disable in application bootstrap
# Add to index.php or configuration file
stream_wrapper_unregister('phar');

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.07%

  • 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-502
  • Technical References
  • Zhaoj Note Sharing

  • VulDB CTI #252696

  • VulDB #252696
  • Related CVEs
  • CVE-2024-1117: Openbi Openbi RCE Vulnerability

  • CVE-2024-1116: Openbi Openbi RCE Vulnerability

  • CVE-2024-1115: Openbi RCE Vulnerability via Command Injection

  • CVE-2024-1113: Openbi Openbi 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