Cyber Resilience

CVE-2026-9370

Crypto Weakness

Published
24 May 2026
Modified
23 July 2026
CVSS Score v4 2.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0020 10th percentile
Risk Priority 24 floored blend · peak EPSS

Summary

CVE-2026-9370 is a low-severity Use of a One-Way Hash without a Salt (CWE-759) vulnerability. Its CVSS base score is 2.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Cracking (T1110.002); ranked at the 10th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-5 (Authenticator Management) and SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A weakness has been identified in ulisesbocchio jasypt-spring-boot up to 3.0.5/4.0.4. Affected by this vulnerability is the function getSecretKeySaltGenerator of the file jasypt-spring-boot/src/main/java/com/ulisesbocchio/jasyptspringboot/encryptor/SimpleGCMConfig.java of the component Password Hash Handler. Executing a manipulation can lead to use of a one-way hash…

more

with a predictable salt. The attack can be launched remotely. The attack requires a high level of complexity. The exploitation appears to be difficult. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.002 Password Cracking Credential Access
Adversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-27408Shared CWE-759
CVE-2025-10205Shared CWE-759
CVE-2025-36253Shared CWE-759
CVE-2023-1430Shared CWE-759
CVE-2025-53884Shared CWE-759
CVE-2026-45027Shared CWE-759
CVE-2023-33838Shared CWE-759
CVE-2025-34208Shared CWE-759
CVE-2023-22599Shared CWE-760
CVE-2024-13951Shared CWE-760

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.5.2

Mitigating Controls (NIST 800-53 r5) AI

Cryptographic protection requirements specify approved algorithms and usage that encompass salted one-way hashes for passwords.

Authenticator management requires secure credential storage practices that include salted hashes.

Developer testing and evaluation can identify missing salt values through code review or analysis.

Development standards and tools can mandate salted hashing as part of secure implementation requirements.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices mandate correct password storage with salts, eliminating this exact weakness.

PR.DS-01 mostly match
prevents

Proper cryptographic hashing for data-at-rest protection directly requires salted hashes for passwords.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Use of cryptography requires appropriate cryptographic controls including salting for password hashing.

finds

Security testing can detect unsalted hashes but does not prevent their introduction.

prevents

Secure SDLC processes can include password-handling rules but do not guarantee salted hashes.

prevents

Application security requirements can mandate salted hashing but do not prescribe the technical detail.

prevents

Secure system architecture and engineering principles guide the selection of strong cryptographic mechanisms including proper salting.

prevents

Secure coding standards explicitly forbid unsalted password hashes and require salting.

References