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

CVE-2024-7442: Vivotek SD9364 Firmware RCE Vulnerability

CVE-2024-7442 is a critical command injection flaw in Vivotek SD9364 Firmware that enables remote code execution. This article covers the technical details, affected versions, security impact, and mitigation steps.

Published: May 26, 2026

CVE-2024-7442 Overview

CVE-2024-7442 is a command injection vulnerability in the Vivotek SD9364 network camera running firmware version VVTK-0103f. The flaw resides in the getenv function call within upload_file.cgi, where the QUERY_STRING argument is passed to a shell context without proper sanitization. Remote attackers with low-level privileges can inject arbitrary operating system commands through crafted HTTP requests. Vivotek confirmed that the affected release tree is end-of-life and will not receive a security patch. The vulnerability is tracked under VulDB identifier VDB-273527 and maps to [CWE-77] Improper Neutralization of Special Elements used in a Command.

Critical Impact

Authenticated remote attackers can execute arbitrary shell commands on unsupported Vivotek SD9364 cameras through the QUERY_STRING parameter of upload_file.cgi, with no vendor patch available.

Affected Products

  • Vivotek SD9364 hardware camera
  • Vivotek SD9364 firmware version VVTK-0103f
  • End-of-life Vivotek SD9364 release tree (no longer maintained)

Discovery Timeline

  • 2024-08-03 - CVE-2024-7442 published to NVD
  • 2024-08-06 - Last updated in NVD database

Technical Details for CVE-2024-7442

Vulnerability Analysis

The vulnerability exists in the upload_file.cgi binary shipped with the Vivotek SD9364 firmware VVTK-0103f. The CGI handler retrieves the HTTP request parameters using the getenv function against the QUERY_STRING environment variable. The retrieved string is then passed to a command interpreter without input validation or shell metacharacter escaping. An attacker who can reach the camera's web interface can append shell control characters such as semicolons, backticks, or pipes to inject arbitrary commands. Successful exploitation yields code execution under the privileges of the web server process, which on embedded camera firmware typically operates with elevated rights.

Root Cause

The root cause is improper neutralization of special characters in a CGI input handler [CWE-77]. The upload_file.cgi binary trusts the contents of the QUERY_STRING variable and concatenates it into a command string evaluated by the underlying shell. Embedded device firmware frequently relies on system(), popen(), or similar primitives that interpret shell metacharacters, making any unsanitized environment variable a direct injection sink.

Attack Vector

The attack is initiated remotely over the network against the camera's HTTP interface. The attacker submits a request to upload_file.cgi with a QUERY_STRING containing shell metacharacters followed by attacker-controlled commands. Because the affected firmware is end-of-life, no official patch will be released. Public technical analysis is available at the Notion Blog Vulnerability Analysis and the VulDB CTI ID #273527 entry.

Detection Methods for CVE-2024-7442

Indicators of Compromise

  • HTTP requests to /upload_file.cgi containing shell metacharacters such as ;, |, `, $(, or && inside the query string.
  • Unexpected outbound network connections originating from the camera's IP address to attacker-controlled hosts.
  • Camera logs or proxy logs showing repeated requests to upload_file.cgi from a single external source.
  • New or modified files in firmware-writable directories that did not originate from a legitimate firmware update.

Detection Strategies

  • Inspect web proxy and firewall logs for requests targeting upload_file.cgi with non-standard query string characters.
  • Deploy network signatures that flag URI parameters containing shell metacharacters destined for camera management interfaces.
  • Baseline normal camera HTTP traffic and alert on deviations in request length, content, or frequency.

Monitoring Recommendations

  • Place SD9364 cameras on a segmented VLAN and monitor egress traffic for connections to unknown destinations.
  • Forward camera access logs to a centralized logging platform and alert on upload_file.cgi activity from non-administrative sources.
  • Track firmware versions across the fleet and continuously flag devices still running VVTK-0103f.

How to Mitigate CVE-2024-7442

Immediate Actions Required

  • Identify all Vivotek SD9364 cameras in the environment and confirm firmware versions.
  • Remove or replace devices running the end-of-life VVTK-0103f firmware tree, since no patch is forthcoming.
  • Block external access to camera HTTP interfaces at the perimeter firewall and restrict management access to a dedicated administrative network.

Patch Information

No patch is available. Vivotek confirmed that the affected release tree is end-of-life and will not receive security updates. Replacement with a supported camera model is the only vendor-backed remediation path. Refer to the VulDB #273527 entry for ongoing tracking.

Workarounds

  • Isolate SD9364 cameras on an internal network segment with no inbound access from the internet or untrusted user networks.
  • Restrict access to upload_file.cgi using an upstream reverse proxy or access control list that filters query strings containing shell metacharacters.
  • Disable or change default credentials and enforce strong authentication on the camera web interface to reduce the population of low-privilege attackers who can reach the vulnerable endpoint.
  • Plan migration to a vendor-supported camera model on a defined timeline.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVivotek

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.42%

  • 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-77
  • Technical References
  • VulDB CTI ID #273527

  • VulDB #273527

  • VulDB Submission #383843

  • Notion Blog Vulnerability Analysis
  • Related CVEs
  • CVE-2026-22755: Vivotek IP Camera RCE Vulnerability

  • CVE-2024-7443: Vivotek IB8367A Firmware RCE Vulnerability

  • CVE-2025-66050: Vivotek IP7137 Auth Bypass Vulnerability

  • CVE-2025-66049: Vivotek IP7137 Information Disclosure
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