A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-7469

CVE-2024-7469: Raisecom MSG2300 Firmware RCE Vulnerability

CVE-2024-7469 is a critical remote code execution vulnerability in Raisecom MSG2300 firmware caused by OS command injection in the sslvpn_config_mod function. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-7469 Overview

CVE-2024-7469 is an OS command injection vulnerability affecting Raisecom MSG1200, MSG2100E, MSG2200, and MSG2300 gateway devices running firmware version 3.90. The flaw resides in the sslvpn_config_mod function within /vpn/list_vpn_web_custom.php in the Web Interface component. Attackers can manipulate the template and stylenum arguments to inject arbitrary operating system commands. The attack can be initiated remotely and requires low privileges. The exploit details have been publicly disclosed under VulDB identifier VDB-273562. The vendor was contacted prior to disclosure but did not respond.

Critical Impact

Authenticated remote attackers can execute arbitrary operating system commands on affected Raisecom MSG gateway devices through the SSL VPN web interface, potentially compromising network perimeter security.

Affected Products

  • Raisecom MSG1200 firmware version 3.90
  • Raisecom MSG2100E firmware version 3.90
  • Raisecom MSG2200 and MSG2300 firmware version 3.90

Discovery Timeline

  • 2024-08-05 - CVE-2024-7469 published to NVD
  • 2024-08-06 - Last updated in NVD database

Technical Details for CVE-2024-7469

Vulnerability Analysis

The vulnerability is classified as OS Command Injection [CWE-78]. It affects the sslvpn_config_mod function in the /vpn/list_vpn_web_custom.php script, which is part of the SSL VPN configuration interface on Raisecom MSG series gateway devices.

The affected script fails to properly sanitize user-supplied input passed through the template and stylenum parameters. An authenticated attacker can append shell metacharacters to these parameters, which the underlying PHP code passes to a system shell. The injected commands execute with the privileges of the web server process on the gateway device.

The attack surface is reachable over the network via the device's web management interface. Successful exploitation enables attackers to run arbitrary commands on a perimeter network device, undermining its role as a network security control.

Root Cause

The root cause is improper neutralization of special elements used in OS commands. The sslvpn_config_mod function concatenates the template and stylenum request parameters into a shell command string without input validation, escaping, or use of safe execution APIs.

Attack Vector

Exploitation requires network access to the device's web interface and valid low-privilege credentials. An attacker sends a crafted HTTP request to /vpn/list_vpn_web_custom.php containing malicious payload data in the template or stylenum parameter. Shell metacharacters such as semicolons, pipes, or backticks allow command chaining. The command injection executes within the SSL VPN configuration handler, granting attackers a foothold on the gateway.

The vulnerability mechanism is documented in the public GitHub Command Injection Report and the corresponding VulDB entry #273562.

Detection Methods for CVE-2024-7469

Indicators of Compromise

  • HTTP POST or GET requests to /vpn/list_vpn_web_custom.php containing shell metacharacters (;, |, &, `, $()) in the template or stylenum parameters.
  • Unexpected child processes spawned by the web server process on Raisecom MSG gateway devices.
  • Outbound network connections from the gateway to unfamiliar hosts following SSL VPN configuration requests.

Detection Strategies

  • Inspect web server access logs for requests targeting list_vpn_web_custom.php with non-standard characters in the template or stylenum query string values.
  • Deploy network intrusion detection signatures that flag HTTP parameter values containing OS command syntax against the SSL VPN configuration endpoint.
  • Correlate authentication events on the gateway with subsequent VPN configuration changes to identify abuse of low-privilege accounts.

Monitoring Recommendations

  • Forward gateway web interface and system logs to a centralized logging platform for retention and analysis.
  • Alert on any process execution chain originating from the PHP handler on gateway devices, since legitimate operation should not require shell command invocation.
  • Monitor management interface exposure and restrict access to the SSL VPN administrative endpoints to trusted source addresses.

How to Mitigate CVE-2024-7469

Immediate Actions Required

  • Restrict network access to the gateway web management interface using firewall rules or access control lists, allowing only trusted administrator IP ranges.
  • Disable the SSL VPN web customization feature if it is not in active use within the environment.
  • Rotate credentials for all accounts with access to the gateway web interface, and remove any unused or default accounts.
  • Audit Raisecom MSG1200, MSG2100E, MSG2200, and MSG2300 devices running firmware 3.90 for signs of unauthorized configuration changes.

Patch Information

No vendor advisory or patch is available for CVE-2024-7469 at the time of writing. According to the public disclosure, the vendor was contacted prior to release but did not respond. Operators of affected devices should contact Raisecom directly for remediation guidance and consult the VulDB entry for updates.

Workarounds

  • Place affected gateways behind a separate management network or VPN, eliminating direct exposure of the web interface to untrusted networks.
  • Apply a reverse proxy or web application firewall in front of the device to filter requests containing shell metacharacters in the template and stylenum parameters.
  • Consider replacing or decommissioning unsupported firmware versions where no vendor patch is forthcoming.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRaisecom

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability1.85%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Command Injection Report

  • VulDB #273562 (CTIID)

  • VulDB #273562

  • VulDB Submission #385349
  • Related CVEs
  • CVE-2025-1536: Raisecom Gateway RCE Vulnerability

  • CVE-2025-11534: Raisecom SSH Auth Bypass Vulnerability
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