Lucene search
+L

13427 matches found

Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.13 views

PraisonAI: SQLiteConversationStore didn't validate table_prefix when constructing SQL queries

Summary The tableprefix configuration value is directly used to construct SQL table identifiers without validation. If an attacker controls this value, they can manipulate SQL query structure, leading to unauthorized data access e.g., reading internal SQLite tables such as sqlitemaster and...

9.8CVSS6AI score0.00297EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/04/10 3:58 p.m.29 views

CVE-2026-35595 Vikunja Affected by Privilege Escalation via Project Reparenting

Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/projectpermissions.go:139-148 only requires CanWrite on the new parent project when changing parentprojectid. However, Vikunja's permission model uses a recursive CTE that walks up th...

8.3CVSS0.0029EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/04/10 3:32 p.m.10 views

EUVD-2026-21037

Wasmtime has improperly masked return value from table.grow with Winch compiler backend...

6.1CVSS5.8AI score0.00214EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/10 3:32 p.m.14 views

Wasmtime has improperly masked return value from `table.grow` with Winch compiler backend

Impact Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally in Winch, is tagged as a 64-bit value instead of a 32-bit value. This invalid...

7.5CVSS5.7AI score0.00214EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/10 3:32 p.m.8 views

GHSA-F984-PCP8-V2P7 Wasmtime has improperly masked return value from `table.grow` with Winch compiler backend

Impact Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally in Winch, is tagged as a 64-bit value instead of a 32-bit value. This invalid...

6.1CVSS5.7AI score0.00214EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/04/10 8:2 a.m.11 views

apparmor: fix missing bounds check on DEFAULT table in verify_dfa()

...

7.8CVSS5.8AI score0.00181EPSS
SaveExploits0
CNVD
CNVD
added 2026/04/10 12:0 a.m.13 views

Linux kernel buffer overflow vulnerability (CNVD-2026-17161)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A buffer overflow vulnerability exists in the Linux kernel. The vulnerability stems from a lack of boundary checking of the DEFAULT table in the verifydfa function, which can b...

7.8CVSS6AI score0.00181EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/10 12:0 a.m.17 views

PT-2026-32596

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 4.5.133 Description An SQL identifier injection exists in SQLiteConversationStore where the table prefix configuration value is directly concatenated into SQL queries using f-strings without validation or...

9.8CVSS5.8AI score0.00297EPSS
SaveExploits1References16
RedhatCVE
RedhatCVE
added 2026/04/09 11:4 p.m.9 views

CVE-2026-35186

A flaw was found in Wasmtime, a runtime for WebAssembly. The Winch compiler backend incorrectly handles the table.grow operator, leading to an internal type mismatch. This can result in a Denial of Service DoS, where the host process crashes. Additionally, under specific configurations with...

7.5CVSS5.8AI score0.00214EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/09 10:21 p.m.6 views

CVE-2026-34757

A flaw was found in libpng, a library used for handling PNG Portable Network Graphics image files. This vulnerability arises when an application reuses a pointer, previously obtained from functions like pnggetPLTE, by passing it back to a corresponding setter function within the same image...

5.1CVSS5.6AI score0.00195EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.16 views

Wasmtime has host panic when Winch compiler executes `table.fill`

Impact Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can result in a host panic. This means that a valid guest can be compiled with Winch, on any architecture, and cause the host to panic. This represents a denial-of-service vulnerability i...

7.5CVSS5.9AI score0.00358EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/09 8:23 p.m.10 views

EUVD-2026-21025

Wasmtime has host panic when Winch compiler executes table.fill...

5.9CVSS5.9AI score0.00358EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/09 8:23 p.m.15 views

EUVD-2026-21024

Wasmtime has host data leakage with 64-bit tables and Winch...

2.3CVSS5.9AI score0.00324EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 8:23 p.m.8 views

GHSA-M9W2-8782-2946 Wasmtime has host data leakage with 64-bit tables and Winch

Impact Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the host's stack to WebAssembly guests. The host's stack can possibly contain sensitive...

6.5CVSS5.8AI score0.00324EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/09 8:23 p.m.14 views

Wasmtime has host data leakage with 64-bit tables and Winch

Impact Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the host's stack to WebAssembly guests. The host's stack can possibly contain sensitive...

6.5CVSS5.8AI score0.00324EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/09 7:16 p.m.2 views

DEBIAN-CVE-2026-35186

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally i...

6.1CVSS5.4AI score0.00214EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/09 7:16 p.m.7 views

CVE-2026-35186

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler backend contains a bug where translating the table.grow operator causes the result to be incorrectly typed. For 32-bit tables this means that the result of the operator, internally i...

7.5CVSS0.00214EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/09 7:16 p.m.14 views

CVE-2026-34946

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can result in a host panic. This means that a valid guest can be compiled with Winch, on any architecture...

7.5CVSS0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 7:16 p.m.4 views

DEBIAN-CVE-2026-34946

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a vulnerability where the compilation of the table.fill instruction can result in a host panic. This means that a valid guest can be compiled with Winch, on any architecture...

7.5CVSS5.4AI score0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 7:16 p.m.6 views

DEBIAN-CVE-2026-34945

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the...

6.5CVSS5.5AI score0.00324EPSS
SaveExploits0References1
Rows per page
Query Builder