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

CVE-2024-33789: Linksys E5600 Firmware RCE Vulnerability

CVE-2024-33789 is a command injection vulnerability in Linksys E5600 Firmware affecting the ipurl parameter at the /API/info endpoint. This critical flaw enables remote code execution on vulnerable devices.

Published: April 8, 2026

CVE-2024-33789 Overview

CVE-2024-33789 is a critical command injection vulnerability affecting the Linksys E5600 wireless router firmware version 1.1.0.26. The vulnerability exists in the /API/info form endpoint, where the ipurl parameter fails to properly sanitize user-supplied input before being passed to system shell commands. This allows remote attackers to execute arbitrary operating system commands with the privileges of the web server process, potentially leading to complete device compromise.

Critical Impact

Remote unauthenticated attackers can execute arbitrary commands on vulnerable Linksys E5600 routers, enabling full device takeover, network pivoting, and persistent backdoor installation.

Affected Products

  • Linksys E5600 Firmware version 1.1.0.26
  • Linksys E5600 Hardware

Discovery Timeline

  • 2024-05-03 - CVE-2024-33789 published to NVD
  • 2025-06-10 - Last updated in NVD database

Technical Details for CVE-2024-33789

Vulnerability Analysis

This command injection vulnerability (CWE-77) stems from improper neutralization of special elements used in a command. The Linksys E5600 router's web management interface exposes an API endpoint at /API/info that accepts user input through the ipurl parameter. When processing this parameter, the firmware fails to adequately sanitize or validate the input before incorporating it into system shell commands.

The vulnerability allows unauthenticated network-accessible attackers to inject arbitrary shell commands that execute with elevated privileges on the underlying Linux-based operating system. Successful exploitation requires no user interaction and can be performed remotely over the network, making it particularly dangerous for internet-exposed devices.

Root Cause

The root cause is insufficient input validation and sanitization in the web server component handling the /API/info endpoint. The ipurl parameter value is concatenated directly into a shell command without proper escaping or validation of special characters such as semicolons, pipes, backticks, or command substitution sequences. This allows attackers to break out of the intended command context and inject malicious commands.

Attack Vector

The attack vector is network-based, requiring an attacker to have network access to the router's web management interface. An attacker can craft a malicious HTTP request to the /API/info endpoint with a specially crafted ipurl parameter containing shell metacharacters and commands. The injected commands execute in the context of the web server process, typically running with root or elevated privileges on embedded devices.

The attack can be conducted by sending a crafted HTTP POST or GET request to the vulnerable endpoint. Command injection payloads using common shell metacharacters such as ;, |, $(...), or backticks can be used to append or chain arbitrary commands to the intended operation.

For detailed technical analysis and proof-of-concept information, refer to the GitHub PoC Repository.

Detection Methods for CVE-2024-33789

Indicators of Compromise

  • Unusual outbound network connections from the router to unknown IP addresses
  • Unexpected processes running on the device that are not part of normal firmware operation
  • Modified configuration files or presence of unauthorized scripts in the router's filesystem
  • Anomalous HTTP requests to /API/info endpoint containing shell metacharacters

Detection Strategies

  • Monitor HTTP traffic to the router's management interface for requests containing shell metacharacters (;, |, $(), backticks) in the ipurl parameter
  • Implement network intrusion detection rules to alert on suspicious payloads targeting /API/info endpoints
  • Review router access logs for unusual request patterns or high-frequency access to API endpoints
  • Deploy network monitoring to detect command-and-control traffic originating from router IP addresses

Monitoring Recommendations

  • Enable logging on the Linksys E5600 if available and forward logs to a centralized SIEM
  • Monitor for DNS queries or network connections that are atypical for router operation
  • Implement network segmentation to isolate IoT devices and limit lateral movement potential
  • Regularly audit devices on the network for firmware versions matching the vulnerable release

How to Mitigate CVE-2024-33789

Immediate Actions Required

  • Check if your Linksys E5600 router is running firmware version 1.1.0.26 and prioritize remediation
  • Disable remote management access to the router's web interface from untrusted networks
  • Place the router behind a firewall and restrict access to the management interface to trusted IP addresses only
  • Monitor the Linksys support page for firmware updates addressing this vulnerability

Patch Information

At the time of analysis, no vendor advisory or official patch information is available in the public CVE data. Users should regularly check the Linksys Support Website for firmware updates and security advisories addressing CVE-2024-33789. Contact Linksys support directly for guidance on remediation options.

Workarounds

  • Disable the web management interface entirely if not required for device administration
  • Restrict network access to the router's management interface using firewall rules to allow only trusted IP addresses
  • Consider replacing vulnerable devices with models that receive regular security updates
  • Implement network segmentation to isolate the router from critical network segments
bash
# Example: Restrict management interface access via upstream firewall
# Block external access to router management port (typically 80/443)
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 443 -j DROP

# Allow management access only from trusted admin workstation
iptables -I FORWARD -s <ADMIN_IP> -d <ROUTER_IP> -p tcp --dport 80 -j ACCEPT
iptables -I FORWARD -s <ADMIN_IP> -d <ROUTER_IP> -p tcp --dport 443 -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLinksys

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability9.48%

  • 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-77
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-4558: Linksys MR9600 RCE Vulnerability

  • CVE-2025-34037: Linksys E-Series Router RCE Vulnerability

  • CVE-2025-5447: Linksys RE9000 Firmware RCE Vulnerability

  • CVE-2025-5441: Linksys RE9000 Firmware 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