Cyber Resilience

CVE-2026-8636

Ibm Datacap 9.1.7 … 9.1.9

Published
22 June 2026
Modified
26 June 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0015 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-8636 is a medium-severity Cleartext Storage of Sensitive Information in Memory (CWE-316) vulnerability in Ibm Datacap. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); 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-39 (Process Isolation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Datacap 9.1.7, 9.1.8, and 9.1.9 and IBM Datacap Navigator 9.1.7, 9.1.8, and 9.1.9 allows an attacker to retrieve user passwords and cryptographic keys from memory. Attacker can use the same keys to decrypt password, gain access to the application…

more

and access sensitive data in the database.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1003.001 LSASS Memory Credential Access
Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS).
Why these techniques?

Vulnerability enables direct retrieval of passwords/keys from process memory, facilitating OS-level credential dumping techniques.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1552 Unsecured Credentials Credential Accessconfidence: HIGH
Vulnerability directly enables retrieval of credentials and cryptographic keys from memory.
T1555 Credentials from Password Stores Credential Accessconfidence: HIGH
Vulnerability allows extraction of passwords stored in memory, matching credential store access.
T1003 OS Credential Dumping Credential Accessconfidence: MEDIUM
Memory access for credentials aligns with OS credential dumping techniques.
T1552.004 Private Keys Credential Accessconfidence: MEDIUM
Cryptographic keys retrieved from memory could be used for further access.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-39729Same product: Ibm Datacap
CVE-2026-8059Same product: Ibm Datacap
CVE-2024-39737Same product: Ibm Datacap
CVE-2024-39741Same product: Ibm Datacap
CVE-2025-36026Same product: Ibm Datacap
CVE-2024-39739Same product: Ibm Datacap
CVE-2025-36027Same product: Ibm Datacap
CVE-2024-39730Same product: Ibm Datacap
CVE-2024-39740Same product: Ibm Datacap
CVE-2026-9610Same product: Ibm Datacap

Affected Assets

ibm
datacap
9.1.7, 9.1.8, 9.1.9
ibm
datacap navigator
9.1.7, 9.1.8, 9.1.9

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

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

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements memory protection safeguards to prevent unauthorized disclosure of sensitive data such as passwords and cryptographic keys stored in cleartext.

prevent

Enforces process isolation so that an attacker cannot access memory belonging to other processes containing passwords or keys.

prevent

Enforces access control decisions that restrict which subjects can read or retrieve sensitive credential material from memory.

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.DS-10 mostly match
prevents

Explicitly calls for removing confidential data from process memory, directly mitigating cleartext storage.

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.

detects

Security testing can detect cleartext secrets in memory dumps or debug output.

degrades

Secure deletion practices reduce residual cleartext after use, but do not prevent initial storage.

mitigates

DLP tooling can monitor and block processes that leave sensitive data unencrypted in memory.

prevents

Cryptographic controls can mandate encryption of sensitive data in memory, directly reducing cleartext exposure.

prevents

Secure-SDLC processes include memory-handling reviews that catch this weakness.

prevents

Secure-coding standards explicitly require avoiding plaintext storage of secrets in RAM.

References