Lucene search
+L

5774 matches found

attackerkb
attackerkb
added 2026/07/27 12:00 a.m.9 views

CVE-2026-51298

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.00112EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 12:00 a.m.16 views

CVE-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.5CVSS7.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/27 12:00 a.m.43 views

CVE-2026-51296

...

0.00332EPSS
SaveExploits0
OSV
OSV
added 2026/07/27 12:00 a.m.11 views

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

7.5CVSS5.8AI score
SaveExploits0References4
attackerkb
attackerkb
added 2026/07/27 12:00 a.m.9 views

CVE-2026-51302

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.6AI score0.00401EPSS
SaveExploits0References3
attackerkb
attackerkb
added 2026/07/27 12:00 a.m.7 views

CVE-2026-51296

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.2AI score0.00332EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/27 12:00 a.m.122 views

CVE-2026-51297

This CVE entry is rejected/not used and does not represent an active vulnerability.

6AI score0.00344EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/27 12:00 a.m.43 views

CVE-2026-51300

...

0.00407EPSS
SaveExploits0
CVE
CVE
added 2026/07/27 12:00 a.m.70 views

CVE-2026-51300

SQLite 3.41 contains a use-after-free vulnerability in the expression parsing/memory management logic. Specifically, after sqlite3ExprDelete releases an expression object, the program may still access freed memory in expr.c, allowing a remote attacker to craft malicious SQL queries that trigger i...

6AI score0.00407EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/27 12:00 a.m.16 views

EUVD-2026-49354

A use-after-free vulnerability exists in the expression parsing and memory management logic of SQLite 3.41. After invoking sqlite3ExprDelete to release an expression object, the program still retains the dangling pointer and subsequently accesses member fields of the already freed memory. By...

6AI score0.00407EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/07/27 12:00 a.m.10 views

CVE-2026-51300

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.6AI score0.00407EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/27 12:00 a.m.61 views

CVE-2026-51298

Summary of findings (CVE-2026-51298) : Several connected advisories confirm a use-after-free vulnerability in SQLite 3.41 related to the JSON extraction function. The flaw occurs when, after releasing the JsonParse object with jsonParseFree(), the code still accesses internal members of the freed...

5.9AI score0.00112EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/27 12:00 a.m.44 views

CVE-2026-51304

...

0.0034EPSS
SaveExploits0
attackerkb
attackerkb
added 2026/07/27 12:00 a.m.8 views

CVE-2026-51304

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.1AI score0.0034EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/27 12:00 a.m.38 views

CVE-2026-51303

...

0.00373EPSS
SaveExploits0
CVE
CVE
added 2026/07/27 12:00 a.m.81 views

CVE-2026-51303

SQLite core parsing contains a use-after-free in sqlite3ExprListDelete (expr.c). Frees an ExprList and then accesses the freed object, enabling a remote attacker to crash the app, leak memory, or, in some scenarios, achieve arbitrary code execution. Affected component: core parsing; potentially S...

6.5AI score0.00373EPSS
SaveExploits0
OSV
OSV
added 2026/07/27 12:00 a.m.12 views

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

8.8CVSS7.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/26 12:00 a.m.23 views

PT-2026-64986

Name of the Vulnerable Software and Affected Versions sqlite version 3.41 Description A use-after-free UAF issue exists in the ORDER BY clause parsing routine. The system releases the memory of an ExprList object through the sqlite3ExprListDelete function and subsequently attempts to access the...

7.8CVSS7.2AI score0.0034EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/26 12:00 a.m.29 views

PT-2026-64984

Name of the Vulnerable Software and Affected Versions SQLite version 3.41 Description A use-after-free flaw exists in the expression evaluation logic. The sqlite3ReleaseTempReg function improperly releases temporary register resources, which the exprComputeOperands function subsequently accesses....

10CVSS7.5AI score0.00401EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/26 12:00 a.m.28 views

PT-2026-64983

Name of the Vulnerable Software and Affected Versions SQLite version 3.41 Description An issue exists in the expression parsing and memory management logic. After the sqlite3ExprDelete function is called to release an expression object, the program retains a dangling pointer and accesses member...

9.4CVSS7.8AI score0.00407EPSS
SaveExploits0References6
Rows per page
Query Builder