CVE-2025-26410
Published: 11 February 2025
Description
Adversaries may abuse Unix shell commands and scripts for execution.
Security Summary
CVE-2025-26410, published on 2025-02-11, is a critical vulnerability (CVSS 3.1 score of 9.8, vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) stemming from CWE-798: Use of Hard-coded Credentials. It affects the firmware of all Wattsense Bridge devices, where identical hard-coded user and root credentials are embedded. The user password is susceptible to easy recovery through password cracking attempts.
An attacker with access to the firmware can recover the user credentials via cracking and use them to authenticate to the device's login shell, which is exposed via the serial interface. This grants shell access, including root privileges in affected versions, enabling high-impact compromise of confidentiality, integrity, and availability.
Mitigation is available in firmware BSP version 6.4.1 and later, where the backdoor user has been removed. For further details, consult advisories including SEC Consult at https://r.sec-consult.com/wattsense, Wattsense release notes at https://support.wattsense.com/hc/en-150/articles/13366066529437-Release-Notes, and Full Disclosure at http://seclists.org/fulldisclosure/2025/Feb/9.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Hard-coded credentials in firmware directly enable T1552.001 (credentials in files), T1110.002 (password cracking), T1078.001 (default accounts for auth), and T1059.004 (Unix shell access via serial).