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

CVE-2024-7443: Vivotek IB8367A Firmware RCE Vulnerability

CVE-2024-7443 is a critical remote code execution vulnerability in Vivotek IB8367A Firmware caused by command injection in upload_file.cgi. This article covers technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-7443 Overview

CVE-2024-7443 is a command injection vulnerability [CWE-77] in the Vivotek IB8367A network camera running firmware VVTK-0100b. The flaw resides in the getenv function call inside upload_file.cgi, where the QUERY_STRING argument is passed to a command interpreter without sanitization. Remote attackers with low-privilege access can inject operating system commands over the network. The affected product is end-of-life and no longer supported by the vendor, meaning no official patch will be released. The vulnerability was assigned identifier VDB-273528 and published to the National Vulnerability Database on August 3, 2024.

Critical Impact

Authenticated remote attackers can inject arbitrary operating system commands through the QUERY_STRING parameter handled by upload_file.cgi, with no vendor patch available because the device is end-of-life.

Affected Products

  • Vivotek IB8367A network camera
  • Vivotek IB8367A firmware version VVTK-0100b
  • All end-of-life IB8367A release trees confirmed by the vendor

Discovery Timeline

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

Technical Details for CVE-2024-7443

Vulnerability Analysis

The Vivotek IB8367A exposes a CGI endpoint, upload_file.cgi, that processes HTTP requests on the camera's embedded web server. The handler retrieves the raw query string using the getenv("QUERY_STRING") C library call and then passes that data to a shell or system-level command without input validation. An attacker who can reach the web interface and supply low-privilege credentials can append shell metacharacters to the query string. The injected payload executes with the privileges of the CGI process, typically root on embedded Linux devices.

Root Cause

The root cause is improper neutralization of special elements used in an OS command [CWE-77]. The upload_file.cgi binary trusts user-controlled environment data returned by getenv and concatenates it into a command string. Embedded device CGI handlers often rely on system(), popen(), or backtick execution, all of which interpret shell metacharacters such as ;, |, &&, and backticks. Without input sanitization or use of safe execve-style APIs, command boundaries collapse and attacker input becomes executable code.

Attack Vector

The attack is network-reachable and requires low privileges, according to the CVSS 4.0 vector. An attacker sends a crafted HTTP request to upload_file.cgi with shell metacharacters embedded in the URL query string. The CGI binary reads that string through getenv, builds a command line, and executes it. Successful exploitation grants arbitrary command execution on the camera, enabling firmware tampering, lateral movement into the surveillance network, traffic interception, or use of the device as a botnet node. Public technical analysis of the flaw is hosted on the Notion analysis of the Vivotek vulnerability.

No verified proof-of-concept code is available in NVD-linked sources. Refer to the VulDB entry for VDB-273528 for additional technical context.

Detection Methods for CVE-2024-7443

Indicators of Compromise

  • HTTP requests to /upload_file.cgi containing shell metacharacters such as ;, |, &, $(, or backticks in the query string
  • Outbound connections from IB8367A cameras to unknown hosts, especially over non-standard ports
  • Unexpected processes spawned by the httpd or CGI parent process on the camera, observable through network telemetry
  • Modified firmware partitions or new files in writable directories on the device

Detection Strategies

  • Inspect web access logs from any reverse proxy or NVR fronting the cameras for suspicious QUERY_STRING content sent to upload_file.cgi
  • Deploy network intrusion detection signatures that flag URL-encoded shell metacharacters targeting Vivotek CGI endpoints
  • Baseline normal camera traffic and alert on deviations such as new outbound destinations, DNS queries, or large data transfers

Monitoring Recommendations

  • Monitor north-south and east-west traffic to and from camera VLANs using network detection tools
  • Forward firewall, proxy, and switch logs covering the camera subnet to a centralized analytics platform for query-string and protocol anomaly review
  • Track CVE-2024-7443 references against asset inventories so any IB8367A device discovered on the network is flagged as end-of-life

How to Mitigate CVE-2024-7443

Immediate Actions Required

  • Identify all Vivotek IB8367A units running firmware VVTK-0100b in the asset inventory and mark them as end-of-life
  • Remove the cameras from internet-exposed networks and block inbound access to upload_file.cgi at the perimeter
  • Rotate any credentials that were configured on the affected cameras, as low-privilege accounts are sufficient for exploitation
  • Plan replacement with a vendor-supported camera model, since no patch will be issued

Patch Information

No patch is available. The vendor has confirmed that the affected IB8367A release tree is end-of-life and will not receive security updates. Organizations must treat continued use of the device as accepted residual risk and prioritize hardware replacement.

Workarounds

  • Place IB8367A cameras on an isolated VLAN with no internet egress and strict ACLs allowing only the recording server to reach them
  • Front the cameras with a reverse proxy or web application firewall that strips or blocks shell metacharacters in query strings
  • Disable remote administrative access and restrict management to a jump host on the segmented network
  • Decommission the devices and replace them with vendor-supported models that receive firmware updates
bash
# Example firewall rule to isolate end-of-life Vivotek cameras
# Allow only the NVR (10.10.20.5) to reach the camera subnet (10.10.50.0/24)
iptables -A FORWARD -s 10.10.20.5 -d 10.10.50.0/24 -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -d 10.10.50.0/24 -j DROP
iptables -A FORWARD -s 10.10.50.0/24 ! -d 10.10.20.5 -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/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 #273528

  • VulDB #273528

  • VulDB Submission #383844

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

  • CVE-2024-7442: Vivotek SD9364 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