2 matches found
CVE-2026-51302
SQLite 3.41 contains a use-after-free in the expression evaluation logic. The sqlite3ReleaseTempReg function may prematurely release temporary register resources, and exprComputeOperands may continue to access the freed memory. Exploitation via a malicious SQL statement could lead to denial of se...
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...