CVE-2024-27932
Deno Remote Authentication Token Hijacking Vulnerability
Description
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.8.0 and prior to version 1.40.4, Deno improperly checks that an import specifier's hostname is equal to or a child of a token's hostname, which can cause tokens to be sent to servers they shouldn't be sent to. An auth token intended for `example[.]com` may be sent to `notexample[.]com`. Anyone who uses DENO_AUTH_TOKENS and imports potentially untrusted code is affected. Version 1.40.0 contains a patch for this issue
INFO
Published Date :
March 21, 2024, 2:52 a.m.
Last Modified :
Jan. 3, 2025, 7:19 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
2.5
Exploitability Score :
2.1
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-27932
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-27932
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-27932
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Jan. 03, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N Added CWE NIST NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:a:deno:deno:*:*:*:*:*:*:*:* versions from (including) 1.8.0 up to (excluding) 1.40.4 Changed Reference Type https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 No Types Assigned https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 Product Changed Reference Type https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 No Types Assigned https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 Product Changed Reference Type https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b No Types Assigned https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b Patch Changed Reference Type https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b No Types Assigned https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b Patch Changed Reference Type https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr No Types Assigned https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr Exploit, Vendor Advisory Changed Reference Type https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr No Types Assigned https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr Exploit, Vendor Advisory -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 Added Reference https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b Added Reference https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr -
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
CVE Received by [email protected]
Mar. 21, 2024
Action Type Old Value New Value Added Description Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.8.0 and prior to version 1.40.4, Deno improperly checks that an import specifier's hostname is equal to or a child of a token's hostname, which can cause tokens to be sent to servers they shouldn't be sent to. An auth token intended for `example[.]com` may be sent to `notexample[.]com`. Anyone who uses DENO_AUTH_TOKENS and imports potentially untrusted code is affected. Version 1.40.0 contains a patch for this issue Added Reference GitHub, Inc. https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr [No types assigned] Added Reference GitHub, Inc. https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b [No types assigned] Added Reference GitHub, Inc. https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89 [No types assigned] Added CWE GitHub, Inc. CWE-20 Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-27932
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-27932
weaknesses.