Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/zendframework/zendframework1@1.12.7
purl pkg:composer/zendframework/zendframework1@1.12.7
Next non-vulnerable version 1.12.20
Latest non-vulnerable version 1.12.20
Risk
Vulnerabilities affecting this package (14)
Vulnerability Summary Fixed by
VCID-2ncq-wptr-k3ha
Aliases:
ZF2015-08
SQL Injection Potential SQL injection vector using null byte for PDO (MsSql, SQLite).
1.12.16
Affected by 7 other vulnerabilities.
VCID-2xx4-77e9-pfbb
Aliases:
ZF2016-02
Potential SQL injection The implementation of `ORDER BY` and `GROUP BY` in `Zend_Db_Select` of ZF1 is vulnerable by the following SQL injection.
1.12.19
Affected by 1 other vulnerability.
VCID-5bm4-grk6-w7hk
Aliases:
CVE-2015-3154
GHSA-5957-5crx-79jx
CRLF Injection Potential CRLF injection attacks in mail and HTTP headers.
1.12.12
Affected by 11 other vulnerabilities.
VCID-6xpr-93ef-27cu
Aliases:
CVE-2014-8088
GHSA-f6rc-rh43-h8gr
Improper Authentication The (1) `Zend_Ldap` class in Zend and (2) `Zend
dap` component in Zend allows remote attackers to bypass authentication via a password starting with a null byte, which triggers an unauthenticated bind.
1.12.9
Affected by 12 other vulnerabilities.
VCID-8atm-865q-mkf3
Aliases:
ZF2015-09
Potential Information Disclosure and Insufficient Entropy vulnerability in `Zend\Captcha\Word`.
1.12.17
Affected by 5 other vulnerabilities.
VCID-bjvu-jg9w-mqdd
Aliases:
CVE-2016-6233
GHSA-p9hp-3gpv-52w3
SQL Injection The (1) order and (2) group methods in Zend_Db_Select in the Zend Framework might allow remote attackers to conduct SQL injection attacks via vectors related to use of the character pattern `[\w]*` in a regular expression.
1.12.19
Affected by 1 other vulnerability.
VCID-n2gy-93nd-gber
Aliases:
ZF2016-01
Potential Insufficient Entropy Vulnerability in ZF1.
1.12.18
Affected by 3 other vulnerabilities.
VCID-njsg-e1w1-9qcy
Aliases:
CVE-2015-5161
GHSA-xp8p-9rq5-4wgv
XXE/XEE vulnerability via multibyte payloads There's a flow that allows remote attackers to bypass security checks and conduct XML external entity (XXE) and XML entity expansion (XEE) attacks via multibyte encoded characters. This only apply when running under PHP-FPM in a threaded environment.
1.12.14
Affected by 10 other vulnerabilities.
VCID-q73m-16a9-rkgx
Aliases:
GMS-2015-49
Potential Information Disclosure and Insufficient Entropy in Zend\Captcha\Word Zend generates a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. The selection is performed using PHP's internal `array_rand()` function. This function does not generate sufficient entropy due to its usage of `rand()` instead of more cryptographically secure methods such as `openssl_pseudo_random_bytes()`. This can potentially lead to information disclosure should an attacker be able to brute force the random number generation.
1.12.17
Affected by 5 other vulnerabilities.
VCID-q74z-645k-c7dk
Aliases:
CVE-2015-5723
GHSA-pw5c-xqf2-6xc2
Security Misconfiguration Vulnerability Doctrine uses `mkdir($cacheDirectory )` to create caches directories. if your application runs with a umask of
1.12.16
Affected by 7 other vulnerabilities.
VCID-r5y8-nc2w-kqde
Aliases:
CVE-2014-8089
GHSA-qh9w-r7g5-q939
SQL Injection SQL injection vector when manually quoting values for `sqlsrv` extension, using null byte.
1.12.9
Affected by 12 other vulnerabilities.
VCID-rc3w-5r97-k3b3
Aliases:
ZF2016-03
Potential SQL injection in ORDER and GROUP functions The implementation of ORDER BY and GROUP BY in `Zend_Db_Select` is prone to SQL injection when a combination of SQL expressions and comments are used.
1.12.20
Affected by 0 other vulnerabilities.
VCID-sjw9-2fwe-5ybg
Aliases:
ZF2016-11
Potential Insufficient Entropy There are several methods used to generate random numbers in ZF1 that potentially used insufficient entropy. Moreover, there's a potential security issue in the usage of the `openssl_random_pseudo_bytes()` function in `Zend_Crypt_Math::randBytes`, reported in PHP BUG #70014, and the security implications reported in a discussion on the `random_compat` library.
1.12.18
Affected by 3 other vulnerabilities.
VCID-uvgx-4m6v-2bg7
Aliases:
CVE-2015-7695
GHSA-2hvh-c5c2-vj85
SQL injection vector using null byte for PDO The PDO adapters of Zend Framework 1 do not filter null bytes values in SQL statements. A PDO adapter can treat null bytes in a query as a string terminator, allowing an attacker to add arbitrary SQL following a null byte, and thus create a SQL injection. This only impacts MsSql and SQLite adapters.
1.12.16
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-9bm9-b48z-zqcm ZendFramework1 Potential SQL injection in the ORDER implementation of Zend_Db_Select The implementation of the ORDER BY SQL statement in Zend_Db_Select of Zend Framework 1 contains a potential SQL injection when the query string passed contains parentheses. For instance, the following code is affected by this issue: ``` $db = Zend_Db::factory( /* options here */ ); $select = $db->select() ->from(array('p' => 'products')) ->order('MD5(1); drop table products'); echo $select; ``` This code produce the string: ``` SELECT "p".* FROM "products" AS "p" ORDER BY MD5(1);drop table products ASC ``` instead of the correct one: ``` SELECT "p".* FROM "products" AS "p" ORDER BY "MD5(1);drop table products" ASC ``` The SQL injection occurs because we create a new Zend_Db_Expr() object, in presence of parentheses, passing directly the value without any filter on the string. GHSA-2x36-qhx3-7m5f
VCID-a72a-7k6u-rqgr SQL Injection Potential SQL injection in the ORDER implementation of `Zend_Db_Select`. ZF2014-04

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-04T20:07:35.263705+00:00 GitLab Importer Affected by VCID-bjvu-jg9w-mqdd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2016-6233.yml 38.6.0
2026-06-04T20:06:23.010659+00:00 GitLab Importer Affected by VCID-rc3w-5r97-k3b3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2016-03.yml 38.6.0
2026-06-04T20:06:10.491833+00:00 GitLab Importer Affected by VCID-2xx4-77e9-pfbb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2016-02.yml 38.6.0
2026-06-04T20:06:04.688070+00:00 GitLab Importer Affected by VCID-uvgx-4m6v-2bg7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2015-7695.yml 38.6.0
2026-06-04T20:06:03.911749+00:00 GitLab Importer Affected by VCID-q74z-645k-c7dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2015-5723.yml 38.6.0
2026-06-04T20:05:48.357662+00:00 GitLab Importer Affected by VCID-n2gy-93nd-gber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2016-01.yml 38.6.0
2026-06-04T20:05:48.241704+00:00 GitLab Importer Affected by VCID-sjw9-2fwe-5ybg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2016-11.yml 38.6.0
2026-06-04T20:05:13.924435+00:00 GitLab Importer Affected by VCID-q73m-16a9-rkgx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/GMS-2015-49.yml 38.6.0
2026-06-04T20:05:12.807262+00:00 GitLab Importer Affected by VCID-8atm-865q-mkf3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2015-09.yml 38.6.0
2026-06-04T20:05:03.524757+00:00 GitLab Importer Affected by VCID-2ncq-wptr-k3ha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2015-08.yml 38.6.0
2026-06-04T20:05:00.612104+00:00 GitLab Importer Affected by VCID-njsg-e1w1-9qcy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2015-5161.yml 38.6.0
2026-06-04T20:04:50.379435+00:00 GitLab Importer Affected by VCID-5bm4-grk6-w7hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2015-3154.yml 38.6.0
2026-06-04T20:04:31.536646+00:00 GitLab Importer Affected by VCID-6xpr-93ef-27cu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2014-8088.yml 38.6.0
2026-06-04T20:04:28.711385+00:00 GitLab Importer Affected by VCID-r5y8-nc2w-kqde https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/CVE-2014-8089.yml 38.6.0
2026-06-04T16:50:53.226365+00:00 GithubOSV Importer Fixing VCID-9bm9-b48z-zqcm https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/06/GHSA-2x36-qhx3-7m5f/GHSA-2x36-qhx3-7m5f.json 38.6.0
2026-06-04T16:21:55.216938+00:00 GitLab Importer Fixing VCID-9bm9-b48z-zqcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/GHSA-2x36-qhx3-7m5f.yml 38.6.0
2026-06-02T04:36:16.381102+00:00 GitLab Importer Fixing VCID-a72a-7k6u-rqgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/zendframework/zendframework1/ZF2014-04.yml 38.6.0