Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network unauthenticated with victim interaction, but session fixation requires the attacker to first plant a token and time the victim's login, so AC:H; session compromise yields full C/I/A.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Session fixation in Visual Studio Code allows an unauthorized attacker to elevate privileges over a network.
AnalysisAI
Privilege elevation in Microsoft Visual Studio Code (all releases from 1.0.0 up to but not including 1.119.1) stems from a session fixation weakness (CWE-384) that a remote, unauthenticated attacker can leverage to hijack a victim's authenticated session after the victim is lured into interacting with an attacker-supplied session identifier. The flaw carries a CVSS 8.8 rating with total confidentiality, integrity, and availability impact, but currently has no public exploit identified at time of analysis and a low EPSS score of 0.06% (18th percentile). Microsoft self-reported the issue and has shipped a fix, while CISA's SSVC framework records exploitation as 'none' and non-automatable.
Technical ContextAI
Visual Studio Code is Microsoft's cross-platform Electron-based source-code editor, identified here by cpe:2.3:a:microsoft:visual_studio_code. The root cause is CWE-384 (Session Fixation), a class of flaw where the application accepts and reuses a session identifier that was established before authentication rather than issuing a fresh identifier upon successful login. When a session token supplied or influenced by an attacker survives the authentication transition, the attacker who knows that token inherits the victim's authenticated context. In VS Code this manifests over a network-reachable session-handling path (consistent with features such as remote/tunnel or web-based sessions), where the fixated identifier lets an attacker assume the privileges of the authenticating user. The tags 'Authentication Bypass' and 'Session Fixation' reinforce that the security boundary being crossed is session-level authentication.
RemediationAI
Vendor-released patch: upgrade Visual Studio Code to 1.119.1 or later, which is the first release outside the affected 1.0.0-<1.119.1 range per the EUVD data; consult the Microsoft advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41613 for the definitive fixed build. Because exploitation requires user interaction and network reachability of the session path, interim compensating controls include disabling or restricting network-facing session features such as Remote Tunnels/Remote-SSH or the browser/web-served editor if not required (trade-off: loss of remote-development convenience), and instructing users not to open or reuse VS Code session/tunnel links received from untrusted sources (trade-off: relies on user vigilance and does not fully close the gap). Since Microsoft has shipped a fixed version, patching is the primary and preferred remediation and should be prioritized over workarounds; verify the auto-update channel is enabled so endpoints receive 1.119.1.
More in Session Fixation
View allSession fixation vulnerability in Apache2Triad 1.5.4 allows remote attackers to hijack web sessions via the PHPSESSID pa
Improper session management in the /login_ok.htm endpoint of DAEnetIP4 METO v1.25 allows attackers to execute a session
Tiny File Manager v2.4.7 and below is vulnerable to session fixation. Rated critical severity (CVSS 9.8), this vulnerabi
A critical vulnerability was found in PHPGurukul User Registration & Login and User Management System V3.3 in the /login
Franklin Fueling Systems System Sentinel AnyWare (SSA) version 1.6.24.492 is vulnerable to Session Fixation. Rated criti
An issue in China Mobile Communications China Mobile Intelligent Home Gateway v.HG6543C4 allows a remote attacker to exe
A privilege escalation issue was found in PHP Gurukul Hospital Management System In v.4.0 allows a remote attacker to ex
Session Fixation in GitHub repository ikus060/rdiffweb prior to 2.4.7. Rated critical severity (CVSS 9.8), this vulnerab
Certain NetModule devices allow Limited Session Fixation via PHPSESSID. Rated critical severity (CVSS 9.8), this vulnera
An issue was discovered in DAViCal Andrew's Web Libraries (AWL) through 0.60. Rated critical severity (CVSS 9.8), this v
clonos.php in ClonOS WEB control panel 19.09 allows remote attackers to gain full access via change password requests be
Gogs 0.11.66 allows remote code execution because it does not properly validate session IDs, as demonstrated by a ".." s
Same weakness CWE-384 – Session Fixation
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29696