CVE-2025-40537
Published: 28 January 2026
Summary
CVE-2025-40537 is a high-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Solarwinds Web Help Desk. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Valid Accounts (T1078); ranked at the 3.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 IA-5 (Authenticator Management) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-40537, published on 2026-01-28, is a hardcoded credentials vulnerability (CWE-798) affecting SolarWinds Web Help Desk. The issue could allow access to administrative functions under certain situations. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating network accessibility, high attack complexity, low privilege requirements, no user interaction, unchanged scope, and high impacts on confidentiality, integrity, and availability.
An authenticated attacker with low privileges can exploit this vulnerability over the network if they satisfy the high attack complexity conditions. Successful exploitation enables access to administrative functions, resulting in high-level compromise of confidentiality, integrity, and availability.
SolarWinds provides mitigation guidance in its security advisory at https://www.solarwinds.com/trust-center/security-advisories/CVE-2025-40537 and the Web Help Desk 2026.1 release notes at https://documentation.solarwinds.com/en/success_center/whd/content/release_notes/whd_2026-1_release_notes.htm.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206422
Vulnerability details
SolarWinds Web Help Desk was found to be susceptible to a hardcoded credentials vulnerability that, under certain situations, could allow access to administrative functions.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Hardcoded credentials (CWE-798) directly provide valid accounts for admin access and represent unsecured credentials stored in the application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prohibits hardcoded or embedded authenticators by requiring secure generation, distribution, and rotation of credentials instead of static administrative passwords.
Enforces validated access decisions so that even low-privilege authenticated sessions cannot reach administrative functions via the hardcoded credential path.
Requires timely application of the vendor patch (WHD 2026.1) that removes the hardcoded credential vulnerability.