CVE-2025-36002
Ibm Sterling B2B Integrator 6.2.0.0 – 6.2.0.5_1
Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:NSummary
CVE-2025-36002 is a medium-severity Password in Configuration File (CWE-260) vulnerability in Ibm Sterling B2B Integrator. Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Credentials In Files (T1552.001); ranked at the 4th 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 SC-28 (Protection of Information at Rest) and AC-3 (Access Enforcement) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-34766
Vulnerability Data
IBM Sterling B2B Integrator 6.2.0.0 through 6.2.0.5, and 6.2.1.0 and IBM Sterling File Gateway 6.2.0.0 through 6.2.0.5, and 6.2.1.0 stores user credentials in configuration files which can be read by a local user.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 1 hardening rule · 1 OS baseline
—
Mitigating Controls (NIST 800-53 r5) AI
Requiring confidentiality protection of information at rest directly stops passwords from being stored in plaintext.
AC-3 enforces access authorizations on system resources including config files, preventing unauthorized actors from reaching the stored password.
AC-6 applies least privilege so fewer processes or users can read the config file containing the password, shrinking exposure without eliminating the storage practice.
IA-5 requires storing authenticators so they are protected from unauthorized disclosure, directly stopping plaintext passwords in config files.
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.
Encrypting or restricting data-at-rest directly prevents readable passwords in config files.
Secure configuration baselines explicitly disallow plaintext secrets in files.
Credential management practices normally include secure storage requirements for passwords.
Least-privilege file permissions can limit access to the config but do not address the stored secret itself.
Protecting data-in-use can limit exposure of passwords held in memory.
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.
Directly requires secure handling and protection of authentication information, preventing plaintext password storage.
Requires use of cryptography to protect sensitive data such as passwords at rest.
Configuration management processes can enforce removal of secrets from config files, but the control is broader.
Secure coding standards discourage hard-coded credentials, reducing the likelihood of passwords in configuration files.
Mandates secure authentication mechanisms and secret management, mitigating exposure of passwords in configuration files.
Requires secure deletion of sensitive information, indirectly reducing exposure of stored plaintext passwords.
Hardening callouts derived
Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).
RHEL 7 (1 rule)
- V-204620 The Red Hat Enterprise Linux operating system must not have a File Transfer Protocol (FTP) server package installed unless needed. prevents CWE-260