Lucene search
+L

608 matches found

OSV
OSV
added 2025/06/03 12:00 p.m.9 views

RUSTSEC-2025-0138 --allow-read / --allow-write permission bypass in `node:sqlite`

It is possible to bypass Deno's read/write permission checks by using ATTACH DATABASE statement. PoC // poc.js import DatabaseSync from "node:sqlite" const db = new DatabaseSync":memory:"; db.exec"ATTACH DATABASE 'test.db' as test;"; db.exec"CREATE TABLE test.test id INTEGER PRIMARY KEY, name...

6.9CVSS6.8AI score0.0041EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/06/03 12:00 a.m.18 views

PT-2025-23677 · Deno · Deno

Name of the Vulnerable Software and Affected Versions: Deno versions 1.46.0 through 2.1.6 Description: The issue affects AES-256-GCM and AES-128-GCM in Deno, where the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2025/06/03 12:00 a.m.16 views

Deno 数据伪造问题漏洞

Deno is a simple, modern and secure JavaScript and TypeScript runtime environment from Deno Open Source. A data forgery issue vulnerability exists in Deno versions 1.46.0 through 2.1.6, which stems from the AES-256-GCM and AES-128-GCM unvalidated authentication tags, and could lead to a failure o...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 10:38 a.m.10 views

CVE-2024-52793

The Deno Standard Library provides APIs for Deno and the Web. Prior to version 1.0.11, http/file-server's serveDir with showDirListing: true option is vulnerable to cross-site scripting when the attacker is a user who can control file names in the source directory on systems with POSIX file names...

5.1CVSS6.2AI score0.00587EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 9:58 a.m.9 views

CVE-2024-27932

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

4.6CVSS6.8AI score0.00594EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 9:47 a.m.8 views

CVE-2024-34346

Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. The Deno sandbox may be unexpectedly weakened by allowing file read/write access to privileged files in various locations on Unix and Windows platforms. For example, reading /proc/self/environ may provide access...

9CVSS8.4AI score0.00368EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 9:39 a.m.7 views

CVE-2024-27931

Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults. Insufficient validation of parameters in Deno.makeTemp APIs would allow for creation of files outside of the allowed directories. This may allow the user to overwrite important files on the system that may affect othe...

6.5CVSS6.7AI score0.00491EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:38 a.m.10 views

CVE-2024-32468

Deno is a runtime for JavaScript and TypeScript written in rust. Several cross-site scripting vulnerabilities existed in the denodoc crate which lead to Self-XSS with deno doc --html. 1. XSS in generated searchindex.js, denodoc outputs a JavaScript file for searching. However, the generated file...

5.4CVSS5.5AI score0.00325EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:35 a.m.9 views

CVE-2024-32869

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.2.7, when using serveStatic with deno, it is possible to traverse the directory where main.ts is located. This can result in retrieval of unexpected files. Version 4.2.7 contains a patch for t...

5.3CVSS6.8AI score0.00642EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:08 a.m.24 views

CVE-2024-27933

Deno is a JavaScript, TypeScript, and WebAssembly runtime. In version 1.39.0, use of raw file descriptors in opnodeipcpipe leads to premature close of arbitrary file descriptors, allowing standard input to be re-opened as a different resource resulting in permission prompt bypass. Node childproce...

8.8CVSS7.6AI score0.02276EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 6:03 a.m.8 views

CVE-2023-28446

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Arbitrary program names without any ANSI filtering allows any malicious program to clear the first 2 lines of a opspawnchild or opkill prompt and replace it with any desired text. This wor...

8.8CVSS7AI score0.01142EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 6:01 a.m.7 views

CVE-2023-28445

Deno is a runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Resizable ArrayBuffers passed to asynchronous functions that are shrunk during the asynchronous operation could result in an out-of-bound read/write. It is unlikely that this has been exploited in the wild, as the...

9.9CVSS6.7AI score0.00971EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 5:52 a.m.9 views

CVE-2023-22499

Deno is a runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Multi-threaded programs were able to spoof interactive permission prompt by rewriting the prompt to suggest that program is waiting on user confirmation to unrelated action. A malicious program could clear the...

7.5CVSS6.7AI score0.00601EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 4:39 a.m.10 views

CVE-2023-26103

Versions of the package deno before 1.31.0 are vulnerable to Regular Expression Denial of Service ReDoS due to the upgradeWebSocket function, which contains regexes in the form of /s,s/, used for splitting the Connection/Upgrade header. A specially crafted Connection/Upgrade header can be used to...

7.5CVSS6.7AI score0.01229EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 2:02 a.m.11 views

CVE-2023-33966

Deno is a runtime for JavaScript and TypeScript. In deno 1.34.0 and denoruntime 0.114.0, outbound HTTP requests made using the built-in node:http or node:https modules are incorrectly not checked against the network permission allow list --allow-net. Dependencies relying on these built-in modules...

9.8CVSS6.6AI score0.00625EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:18 p.m.8 views

CVE-2021-32619

Deno is a runtime for JavaScript and TypeScript that uses V8 and is built in Rust. In Deno versions 1.5.0 to 1.10.1, modules that are dynamically imported through import or new Worker might have been able to bypass network and file system permission checks when statically importing other modules...

9.8CVSS6.9AI score0.01113EPSS
SaveExploits0References1
Wolfi
Wolfi
added 2025/04/12 1:44 p.m.19 views

GHSA-PG9F-39PC-QF8G vulnerabilities

Vulnerabilities for packages: starship, samply, cargo-c, yazi, zed, yara-x, oxipng, rust-analyzer, oranda, nushell, cargo-audit, lychee, wadm, pixi, ruff, deno, wasmcloud, fd...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2025/04/12 1:13 p.m.16 views

GHSA-PG9F-39PC-QF8G vulnerabilities

Vulnerabilities for packages: cargo-c, fd, rust-analyzer, wadm, zed, yazi, samply, ztunnel, wasmcloud, yara-x, lychee, ztunnel-fips, starship, cargo-audit, pixi, ruff, oranda, oxipng, deno, nushell...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2025/03/07 4:23 p.m.13 views

GHSA-4P46-PWFR-66X6 vulnerabilities

Vulnerabilities for packages: wasmtime, parseable, wadm, zed, ntpd-rs, zola, fnm, sqlx, uv, samply, sccache, xh, rye, wasmcloud, tealdeer, rustls-ffi, lychee, linkerd2-proxy, qdrant, zizmor, kdash, linkerd-extension-init, cargo-audit, rustup, pixi, wash, shadowsocks-rust, atuin, oranda, buck2,...

5.2AI score
SaveExploits0
Wolfi
Wolfi
added 2025/02/10 9:52 p.m.33 views

GHSA-V7PC-74H8-XQ2H vulnerabilities

Vulnerabilities for packages: shadowsocks-rust, deno, linkerd2-proxy...

5.2AI score
SaveExploits0
Rows per page
Query Builder