CVE-2026-32295
7.5JetKVM · JetKVM
JetKVM versions prior to 0.5.4 lack rate limiting on login requests, which allows unauthenticated attackers to perform brute-force credential guessing attacks.
Executive summary
A lack of rate limiting in JetKVM versions before 0.5.4 exposes the system to unauthenticated brute-force credential attacks, posing a high risk to administrative access.
Vulnerability
This vulnerability is categorized as CWE-307: Improper Restriction of Excessive Authentication Attempts. An unauthenticated remote attacker can repeatedly attempt to guess credentials without being locked out or restricted by the system.
Business impact
Successful exploitation of this vulnerability allows an attacker to gain unauthorized access to the KVM device by brute-forcing administrative or user credentials. Given the 7.5 CVSS score, this represents a significant risk, potentially leading to total system compromise, unauthorized remote control of connected hardware, and the exposure of sensitive management traffic.
Remediation
Immediate Action: Update the JetKVM software to version 0.5.4 or later to implement required authentication rate limiting.
Proactive Monitoring: Review authentication and access logs for an unusual volume of failed login attempts originating from single or multiple IP addresses.
Compensating Controls: Implement network-level access controls or a Web Application Firewall to restrict access to the management interface to authorized IP ranges only.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The severity of this flaw necessitates immediate attention, particularly because KVM devices often serve as critical infrastructure gateways. Administrators should prioritize updating to version 0.5.4 to enforce necessary authentication security measures and prevent unauthorized access through brute-force methods.
Sources
Originally found and disclosed by Paul Asadoorian, Eclypsium, per the CVE Program record.