CVE-2026-42366
Reflected XSS in GeoVision LPC2211 Web Interface
Publication date: 2026-05-04
Last updated on: 2026-05-05
Assigner: 0df08a0e-a200-4957-9bb0-084f562506f9
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| geovision | gv-lpc2011_firmware | 1.10 |
| geovision | gv-lpc2211_firmware | 1.10 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves multiple reflected cross-site scripting (XSS) issues in the Web Interface / ssi.cgi functionality of GeoVision LPC2011 and LPC2211 version 1.10.
An attacker can craft a malicious URL that, when visited, causes arbitrary JavaScript code to be executed in the context of the victim's browser.
This happens because the application improperly handles user input in the URL, reflecting it back without proper sanitization.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary JavaScript code in the victim's browser.
This can lead to session hijacking, theft of sensitive information, or performing actions on behalf of the user without their consent.
Since the CVSS score is 7.4 with high confidentiality impact, it indicates a significant risk of sensitive data exposure.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The CVE-2026-42366 vulnerability involves multiple reflected cross-site scripting (XSS) issues in GeoVision LPC2011/LPC2211 devices, which can lead to arbitrary JavaScript code execution via a crafted URL.
While the provided context and resources do not explicitly mention the impact of this vulnerability on compliance with standards such as GDPR or HIPAA, reflected XSS vulnerabilities generally pose risks to data confidentiality and integrity by enabling attackers to execute malicious scripts in users' browsers.
Such vulnerabilities can potentially lead to unauthorized access or exposure of sensitive information, which may affect compliance with regulations that require protection of personal or health data.
GeoVision's cybersecurity policies emphasize prompt vulnerability management and timely updates, which support maintaining compliance with security best practices and regulatory requirements.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves multiple reflected cross-site scripting (XSS) issues in the Web Interface / ssi.cgi functionality of GeoVision LPC2011/LPC2211 1.10. Detection typically involves monitoring for suspicious or specially crafted URLs targeting the ssi.cgi endpoint that could trigger arbitrary JavaScript execution.
Since the vulnerability is triggered by crafted URLs, network detection can include inspecting HTTP requests for unusual or suspicious query parameters sent to ssi.cgi.
Specific commands are not provided in the available resources or CVE description. However, common approaches include using web vulnerability scanners or manual testing tools to send crafted requests to the ssi.cgi endpoint and observe if reflected scripts execute.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps should focus on applying any available security updates or patches provided by GeoVision for the affected products (LPC2011/LPC2211 1.10).
GeoVision maintains a structured vulnerability management process and typically issues unscheduled updates for critical vulnerabilities such as this reflected XSS issue.
Until patches are applied, it is advisable to restrict access to the vulnerable web interface, implement web application firewalls (WAF) to filter malicious requests, and monitor network traffic for suspicious activity targeting ssi.cgi.