Severity by source
AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
In JetBrains Datalore before 2026.1 session hijacking was possible due to missing secure attribute for cookie settings
AnalysisAI
JetBrains Datalore versions before 2026.1 contain a session hijacking vulnerability (CVE-2026-32745) caused by missing secure attribute configuration on session cookies, allowing attackers on the same network to intercept and reuse session tokens. The vulnerability affects all Datalore versions prior to 2026.1 and requires adjacent network access combined with user interaction; while the CVSS score is moderate (6.3), the impact is high for confidentiality and enables unauthorized account access.
Technical ContextAI
This vulnerability (CWE-614: Insecure Cookie Transmission) involves improper HTTP cookie security configuration in JetBrains Datalore's session management implementation. The missing 'Secure' flag on session cookies allows them to be transmitted over unencrypted HTTP connections or intercepted by network-level attacks (ARP spoofing, MITM on local networks). The affected product is identified via CPE: cpe:2.3:a:jetbrains:datalore:*:*:*:*:*:*:*:* (all versions). The root cause is insufficient hardening of cookie attributes; proper remediation requires setting the Secure flag to enforce HTTPS-only transmission, supplemented by HttpOnly and SameSite flags to prevent XSS-based theft and CSRF attacks respectively.
RemediationAI
Upgrade JetBrains Datalore to version 2026.1 or later (https://www.jetbrains.com/privacy-security/issues-fixed/) Mitigation (Pre-Patch): Enforce HTTPS-only connections to Datalore instances via reverse proxy (nginx/Apache with HSTS header 'Strict-Transport-Security: max-age=31536000; includeSubDomains') Mitigation (Pre-Patch): Restrict network access to Datalore instances using firewall rules to trusted networks only, reducing attack surface to adjacent network threat actors Mitigation (Pre-Patch): Implement VPN or network segmentation to isolate Datalore deployment from untrusted network segments Detection: Monitor HTTP access logs for unencrypted session cookie transmission; implement network IDS rules to detect cookie interception patterns on local network segments
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12045