Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Network-facing TLS interface but active decryption/spoofing needs both key extraction and a MITM position, so AC:H; no auth (PR:N); high C and I, no availability impact.
Primary rating from Vendor (GV).
CVSS VectorVendor: GV
Lifecycle Timeline
2DescriptionCVE.org
The product firmware contains an embedded, static RSA private key utilized by the Lighttpd web server for TLS termination. Exposure of this private key allows malicious actors to breach the confidentiality and integrity of HTTPS communications, enabling traffic decryption and server spoofing.
AnalysisAI
Hard-coded RSA private key exposure in GeoVision GV-AS1620 (GV-Cloud) access-control appliances lets remote attackers decrypt and forge the device's HTTPS traffic. The firmware ships an embedded, static RSA private key used by the built-in Lighttpd web server for TLS termination, so anyone who extracts it from one device can passively decrypt or actively impersonate the management interface of every device sharing that key. No public exploit identified at time of analysis, but the shared-secret nature makes the flaw broadly reusable once the key is recovered.
Technical ContextAI
The affected component is the Lighttpd web server bundled in the GV-AS1620 firmware, which handles TLS termination for the device's HTTPS management/cloud interface. Rather than generating a unique per-device key pair at provisioning or first boot, the firmware embeds a single static RSA private key that is identical across all units, and that key material is recoverable by anyone with access to a firmware image or the flash of a physical device. This is a textbook CWE-321 (Use of Hard-coded Cryptographic Key): TLS confidentiality and server authenticity depend on the private key remaining secret, but a hard-coded key shared by the entire product line is effectively public once one copy is extracted, defeating both encryption and certificate-based server identity.
RemediationAI
No vendor-released patch version is identified in the available data; consult the GeoVision advisory at https://www.geovision.com.tw/cyber_security.php for updated firmware and apply any release that provisions a unique per-device RSA key pair rather than the shared static key. Until fixed firmware that regenerates device-unique keys is confirmed, apply compensating controls: do not expose the device's HTTPS/management interface to the internet, place it on an isolated management VLAN and restrict access with firewall rules so no untrusted party can occupy a MITM position (trade-off: remote cloud management may break); where the platform allows, replace the built-in certificate/key with an operator-generated unique key pair and CA-signed certificate (trade-off: manual per-device effort and possible cloud-service incompatibility); and monitor for TLS certificate anomalies or unexpected MITM indicators on the segment carrying device traffic. Rotating the key only helps if the firmware supports installing a unique, non-hard-coded key.
Same weakness CWE-321 – Use of Hard-coded Cryptographic Key
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52638
GHSA-qfjw-8qqh-5c6x