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
    • 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-2026-42370

CVE-2026-42370: Geovision GV-VMS Firmware RCE Vulnerability

CVE-2026-42370 is a stack overflow remote code execution vulnerability in Geovision GV-VMS Firmware that allows unauthenticated attackers to execute arbitrary code. This post covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-42370 Overview

CVE-2026-42370 is a stack overflow vulnerability in the WebCam Server Login functionality of GeoVision GV-VMS V20 version 20.0.2. A specially crafted HTTP request triggers memory corruption that leads to arbitrary code execution. The flaw is reachable without authentication, allowing remote attackers to compromise affected video management systems over the network.

The vulnerability is classified under CWE-787 (Out-of-Bounds Write) and affects deployments of GeoVision GV-VMS used to manage IP cameras and surveillance infrastructure. Successful exploitation grants attackers full control over the underlying host running the video management server.

Critical Impact

Unauthenticated remote attackers can execute arbitrary code on GeoVision GV-VMS V20 20.0.2 servers by sending a single malformed HTTP login request.

Affected Products

  • GeoVision GV-VMS V20 version 20.0.2
  • GeoVision GV-VMS firmware (vulnerable builds)
  • Surveillance deployments exposing the WebCam Server login endpoint

Discovery Timeline

  • 2026-05-04 - CVE-2026-42370 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-42370

Vulnerability Analysis

The vulnerability resides in the WebCam Server Login handler of GeoVision GV-VMS V20 20.0.2. The login routine processes attacker-supplied data from HTTP request fields without enforcing proper bounds on the destination buffer. When the input exceeds the expected size, the routine writes past the end of a stack-allocated buffer.

This stack-based out-of-bounds write corrupts adjacent stack memory, including saved return addresses and frame pointers. Attackers leverage the corruption to redirect execution flow into attacker-controlled code. The pre-authentication nature of the login endpoint means no credentials or prior access are required to reach the vulnerable code path.

Root Cause

The root cause is missing input length validation in the login request parser, mapped to [CWE-787]. The handler trusts the size of incoming HTTP fields and copies them into a fixed-size stack buffer using an unsafe memory operation. Without a length check or use of bounds-aware copy primitives, oversized fields overflow the buffer and overwrite control data on the stack.

Attack Vector

Exploitation occurs over the network against the HTTP service exposed by the GV-VMS WebCam Server. An attacker sends a crafted HTTP login request containing oversized payload data targeting the vulnerable parameter. No authentication, user interaction, or specific environmental conditions are required.

Because GV-VMS deployments commonly serve as central recorders for IP camera fleets, exploited servers can be used to pivot into surveillance footage, network camera feeds, and adjacent enterprise networks. Refer to the Talos Intelligence Vulnerability Reports for additional technical detail on the affected code path.

Detection Methods for CVE-2026-42370

Indicators of Compromise

  • HTTP POST requests to the GV-VMS WebCam Server login endpoint containing abnormally long field values or non-printable bytes in credential parameters.
  • Unexpected child processes spawned by the GV-VMS server process, or new outbound connections from the VMS host to unfamiliar IP addresses.
  • Crash artifacts, service restarts, or stack trace entries referencing the WebCam Server login handler.

Detection Strategies

  • Inspect HTTP traffic to the GV-VMS management interface for login requests exceeding expected parameter lengths and block or alert on anomalies at the network perimeter.
  • Monitor the GV-VMS host for process integrity violations, unexpected memory regions marked executable, and shellcode-like behavior originating from the server binary.
  • Correlate authentication failures, service crashes, and outbound connections from the VMS server within a short time window to surface exploitation attempts.

Monitoring Recommendations

  • Forward GV-VMS application logs, Windows Event Logs, and network flow data to a centralized analytics platform for correlation and retention.
  • Alert on any inbound connections to the WebCam Server login port from networks that should not have administrative access to surveillance infrastructure.
  • Track service availability and crash counters for the GV-VMS process to identify reliability anomalies that may indicate failed exploit attempts.

How to Mitigate CVE-2026-42370

Immediate Actions Required

  • Restrict network access to the GV-VMS WebCam Server login endpoint using firewall rules so that only trusted management subnets can reach it.
  • Remove direct internet exposure of GV-VMS hosts and place them behind a VPN or jump host until a fixed firmware build is applied.
  • Inventory GeoVision GV-VMS deployments to identify systems running version 20.0.2 and prioritize them for remediation.

Patch Information

Consult the GeoVision Cyber Security Overview for vendor advisories and updated firmware addressing CVE-2026-42370. Apply the vendor-supplied patch to all affected GV-VMS V20 20.0.2 installations as soon as it is available, and verify the running version after upgrade.

Workarounds

  • Segment the surveillance network from corporate and internet-facing networks to limit reachability of the vulnerable HTTP service.
  • Place a reverse proxy or web application firewall in front of the GV-VMS login endpoint to enforce request size limits and reject oversized parameters.
  • Disable remote administrative access to the WebCam Server when not actively required for operations.
bash
# Example: restrict GV-VMS HTTP access to a management subnet on Windows
netsh advfirewall firewall add rule name="GV-VMS Mgmt Only" \
    dir=in action=allow protocol=TCP localport=80,443 \
    remoteip=10.10.50.0/24

netsh advfirewall firewall add rule name="Block GV-VMS Public" \
    dir=in action=block protocol=TCP localport=80,443

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGeovision

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

  • 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-787
  • Technical References
  • Talos Intelligence Vulnerability Reports
  • Vendor Resources
  • GeoVision Cyber Security Overview
  • Related CVEs
  • CVE-2026-7841: GeoVision GV-ASWeb RCE Vulnerability

  • CVE-2026-42364: Geovision GV-LPC2011 Firmware RCE Flaw

  • CVE-2026-7372: GeoVision GV-VMS Firmware RCE Vulnerability

  • CVE-2021-47795: GeoVision GeoWebServer 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