Lucene search
+L

5477 matches found

BDU FSTEC
BDU FSTEC
added 2025/06/05 12:00 a.m.29 views

The vulnerability of the SQL concat_ws() function in the SQLite database management system, allowing a hacker to cause a service failure

The vulnerability of the SQL concatws function in the SQLite database management system is related to integer overflow. Exploiting this vulnerability could allow an attacker to cause a service failure through the malloc parameter...

7.8CVSS6.8AI score0.00487EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2025/06/04 9:22 p.m.10 views

GHSA-8VXJ-4CPH-C596 Deno has --allow-read / --allow-write permission bypass in `node:sqlite`

Summary It is possible to bypass Deno's read/write permission checks by using ATTACH DATABASE statement. PoC js // 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 KE...

9.1CVSS7AI score0.00436EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2025/06/04 9:22 p.m.19 views

Deno has --allow-read / --allow-write permission bypass in `node:sqlite`

Summary It is possible to bypass Deno's read/write permission checks by using ATTACH DATABASE statement. PoC js // 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 KE...

9.1CVSS6.8AI score0.00436EPSS
SaveExploits1References5Affected Software2
Vulnrichment
Vulnrichment
added 2025/06/04 7:31 p.m.8 views

CVE-2025-48935 Deno has --allow-read / --allow-write permission bypass in `node:sqlite`

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 2.2.0 and prior to versions 2.2.5, it is possible to bypass Deno's permission read/write db permission check by using ATTACH DATABASE statement. Version 2.2.5 contains a patch for the issue...

6.9CVSS7.1AI score0.00436EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/06/04 7:31 p.m.23 views

CVE-2025-48935 Deno has --allow-read / --allow-write permission bypass in `node:sqlite`

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 2.2.0 and prior to versions 2.2.5, it is possible to bypass Deno's permission read/write db permission check by using ATTACH DATABASE statement. Version 2.2.5 contains a patch for the issue...

6.9CVSS0.00436EPSS
SaveExploits1References2
RustSec
RustSec
added 2025/06/03 12:00 p.m.17 views

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

9.1CVSS7AI score0.00436EPSS
SaveExploits1Affected Software1
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.00436EPSS
SaveExploits1References4
F5 Networks
F5 Networks
added 2025/06/02 6:01 p.m.19 views

K000151645: SQLite vulnerability CVE-2025-3277

Security Advisory Description An integer overflow can be triggered in SQLite’s concatws function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer...

9.8CVSS8.1AI score0.00771EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2025/05/31 12:59 a.m.3 views

Security update for sqlite3

This update for sqlite3 fixes the following issues: CVE-2025-29087,CVE-2025-3277: Fixed integer overflow in sqlite concat function bsc1241020 CVE-2025-29088: Fixed integer overflow through the SQLITEDBCONFIGLOOKASIDE component bsc1241078 Other fixes: Updated to version 3.49.1 from Factory...

8.5CVSS7.6AI score0.00771EPSS
SaveExploits0References14
Fedora
Fedora
added 2025/05/30 1:45 a.m.22 views

[SECURITY] Fedora 41 Update: rust-rusqlite-0.31.0-6.fc41

Ergonomic wrapper for SQLite...

6.5CVSS7.4AI score0.0054EPSS
SaveExploits0
Fedora
Fedora
added 2025/05/30 1:16 a.m.17 views

[SECURITY] Fedora 42 Update: rust-rusqlite-0.31.0-6.fc42

Ergonomic wrapper for SQLite...

6.5CVSS7.4AI score0.0054EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/30 12:00 a.m.18 views

Tenable Security Center Multiple Vulnerabilities (TNS-2025-09)

According to its self-reported version, the Tenable Security Center running on the remote host is prior to 6.6.0 and missing relevant patches. It is, therefore, affected by multiple vulnerabilities as referenced in the TNS-2025-09 advisory. - In SQLite 3.44.0 through 3.49.0 before 3.49.1, the...

9.8CVSS7.5AI score0.01725EPSS
SaveExploits2References4
OSV
OSV
added 2025/05/29 5:27 p.m.9 views

GHSA-5WGP-VJXM-3X2R Navidrome allows SQL Injection via role parameter

🛡 Security Advisory: SQL Injection Vulnerability in Navidrome v0.55.2 Overview This vulnerability arises due to improper input validation on the role parameter within the API endpoint /api/artist. Attackers can exploit this flaw to inject arbitrary SQL queries, potentially gaining unauthorized...

9.3CVSS8.4AI score0.00454EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/05/29 5:27 p.m.25 views

Navidrome allows SQL Injection via role parameter

🛡 Security Advisory: SQL Injection Vulnerability in Navidrome v0.55.2 Overview This vulnerability arises due to improper input validation on the role parameter within the API endpoint /api/artist. Attackers can exploit this flaw to inject arbitrary SQL queries, potentially gaining unauthorized...

9.8CVSS8.4AI score0.00454EPSS
SaveExploits0References4Affected Software1
Amazon
Amazon
added 2025/05/29 12:00 a.m.9 views

Important: thunderbird

Issue Overview: Through a series of popup and window.print calls, an attacker can cause a window to go fullscreen without the user seeing the notification prompt, resulting in potential user confusion or spoofing attacks. This vulnerability affects Firefox ESR 102.5, Thunderbird 102.5, and Firefo...

9.1CVSS8.7AI score0.0061EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/27 6:31 p.m.25 views

CVE-2025-5154

A vulnerability, which was classified as problematic, was found in PhonePe App 25.03.21.0 on Android. Affected is an unknown function of the file /data/data/com.phonepe.app/databases/ of the component SQLite Database. The manipulation leads to cleartext storage in a file or on disk. Local access ...

4.6CVSS6.9AI score0.002EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2025/05/27 12:00 a.m.19 views

RHEL 9 : nodejs:22 (RHSA-2025:7433)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:7433 advisory. Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language...

9.8CVSS7.5AI score0.00771EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/25 7:15 p.m.9 views

CVE-2025-5154

A vulnerability, which was classified as problematic, was found in PhonePe App 25.03.21.0 on Android. Affected is an unknown function of the file /data/data/com.phonepe.app/databases/ of the component SQLite Database. The manipulation leads to cleartext storage in a file or on disk. Local access ...

4.4CVSS4.7AI score0.002EPSS
SaveExploits1References5
NVD
NVD
added 2025/05/25 7:15 p.m.13 views

CVE-2025-5154

A vulnerability, which was classified as problematic, was found in PhonePe App 25.03.21.0 on Android. Affected is an unknown function of the file /data/data/com.phonepe.app/databases/ of the component SQLite Database. The manipulation leads to cleartext storage in a file or on disk. Local access ...

4.6CVSS0.002EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2025/05/25 6:31 p.m.23 views

CVE-2025-5154 PhonePe App SQLite Database databases cleartext storage in a file or on disk

A vulnerability, which was classified as problematic, was found in PhonePe App 25.03.21.0 on Android. Affected is an unknown function of the file /data/data/com.phonepe.app/databases/ of the component SQLite Database. The manipulation leads to cleartext storage in a file or on disk. Local access ...

4.6CVSS3.7AI score0.002EPSS
SaveExploits1References5
Rows per page
Query Builder