Cyber Resilience

CVE-2025-36026

Ibm Datacap 9.1.7 … 9.1.9

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

Summary

CVE-2025-36026 is a medium-severity Sensitive Cookie in HTTPS Session Without 'Secure' Attribute (CWE-614) vulnerability in Ibm Datacap. Its CVSS base score is 4.3 (Medium).

Operationally, 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-23 (Session Authenticity) and SC-8 (Transmission Confidentiality and Integrity) — 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 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link…

more

in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.

CWE(s)

Related Threats

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-2026-8636Same 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
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-8 Transmission Confidentiality and Integrity
  • SC-23 Session Authenticity
  • IA-5 Authenticator Management
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires cryptographic protection of session cookies/tokens in transit, directly preventing their exposure over HTTP as described in the CVE.

prevent

Mandates mechanisms that preserve session authenticity, which the missing Secure attribute on cookies violates by allowing interception.

prevent

Requires proper management of authenticators (including cookies/tokens) to ensure they are only transmitted over protected channels.

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-02 mostly match
prevents

Setting the Secure attribute is a direct mechanism for protecting sensitive session data in transit over HTTPS.

PR.PS-01 mostly match
prevents

Enforcing hardened configuration baselines includes requiring the Secure flag on sensitive cookies.

PR.PS-06 mostly match
prevents

Secure SDLC practices explicitly require correct use of security attributes such as the cookie Secure flag.

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.

mitigates

Use of cryptography control mandates encryption in transit, which HTTPS provides, but does not specifically require the Secure cookie attribute.

prevents

Application security requirements can include cookie security settings, but the control is broader and does not explicitly mandate the Secure attribute.

prevents

Secure coding practices directly prevent missing the Secure attribute on sensitive cookies, though the control covers many other coding issues.

degrades

Secure authentication control requires protection of session credentials, directly addressed by setting the Secure flag on sensitive cookies.

References