CVE-2026-7371
Analyzed Analyzed - Analysis Complete
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
Multiple reflected cross-site scripting (xss) vulnerabilities exist in the Web Interface / ssi.cgi functionality of GeoVision LPC2011/LPC2211 1.10. A specially crafted malicious url can lead to an arbitrary javascript code execution. An attacker can provide a crafted URL to trigger this vulnerability.Β Reflected XXS via the error message for requesting non-existing page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-04
Last Modified
2026-05-05
Generated
2026-05-07
AI Q&A
2026-05-04
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
geovision gv-lpc2011_firmware 1.10
geovision gv-lpc2211_firmware 1.10
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves reflected cross-site scripting (XSS) in the Web Interface / ssi.cgi functionality of GeoVision LPC2011/LPC2211 devices. Detection typically involves identifying attempts to access the ssi.cgi endpoint with specially crafted URLs containing malicious JavaScript payloads.

To detect exploitation attempts on your network or system, you can monitor web server logs or network traffic for suspicious requests targeting ssi.cgi with unusual query parameters or encoded JavaScript code.

Example commands to help detect such attempts include:

  • Using grep to search web server logs for suspicious ssi.cgi requests: grep -i 'ssi.cgi' /var/log/httpd/access_log | grep -E '(%3C|<|javascript:|%22|\")'
  • Using tcpdump or tshark to capture HTTP requests to ssi.cgi and inspect for suspicious payloads: tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'ssi.cgi'
  • Using a web vulnerability scanner or proxy tool (e.g., OWASP ZAP or Burp Suite) to test the ssi.cgi endpoint with crafted payloads to confirm if reflected XSS is present.

Note that no specific detection commands or signatures are provided in the available resources, so these suggestions are based on common practices for detecting reflected XSS vulnerabilities in web interfaces.


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.

Specifically, the reflected XSS occurs via the error message generated when requesting a non-existing page.


How can this vulnerability impact me? :

This vulnerability can allow an attacker to execute arbitrary JavaScript code in the context of a user's browser when they visit a specially crafted URL.

  • It can lead to session hijacking, allowing attackers to steal user credentials or session tokens.
  • It may enable attackers to perform actions on behalf of the user without their consent.
  • It can be used to deliver malicious payloads or redirect users to malicious sites.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The CVE description and resources do not explicitly mention the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

However, reflected cross-site scripting (XSS) vulnerabilities like this one can potentially lead to unauthorized execution of malicious scripts, which may result in data exposure or manipulation. Such security weaknesses could indirectly affect compliance with data protection regulations that require safeguarding personal data and ensuring system integrity.

GeoVision maintains a structured and transparent cybersecurity approach, including timely vulnerability disclosure and remediation, which supports adherence to recognized security standards and helps mitigate risks that could impact regulatory compliance.


What immediate steps should I take to mitigate this vulnerability?

GeoVision follows a structured vulnerability management process that includes discovery, analysis, prioritization, and solution updates with follow-up.

For critical vulnerabilities like this reflected XSS in GeoVision LPC2011/LPC2211, GeoVision triggers unscheduled updates and provides detailed documentation to assist users in applying fixes.

Therefore, the immediate step is to check for and apply any available unscheduled firmware or software updates from GeoVision that address this vulnerability.

Additionally, users should avoid clicking on suspicious or untrusted URLs that could exploit the reflected XSS vulnerability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart