Hard-coded Cryptographic Key Vulnerability in Orion-visor
Orion-visor versions 2.5.7 and earlier contain a hard-coded cryptographic key within the HostKeyServiceImpl.encryptKey function, enabling potential remote compromise of encrypted host keys.
CVE search metadata
CVE search record: CVE-2026-90510. Severity: high. CVSS: 8.3. KEV: no. Product: orion-visor (<= 2.5.7). Brief: Hard-coded Cryptographic Key Vulnerability in Orion-visor. Brief link: https://feed.craftedsignal.io/briefs/2026-09-orion-visor-hardcoded-key/
What's new
- 1. added coverage for orion-visor (<= 2.5.7) Sep 13, 13:25 via nvd
Dromara orion-visor, an asset management platform, is vulnerable to a security flaw identified as CVE-2026-90510. The vulnerability stems from the use of a hard-coded cryptographic key within the HostKeyServiceImpl.encryptKey function, located in the file orion-visor-modules/orion-visor-module-asset/orion-visor-module-asset-service/src/main/java/org/dromara/visor/module/asset/service/impl/HostKeyServiceImpl.java.
Because the key is hard-coded into the source code, encryption for host keys is predictable, undermining the confidentiality of stored credentials. Attackers can leverage this fixed key to decrypt sensitive host keys remotely. The vulnerability was disclosed publicly following a failure by the project maintainers to address an early issue report. As of the current disclosure, no patch is available. Defenders should note that this vulnerability exposes the underlying infrastructure managed by orion-visor to significant risk, as the compromise of host keys often leads to unauthorized access to downstream systems.
Impact
Successful exploitation allows remote attackers to compromise host key encryption, leading to the exposure of credentials used for remote server access. This could facilitate lateral movement, further unauthorized access to managed assets, and potential full system compromise for all hosts integrated with the affected orion-visor instance.
Recommendation
Prioritize the identification and isolation of internet-facing orion-visor instances. Since no vendor patch exists, consider restricting access to the web interface to authorized management subnets only until a fix is released. Audit existing host key configurations for signs of unauthorized access or modification.
Immediate actions
Restrict network access to the orion-visor administrative interface to trusted management ranges
Mitigations
Monitor for vendor patches for CVE-2026-90510 and deploy immediately upon release
CVE-2026-90510