Cyber Resilience

CVE-2025-36253

Ibm Concert 1.0.0 – 2.2.0

Published
02 February 2026
Modified
11 February 2026
Patch / advisory
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0020 11th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2025-36253 is a medium-severity Use of a One-Way Hash without a Salt (CWE-759) vulnerability in Ibm Concert. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Cracking (T1110.002); ranked at the 11th 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.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-36253 is a vulnerability in IBM Concert versions 1.0.0 through 2.1.0, where the software uses weaker than expected cryptographic algorithms. This flaw, published on 2026-02-02, could allow an attacker to decrypt highly sensitive information and is associated with CWE-759. The issue carries a CVSS v3.1 base score of 5.9 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating medium severity primarily due to high confidentiality impact.

A remote attacker with no privileges or user interaction required can exploit this vulnerability over the network, though it demands high attack complexity. Successful exploitation enables the attacker to achieve high-impact confidentiality loss by decrypting highly sensitive information, with no effects on integrity or availability.

The IBM security advisory provides details on mitigation and patches at https://www.ibm.com/support/pages/node/7257565.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Concert 1.0.0 through 2.1.0 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information.

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-36083Same product: Ibm Concert
CVE-2025-33088Same product: Ibm Concert
CVE-2024-55912Same product: Ibm Concert
CVE-2025-36081Same product: Ibm Concert
CVE-2024-55909Same product: Ibm Concert
CVE-2024-43178Same product: Ibm Concert
CVE-2025-36085Same product: Ibm Concert
CVE-2024-37070Same product: Ibm Concert
CVE-2025-36019Same product: Ibm Concert
CVE-2024-55910Same product: Ibm Concert

Affected Assets

ibm
concert
1.0.0 — 2.2.0

Mitigating Controls

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 coding standards explicitly forbid unsalted password hashes and require salting.

prevents

Secure authentication mandates salted, one-way hashes for credentials, directly preventing unsalted hashing.

References