CVE-2024-27935
Deno's Node.js Compatibility Runtime has Cross-Session Data Contamination
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p deno --precise 1.36.3
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| deno | crates.io | All versions | 1.36.3 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-488
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.2 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:L
References
- https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjpWEB
- https://nvd.nist.gov/vuln/detail/CVE-2024-27935ADVISORY
- https://github.com/denoland/deno/issues/20188WEB
- https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6WEB
- https://github.com/denoland/denoPACKAGE
Frequently Asked Questions
- What is CVE-2024-27935?
- Deno's Node.js Compatibility Runtime has Cross-Session Data Contamination This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.2/10).
- How do I check if my project is affected by CVE-2024-27935?
- CVE-2024-27935 affects deno. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2024-27935 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2021-32619CRITICAL
Deno's static imports inside dynamically imported modules do not adhere to permission checks
- CVE-2024-34346HIGH
Deno permission escalation vulnerability via open of privileged files with missing `--deny` flag
- CVE-2025-24015HIGH
Deno's AES GCM authentication tags are not verified
- CVE-2024-27934HIGH
*const c_void / ExternalPointer unsoundness leading to use-after-free
- CVE-2026-32260HIGH
Deno vulnerable to command Injection via incomplete shell metacharacter blocklist in node:child_process
- CVE-2023-33966HIGH
Missing "--allow-net" permission check for built-in Node modules
- CVE-2023-28446HIGH
Interactive `run` permission prompt spoofing via improper ANSI neutralization
- CVE-2026-49411MEDIUM
Deno: Node TCPWrap numeric hostname aliases bypass --deny-net resolved-IP deny checks
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies