CVE-2026-22312
Unknown (Device Manufacturer) · Webserver/REST API
A vulnerability in the device webserver allows unauthenticated attackers to exploit a hardcoded constant token for REST API access, leading to command execution and configuration modification.
Executive summary
An insecure authentication mechanism using a constant token in the device's REST API allows unauthenticated attackers to take control of system settings and execute arbitrary commands.
Vulnerability
The device utilizes a constant, static token for REST API authentication rather than unique session-based credentials. This allows an unauthenticated attacker to bypass authentication entirely to access sensitive system settings.
Business impact
The CVSS score of 8.6 indicates a High severity risk. Exploitation allows an attacker to modify device configurations or execute system-level commands, potentially leading to a complete compromise of the device's operational integrity and unauthorized access to the network segment where the device resides.
Remediation
Immediate Action: Apply all available vendor security updates and replace the constant authentication token with a secure, unique, and rotated authentication method.
Proactive Monitoring: Monitor network traffic for unusual API requests and audit logs for unauthorized configuration changes originating from the web interface.
Compensating Controls: Implement strict firewall rules to restrict access to the device's REST API to authorized IP addresses only, and place the device behind an authenticated proxy.
Exploitation status
Public Exploit Available: False
Analyst recommendation
This vulnerability represents a fundamental design flaw in the device's authentication logic. Users must apply vendor patches immediately. If no patch is available, the device should be isolated from the network to prevent unauthenticated remote access.