Lucene search
+L

5635 matches found

Positive Technologies
Positive Technologies
added 2026/08/01 12:00 a.m.27 views

PT-2026-67574

Name of the Vulnerable Software and Affected Versions Node.js versions 22.x Node.js versions 24.x Node.js versions 26.x Description A flaw in the node:sqlite module allows a stale StatementSyncIterator created via the DatabaseSynccreateTagStore function to continue executing a cached prepared...

5.3CVSS5.8AI score0.00253EPSS
SaveExploits0References52
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:00 a.m.16 views

Oracle Linux 9 : nodejs:22 (ELSA-2026-47058)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-47058 advisory. - Fix CVE-2026-59873, CVE-2026-59874 node-tar by rebasing npm's bundled tar to 7.5.19 - Fix CVE-2026-13149 brace-expansion in npm's bundled...

9.8CVSS6.7AI score0.72547EPSS
SaveExploits9References4
NVD
NVD
added 2026/07/30 5:16 p.m.16 views

CVE-2026-51293

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00145EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 5:16 p.m.39 views

CVE-2026-51290

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00347EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 5:16 p.m.17 views

CVE-2026-51294

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00145EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 5:16 p.m.17 views

CVE-2026-51291

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00307EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 5:16 p.m.15 views

CVE-2026-51292

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00267EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 5:16 p.m.16 views

CVE-2026-51295

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00206EPSS
SaveExploits0
OSV
OSV
added 2026/07/30 5:16 p.m.10 views

UBUNTU-CVE-2026-51292

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score0.00267EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 5:16 p.m.13 views

UBUNTU-CVE-2026-51293

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 5:16 p.m.13 views

UBUNTU-CVE-2026-51295

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score0.00206EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 5:16 p.m.11 views

UBUNTU-CVE-2026-51290

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

7.7AI score0.00347EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 5:16 p.m.12 views

UBUNTU-CVE-2026-51291

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

7.7AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 8:53 a.m.14 views

BIT-SQLITE-2026-51304

sqlite 3.41 has a use-after-free UAF vulnerability in the ORDER BY clause parsing routine. The affected code first releases the memory of an ExprList object via sqlite3ExprListDelete, then attempts to access the nExpr member of the already freed object. This dangling pointer access causes invalid...

7.7AI score0.0034EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.21 views

BIT-SQLITE-2026-51302

SQLite 3.41 has a use-after-free vulnerability exists in the expression evaluation logic. The sqlite3ReleaseTempReg function improperly releases temporary register resources, and the subsequent exprComputeOperands function continues to access the already freed register memory. By supplying a...

7.7AI score0.00401EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.12 views

BIT-SQLITE-2026-51298

sqlite 3.41 is vulnerable to use after free in the JSON extraction function. After releasing JsonParse object memory via jsonParseFree, the program still accesses internal member of the freed pointer, which can cause service crash and denial of service...

5.8AI score0.00112EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.15 views

BIT-SQLITE-2026-51297

sqlite 3.41 has a use-after-free vulnerability in the JSON parsing logic. Remote adversaries can craft malicious JSON payload to trigger memory free followed by illegal memory access, which may lead to arbitrary code execution, sensitive information leakage and service denial...

7.3AI score0.00344EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.11 views

BIT-SQLITE-2026-51296

SQLite 3.41 has a use-after-free vulnerability in jsonRemoveFunc of SQLite JSON module. The parsed JSON object is freed at line 3555, while line 3575 still calls jsonLookupStep with the released pointer. Remote attackers can exploit this flaw to crash the service and leak heap memory information...

7AI score0.00332EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 7:10 a.m.9 views

CLEANSTART-2026-PO79955 Security fixes in sqlite 3.28.0-r0

Package sqlite version 3.28.0-r0 fixes 2 vulnerabilities: CVE-2019-5018, CVE-2019-8457...

9.8CVSS7.7AI score0.45426EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/30 7:10 a.m.9 views

CLEANSTART-2026-WA09964 Security fixes in sqlite 3.34.1-r0

Package sqlite version 3.34.1-r0 fixes 1 vulnerabilities: CVE-2021-20227...

5.5CVSS6.6AI score0.00496EPSS
SaveExploits0References1
Rows per page
Query Builder