| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <1066483093.3166.1.camel@tantor.nuclearelephant.com>
From: jonathan at nuclearelephant.com (Jonathan A. Zdziarski)
Subject: Question: is this exploitable?
> $sth = $dbh->prepare("insert into projects
> values(null,\"$project\")");
$project = qq!"); delete from any_table where value in("!;
executes:
insert into projects values(null, ""); delete from any_table where value
in("");