Files
CVEs-PoC/2015/CVE-2015-3414.md
T
2025-09-29 21:09:30 +02:00

986 B

CVE-2015-3414

Description

SQLite before 3.8.9 does not properly implement the dequoting of collation-sequence names, which allows context-dependent attackers to cause a denial of service (uninitialized memory access and application crash) or possibly have unspecified other impact via a crafted COLLATE clause, as demonstrated by COLLATE"""""""" at the end of a SELECT statement.

POC

Reference

Github