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
    • 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-52324

CVE-2024-52324: Ruijie Reyee OS RCE Vulnerability

CVE-2024-52324 is a remote code execution vulnerability in Ruijie Reyee OS that allows attackers to execute arbitrary OS commands via malicious MQTT messages. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2024-52324 Overview

CVE-2024-52324 is a critical command injection vulnerability affecting Ruijie Reyee OS, a cloud-managed networking platform used in enterprise and industrial environments. The vulnerability exists due to the use of an inherently dangerous function that processes MQTT messages without proper validation, allowing remote attackers to execute arbitrary operating system commands on affected devices.

This vulnerability poses a significant risk to organizations relying on Ruijie Reyee networking equipment, as successful exploitation could lead to complete device compromise, network pivoting, and potential lateral movement within affected infrastructure.

Critical Impact

Remote attackers can send malicious MQTT messages to execute arbitrary OS commands on vulnerable Ruijie Reyee devices, potentially compromising entire network segments without authentication.

Affected Products

  • Ruijie Reyee OS versions 2.206.x through 2.320.x (not including 2.320.x)
  • Ruijie Reyee cloud-managed networking devices running affected firmware
  • Enterprise and ICS/SCADA environments utilizing Reyee OS-based equipment

Discovery Timeline

  • 2024-12-06 - CVE-2024-52324 published to NVD
  • 2024-12-10 - Last updated in NVD database

Technical Details for CVE-2024-52324

Vulnerability Analysis

The vulnerability stems from CWE-242: Use of Inherently Dangerous Function. Ruijie Reyee OS implements MQTT (Message Queuing Telemetry Transport) functionality for device management and communication. The affected versions use a dangerous function to process incoming MQTT messages, which directly passes user-controlled input to system command execution without adequate sanitization.

MQTT is commonly used in IoT and industrial control system environments for lightweight messaging between devices and management platforms. When an attacker gains access to the MQTT broker or can inject messages into the communication channel, they can craft malicious payloads that exploit this dangerous function to achieve arbitrary command execution.

The network-accessible nature of this vulnerability means that any attacker with network access to the MQTT service can potentially exploit it without authentication, making it particularly dangerous in environments where network segmentation is insufficient.

Root Cause

The root cause is the implementation of an inherently dangerous function (CWE-242) within the MQTT message processing logic. Rather than using safe alternatives that properly sanitize or escape user input, the application directly incorporates message content into OS command execution contexts. This design flaw bypasses typical input validation controls and allows attackers to inject arbitrary commands through carefully crafted MQTT payloads.

Attack Vector

The attack vector is network-based, requiring the attacker to send specially crafted MQTT messages to vulnerable Ruijie Reyee devices. The exploitation flow typically involves:

  1. Identifying devices running vulnerable Reyee OS versions (2.206.x to 2.319.x)
  2. Gaining access to the MQTT communication channel (either through the broker or network access)
  3. Crafting malicious MQTT messages containing embedded OS commands
  4. Sending the payload to trigger command execution on target devices

The vulnerability does not require user interaction or authentication, making it exploitable through automated attacks. Once command execution is achieved, attackers can establish persistent access, exfiltrate configuration data, or pivot to other network segments.

For technical details on the vulnerability mechanism and recommended mitigations, refer to the CISA ICS Advisory ICSA-24-338-01.

Detection Methods for CVE-2024-52324

Indicators of Compromise

  • Unusual MQTT traffic patterns or malformed MQTT messages targeting Ruijie Reyee devices
  • Unexpected outbound network connections from networking equipment
  • Anomalous process execution or shell activity on Reyee OS devices
  • Log entries indicating command execution failures or unusual system calls

Detection Strategies

  • Monitor MQTT traffic (typically port 1883/8883) for unusual message patterns or payloads containing shell metacharacters
  • Implement network intrusion detection rules to identify MQTT messages with potential command injection patterns
  • Deploy behavioral analysis on network devices to detect unexpected process spawning or system command execution
  • Review device logs for authentication failures or unexpected administrative actions

Monitoring Recommendations

  • Establish baseline MQTT communication patterns and alert on deviations
  • Configure SIEM rules to correlate multiple indicators such as unusual MQTT traffic followed by outbound connections
  • Monitor firmware versions across all Ruijie Reyee devices to identify unpatched systems
  • Implement network segmentation monitoring to detect potential lateral movement from compromised devices

How to Mitigate CVE-2024-52324

Immediate Actions Required

  • Upgrade all Ruijie Reyee OS devices to version 2.320.x or later immediately
  • Isolate vulnerable devices on separate network segments until patching is complete
  • Implement strict firewall rules to limit MQTT access to trusted management systems only
  • Audit network access controls to prevent unauthorized MQTT communication with Reyee devices

Patch Information

Ruijie Networks has addressed this vulnerability in Reyee OS version 2.320.x. Organizations should update all affected devices to this version or later to remediate the vulnerability. Refer to the CISA ICS Advisory ICSA-24-338-01 for detailed patching guidance and additional vendor information.

Workarounds

  • Restrict network access to MQTT services using firewall rules and network segmentation
  • Implement MQTT broker authentication and access controls to limit message sources
  • Deploy network monitoring to detect and block suspicious MQTT traffic patterns
  • Consider disabling cloud management features temporarily if direct MQTT exposure cannot be mitigated
bash
# Example firewall rule to restrict MQTT access (adjust for your environment)
# Allow MQTT only from trusted management network
iptables -A INPUT -p tcp --dport 1883 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1883 -j DROP
iptables -A INPUT -p tcp --dport 8883 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8883 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRuijienetworks Reyee Os

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-242
  • Technical References
  • CISA ICS Advisory ICSA-24-338-01
  • Related CVEs
  • CVE-2024-47547: Ruijie Reyee OS Auth Bypass Vulnerability

  • CVE-2024-48874: Ruijie Reyee OS SSRF 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