SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-90457

MEDIUM · CVSS 6.9 EPSS 0.09%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

The vulnerability arises from the use of a weak hashing algorithm for the administrative password, which is stored in a file with overly permissive read access for local users. This inconsistency, compared to a stronger hashing method used elsewhere, allows an attacker with local access to potentially recover the password through offline computation. Organizations that utilize this authentication method should prioritize remediation to safeguard against unauthorized access to administrative credentials.

CVE
CVE-2026-90457
Severity
MEDIUM
CVSS
6.9
EPSS
0.09%

Original NVD Description

The administrative password is hashed using a comparatively weak, fast algorithm for the credential store backing one authentication path, and the file containing that hash is written with permissions allowing it to be read by any local user. This is inconsistent with a separate, stronger hashing algorithm used for the same password on another authentication path. A party able to read this file, including a local user or a party with access to a configuration backup, could feasibly recover the underlying password through offline computation, compromising the administrative credential across every path that accepts it.