Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated remote HTTP request (AV:N/AC:L/PR:N/UI:N) yields arbitrary file read, so C:H with no integrity or availability impact and unchanged scope.
Primary rating from Vendor (GV).
CVSS VectorVendor: GV
Lifecycle Timeline
1DescriptionCVE.org
An unauthenticated directory traversal vulnerability exists in get_fcont.cgi in GeoVision GV-LPC2011 and GV-LPC2211 V1.12 and earlier. The vulnerability is caused by insufficient validation of user-supplied file path input before the requested file is accessed by the CGI component. A remote attacker may exploit this vulnerability by sending a crafted request to read arbitrary files accessible to the affected process, resulting in information disclosure.
AnalysisAI
Arbitrary file read in GeoVision GV-LPC2011 and GV-LPC2211 license plate recognition appliances (firmware V1.12 and earlier) lets a remote, unauthenticated attacker traverse the filesystem via the get_fcont.cgi endpoint and retrieve any file readable by the CGI process. Because the CGI fails to validate the user-supplied file path, a single crafted HTTP request can disclose configuration files, credentials, or other sensitive data. There is no public exploit identified at time of analysis, but the network-reachable, no-authentication nature (CVSS 7.5) makes it straightforward to weaponize.
Technical ContextAI
The affected components are GeoVision's GV-LPC2011 and GV-LPC2211 - embedded license plate recognition (LPR/ANPR) camera appliances that expose a web/CGI management interface. The flaw lives in get_fcont.cgi, a CGI handler whose purpose is to return file contents; it accepts a file path parameter and passes it to a file-access call without canonicalizing or sanitizing it. This is a textbook CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, 'Path Traversal') issue: by injecting sequences such as ../ the attacker escapes the intended content directory and reaches arbitrary files within the embedded Linux filesystem that the CGI's process UID can read. The single CPE provided, cpe:2.3:a:geovision_inc.:gv-lpclpc2011/2211:*, covers the LPC2011/2211 product line at the application layer.
RemediationAI
Upgrade the device firmware to the first release after V1.12 as published by GeoVision; consult the vendor advisory at https://www.geovision.com.tw/cyber_security.php for the exact patched version, since no precise fix version is confirmed in the available data (No vendor-released patch version independently confirmed at time of analysis). Until patched firmware is applied, remove the device management/CGI interface from the public internet and place it behind a VPN or management VLAN, restrict access to the get_fcont.cgi endpoint and the web interface to trusted source IPs via firewall/ACL, and front the device with a reverse proxy or WAF rule that rejects path-traversal sequences (../, encoded variants) in request parameters - noting that WAF filtering is a stopgap that determined attackers can sometimes encode around. The main trade-off of network isolation is loss of remote/cloud management convenience, which is acceptable given the unauthenticated file-disclosure exposure.
More in Gv Lpclpc2011 2211
View allRemote code execution in GeoVision GV-LPC2011 and GV-LPC2211 license-plate-recognition cameras (firmware V1.12 and earli
Unauthenticated remote code execution and denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license plate camera
Remote code execution and denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license-plate-recognition cameras (V1
Remote unauthenticated stack-based buffer overflow in the vlsvr login service of GeoVision GV-LPC2011 and GV-LPC2211 lic
Unauthenticated format string flaw in the vlsvr service of GeoVision GV-LPC2011 and GV-LPC2211 license plate recognition
Denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license-plate capture devices (firmware V1.12 and earlier) lets
Denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license-plate-capture devices (firmware V1.12 and earlier) allo
Denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license plate recognition cameras (firmware V1.12 and earlier)
Denial of service in GeoVision GV-LPC2011 and GV-LPC2211 license plate cameras (firmware V1.12 and earlier) lets remote
Same weakness CWE-22 – Path Traversal
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39628
GHSA-pwf5-hg39-g9g9