Lucene search
+L

624 matches found

CNNVD
CNNVD
added 2025/06/04 12:00 a.m.9 views

Deno 安全漏洞

Deno is a simple, modern and secure JavaScript and TypeScript runtime environment from Deno Open Source. A security vulnerability exists in Deno versions prior to 2.1.13 and prior to 2.2.13, which stems from an omission of the deny-env option in the Deno.env.toObject method, which could lead to t...

6.9CVSS6.1AI score0.00426EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2025/06/04 12:00 a.m.13 views

Deno 安全漏洞

Deno is a simple, modern and secure JavaScript and TypeScript runtime environment from Deno Open Source. A security vulnerability exists in Deno versions prior to 2.2.0 through 2.2.5, which stems from a read/write permission check that can be bypassed via the ATTACH DATABASE statement...

9.1CVSS6.4AI score0.00468EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/06/04 12:00 a.m.11 views

Deno 安全漏洞

Deno is a simple, modern and secure JavaScript and TypeScript runtime environment from Deno Open Source. A security vulnerability exists in Deno versions prior to 2.1.13, prior to 2.2.13, and prior to 2.3.2, which stems from the deny-read permission not being in effect correctly, which could lead...

6.9CVSS6.3AI score0.00406EPSS
SaveExploits1References6
NVD
NVD
added 2025/06/03 11:15 p.m.16 views

CVE-2025-24015

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS0.00275EPSS
SaveExploits1References4
AlpineLinux
AlpineLinux
added 2025/06/03 11:15 p.m.15 views

CVE-2025-24015

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS7.3AI score0.00275EPSS
SaveExploits1References4
OSV
OSV
added 2025/06/03 10:48 p.m.13 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS6.7AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/06/03 10:48 p.m.4 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS6.6AI score0.00275EPSS
SaveExploits1References4
CVE
CVE
added 2025/06/03 10:48 p.m.90 views

CVE-2025-24015

Deno (JavaScript/TypeScript/WebAssembly runtime) versions 1.46.0–2.1.6 suffer from a bug where AES-256-GCM and AES-128-GCM authentication tags are not validated, allowing tampered ciphertexts or incorrect keys to bypass integrity checks. The issue also affects AAD within GCM (set_aad), underminin...

8.7CVSS6.6AI score0.00275EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2025/06/03 10:48 p.m.29 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS0.00275EPSS
SaveExploits1References4
OSV
OSV
added 2025/06/03 12:00 p.m.10 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.00468EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/06/03 12:00 a.m.21 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.00275EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2025/06/03 12:00 a.m.17 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.00275EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 10:38 a.m.12 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.00612EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 9:58 a.m.12 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.11 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.8 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.11 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.00334EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:35 a.m.11 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.27 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.9 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.01132EPSS
SaveExploits1References1
Rows per page
Query Builder