Cyber Resilience

CVE-2026-32745

Jetbrains Datalore ≤ 2026.1

Published
13 March 2026
Modified
02 April 2026
Patch / advisory
CVSS Score v3.1 6.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
EPSS Score 0.0010 1th percentile
Risk Priority 36 floored blend · peak EPSS

Summary

CVE-2026-32745 is a medium-severity Sensitive Cookie in HTTPS Session Without 'Secure' Attribute (CWE-614) vulnerability in Jetbrains Datalore. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Steal Web Session Cookie (T1539); ranked at the 1th 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-8 (Transmission Confidentiality and Integrity) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In JetBrains Datalore before 2026.1 session hijacking was possible due to missing secure attribute for cookie settings

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Missing Secure flag on session cookies directly enables cookie theft over insecure channels, facilitating web session cookie theft (T1539).

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

CVEs Like This One

CVE-2025-43013Same vendor: Jetbrains
CVE-2026-4820Shared CWE-319, CWE-614
CVE-2025-57727Same vendor: Jetbrains
CVE-2025-68268Same vendor: Jetbrains
CVE-2025-68163Same vendor: Jetbrains
CVE-2026-25847Same vendor: Jetbrains
CVE-2023-39175Same vendor: Jetbrains
CVE-2024-54156Same vendor: Jetbrains
CVE-2025-64684Same vendor: Jetbrains
CVE-2025-42921Same vendor: Jetbrains

Affected Assets

jetbrains
datalore
≤ 2026.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-8 Transmission Confidentiality and Integrity
  • CM-6 Configuration Settings
  • SI-2 Flaw Remediation
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

Directly requires cryptographic protection of session cookies in transit, eliminating the cleartext exposure that enables hijacking when the Secure flag is absent.

prevent

Enforces secure baseline settings for web-application cookies (including the Secure attribute) so the misconfiguration cannot be introduced or persist.

prevent

Requires timely remediation of the software flaw (missing Secure flag) that produced the vulnerable cookie-handling behavior.

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 full match
prevents

Encryption of data-in-transit directly prevents cleartext transmission while the control also addresses integrity and availability.

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.

prevents

Specifying encryption and other security technology for network services prevents transmission of sensitive information in cleartext over potentially untrusted channels.

prevents

Mandating cryptographic protection and stronger authentication on public networks stops the transmission of plaintext sensitive information.

mitigates

Specifying communications-security requirements and secure remote-access methods (including encryption expectations) prevents the transmission of sensitive data in cleartext over home or public networks.

mitigates

Armoured conduits, electromagnetic shielding and locked enclosures make passive eavesdropping on unencrypted traffic traversing the cables more difficult, mitigating exposure of sensitive data in transit.

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.

References