Lucene search
+L

496039 matches found

Positive Technologies
Positive Technologies
added 3 days ago8 views

PT-2026-64985

A use-after-free UAF vulnerability was discovered in the core parsing component of SQLite 3.41. The flaw occurs because the program frees an ExprList object via sqlite3ExprListDelete and then subsequently accesses the dangling pointer of the released object. A remote adversary can supply speciall...

6.5AI score0.00373EPSS
SaveExploits0References3
Redos
Redos
added 3 days ago6 views

ROS-20260727-73-0012

A vulnerability in the message broker administration console of the Apache ActiveMQ software platform is related to flaws in the code generation control mechanism. Exploitation of this vulnerability could allow a remote attacker to execute arbitrary code...

8.8CVSS7.4AI score0.0098EPSS
SaveExploits0
Redos
Redos
added 3 days ago7 views

ROS-20260727-73-0013

A vulnerability in apache-activemq related to a failure to implement measures to protect the structure of a web page. Exploitation of this vulnerability could allow a remote attacker to execute arbitrary code...

6.5CVSS7.4AI score0.0056EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 3 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-66758

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the file-fits plugin in GIMP. When processing a FITS image file, the plugin calculates memory allocation sizes using signed 32-bit integers...

7.8CVSS6.6AI score0.00147EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 3 days ago6 views

RHEL 7 : libreoffice (RHSA-2026:46386)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:46386 advisory. LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processo...

7.8CVSS7.7AI score0.00157EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 3 days ago13 views

macOS 15.x < 15.7.8 Multiple Vulnerabilities (128071)

The remote host is running a version of macOS / Mac OS X that is 15.x prior to 15.7.8. It is, therefore, affected by multiple vulnerabilities: - The issue was addressed with improved input sanitization. This issue is fixed in iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2. An app may be able to...

9.8CVSS7AI score0.49727EPSS
SaveExploits20References139
Tenable Nessus
Tenable Nessus
added 3 days ago8 views

macOS 26.x < 26.6 Multiple Vulnerabilities (128067)

The remote host is running a version of macOS / Mac OS X that is 26.x prior to 26.6. It is, therefore, affected by multiple vulnerabilities: - A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.6, iOS 26.6 and iPadOS 26.6, macOS Tahoe 26.6,...

9.8CVSS7AI score0.49727EPSS
SaveExploits21References154
CVE
CVE
added 3 days ago15 views

CVE-2026-51303

CVE-2026-51303 describes a use-after-free in SQLite 3.41’s core parsing. The flaw occurs when the parser frees an ExprList via sqlite3ExprListDelete and later accesses the freed object’s pointer during SQL statement parsing, allowing a remote attacker to trigger the issue through specially crafte...

9.8CVSS6.5AI score0.00373EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago33 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...

0.0034EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago33 views

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

0.00529EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago33 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...

0.00344EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 3 days ago4 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...

6AI score0.00344EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago4 views

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

6.4AI score0.00529EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 3 days ago9 views

PT-2026-64986

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

6.6AI score0.0034EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-49352

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.8CVSS6AI score0.00344EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-49357

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.5CVSS6.6AI score0.0034EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 3 days ago4 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...

6.6AI score0.0034EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 3 days ago9 views

PT-2026-64981

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

6AI score0.00344EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago12 views

EUVD-2026-49355

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

6.4AI score0.00529EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago10 views

CVE-2026-51304

sqlite 3.41 has a use-after-free (UAF) vulnerability in the ORDER BY clause parsing routine. The vendor descriptions state that the code releases memory of an ExprList via sqlite3ExprListDelete(), then accesses the nExpr member of the already freed object, causing invalid memory reads. An attacke...

7.5CVSS6.6AI score0.0034EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder