cve/2015/CVE-2015-3414.md
2024-06-18 02:51:15 +02:00

936 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