CVE-2026-55517
- EPSS 0.18%
- Veröffentlicht 23.06.2026 17:24:59
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.5, a Deno program that opens a client WebSocket connection could be crashed by the remote server. While handling the WebSocket handshake response, Deno parsed the Sec-WebSocket-P...
CVE-2026-44726
- EPSS 0.14%
- Veröffentlicht 23.06.2026 17:24:02
- Zuletzt bearbeitet 25.06.2026 05:16:53
Deno is a JavaScript, TypeScript, and WebAssembly runtime. From 2.0.0 until 2.7.8, a flaw in Deno's Node.js tls compatibility layer could cause a TLS client to transmit application data in plaintext after a connection retry. When `autoSelectFamily wa...
CVE-2026-49401
- EPSS 0.14%
- Veröffentlicht 23.06.2026 17:22:32
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.14, Deno's permission system enforces filesystem and execution restrictions by comparing the requested path against the path supplied to --deny-read, --deny-write, --deny-run, or...
CVE-2026-49402
- EPSS 0.27%
- Veröffentlicht 23.06.2026 17:20:50
- Zuletzt bearbeitet 25.06.2026 05:16:54
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.10, Deno's node:child_process implementation provided an escapeShellArg() helper used when callers passed shell: true to spawn / spawnSync / exec and friends. On Windows, the hel...
CVE-2026-49406
- EPSS 0.13%
- Veröffentlicht 23.06.2026 17:19:15
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.12, when Deno was run in BYONM mode (nodeModulesDir: "manual"), the module resolver did not validate that a package's resolved entrypoint stayed within its node_modules/<pkg>/ di...
CVE-2026-49411
- EPSS 0.11%
- Veröffentlicht 23.06.2026 17:18:07
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.0, the Node.js compatibility TCP path checked the permission against the original hostname string before resolution and then did not re-check after resolution. A caller could the...
CVE-2026-49983
- EPSS 0.1%
- Veröffentlicht 23.06.2026 17:16:17
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.1, environment access is gated by the env permission. You can deny it with --deny-env, or restrict it to a specific allowlist with --allow-env=FOO,BAR. The expectation is that a ...
CVE-2026-49860
- EPSS 0.11%
- Veröffentlicht 23.06.2026 17:15:05
- Zuletzt bearbeitet 23.06.2026 19:34:58
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.1, when a WebSocket connection was opened, Deno checked the destination hostname against --deny-net rules but did not re-check the IP addresses that hostname resolved to. An atta...
CVE-2026-49859
- EPSS 0.11%
- Veröffentlicht 23.06.2026 17:14:16
- Zuletzt bearbeitet 24.06.2026 15:16:40
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.1, when fetch() was called, Deno checked the destination hostname against --deny-net rules but did not re-check the IP addresses that hostname resolved to. An attacker-controlled...
CVE-2026-49440
- EPSS 0.15%
- Veröffentlicht 23.06.2026 17:13:25
- Zuletzt bearbeitet 25.06.2026 05:16:54
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.1, node:crypto.checkPrime(candidate[, options][, callback]) and crypto.checkPrimeSync(candidate[, options]) ran no Miller-Rabin rounds at all when the caller left options.checks ...