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-2026-7371

CVE-2026-7371: Geovision GV-LPC2011 Firmware XSS Flaw

CVE-2026-7371 is a reflected cross-site scripting vulnerability in Geovision GV-LPC2011 Firmware that enables attackers to execute arbitrary JavaScript code. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7371 Overview

CVE-2026-7371 is a reflected cross-site scripting (XSS) vulnerability affecting the web interface of GeoVision GV-LPC2011 and GV-LPC2211 license plate capture devices running firmware version 1.10. The flaw resides in the ssi.cgi functionality, where the error message returned for non-existent pages reflects user-controlled input without proper sanitization. Attackers can craft a malicious URL that, when clicked by an authenticated user, executes arbitrary JavaScript in the victim's browser session. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation).

Critical Impact

A successful exploit allows attackers to execute arbitrary JavaScript in the victim's browser, enabling session hijacking, credential theft, and unauthorized actions on the affected GeoVision device.

Affected Products

  • GeoVision GV-LPC2011 (firmware version 1.10)
  • GeoVision GV-LPC2211 (firmware version 1.10)
  • GeoVision GV-LPC2011 and GV-LPC2211 hardware appliances

Discovery Timeline

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

Technical Details for CVE-2026-7371

Vulnerability Analysis

The vulnerability exists in the ssi.cgi component of the GeoVision LPC2011 and LPC2211 web management interface. When a user requests a page that does not exist, the application generates an error message that includes the requested path or parameter without applying output encoding or input sanitization. This behavior allows attacker-supplied JavaScript payloads embedded in the URL to be reflected directly into the rendered HTML response. The browser then interprets the reflected payload as executable script in the context of the device's web origin.

Reflected XSS in embedded device interfaces carries amplified risk because administrative sessions typically grant full configuration control over network-connected hardware. Successful exploitation enables an attacker to read or modify device configuration, exfiltrate session cookies, or pivot to internal management networks.

Root Cause

The root cause is improper neutralization of user input within the ssi.cgi error response handler. The application echoes request parameters or URL path components into the HTML error page without HTML-entity encoding or contextual escaping, violating fundamental output-encoding requirements for web interfaces.

Attack Vector

Exploitation requires an attacker to deliver a crafted URL to a victim with an active session on the GeoVision device. The attack vector is network-based with low complexity but requires user interaction such as clicking a link in a phishing email, instant message, or attacker-controlled web page. When the victim's browser loads the URL, the malicious script executes in the device's origin context.

No verified proof-of-concept code is publicly available for this vulnerability. Refer to the Talos Intelligence Vulnerability Reports for technical disclosure details.

Detection Methods for CVE-2026-7371

Indicators of Compromise

  • Inbound HTTP requests to ssi.cgi containing URL-encoded <script>, javascript:, or HTML event handler payloads such as onerror= or onload=.
  • Web server logs showing requests for non-existent pages with unusual query string parameters or path components containing angle brackets.
  • Outbound network traffic from administrator workstations to attacker-controlled domains immediately after access to a GeoVision device URL.

Detection Strategies

  • Inspect web access logs on GeoVision devices for requests to ssi.cgi with suspicious encoded characters or script-like substrings.
  • Deploy web application firewall (WAF) rules that match common reflected XSS patterns targeting CGI-based interfaces.
  • Correlate browser-side telemetry with HTTP referrer chains to identify users who clicked malicious links pointing to internal device management URLs.

Monitoring Recommendations

  • Monitor administrative access patterns to GeoVision LPC2011/LPC2211 devices, especially HTTP requests originating from external referrers.
  • Alert on any HTTP 404 responses from ssi.cgi containing non-standard characters in the request URI.
  • Review network segmentation logs to confirm that camera and device management interfaces are not reachable from untrusted networks.

How to Mitigate CVE-2026-7371

Immediate Actions Required

  • Restrict access to the GeoVision web management interface to trusted administrative networks using firewall rules or VLAN segmentation.
  • Instruct administrators to avoid clicking external links while authenticated to GeoVision device interfaces.
  • Monitor the GeoVision Cyber Security Overview page for firmware updates addressing CVE-2026-7371.

Patch Information

At the time of publication, no firmware patch has been confirmed in the available references for GV-LPC2011/GV-LPC2211 firmware version 1.10. Administrators should consult the GeoVision Cyber Security Overview for the latest security advisories and firmware releases addressing this vulnerability.

Workarounds

  • Place the device behind a reverse proxy or WAF that strips or encodes script payloads in query strings and path parameters.
  • Enforce browser isolation or use a dedicated management workstation when accessing the GeoVision web interface.
  • Apply Content Security Policy (CSP) headers at an upstream proxy to reduce the impact of reflected script execution.
  • Disable or block external access to ssi.cgi endpoints if the functionality is not required for operations.
bash
# Example iptables rule restricting GeoVision web interface access to a management subnet
iptables -A INPUT -p tcp --dport 80 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGeovision

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Talos Intelligence Vulnerability Reports
  • Vendor Resources
  • GeoVision Cyber Security Overview
  • Related CVEs
  • CVE-2026-42366: Geovision GV-LPC2011 Firmware XSS Flaw

  • CVE-2026-7841: GeoVision GV-ASWeb RCE Vulnerability

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

  • CVE-2026-42367: Geovision Firmware Privilege Escalation
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