Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘 Packagist
Not in CISA KEV

CVE-2014-2682 — zendframework/zendframewo…

CVE-2014-2682 is a CWE-19 vulnerability in zendframework/zendframework1. A fix is available for zendframework/zendframework1 — see the affected versions and patch details below.

Several Zend Products Vulnerable to XXE and XEE attacks

Published
May 14, 2022
Updated
Dec 7, 2024
Affected
10 pkgs
Patched
10 / 10
Exploits
None indexed
Exploitation data as of Sep 24, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
2.2%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs82th percentile — riskier than 82% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Real-World Exposure

10 pkgs affected
🐘zendframework/zendframework1🐘zendframework/zendopenid🐘zendframework/zendrest🐘zendframework/zendservice-audioscrobbler🐘zendframework/zendservice-nirvanix🐘zendframework/zendservice-slideshare🐘zendframework/zendservice-technorati🐘zendframework/zendservice-windowsazure+2 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

Zend Framework 1 (ZF1) before 1.12.4, Zend Framework 2 before 2.1.6 and 2.2.x before 2.2.6, ZendOpenId, ZendRest, ZendService_AudioScrobbler, ZendService_Nirvanix, ZendService_SlideShare, ZendService_Technorati, and ZendService_WindowsAzure before 2.0.2, ZendService_Amazon before 2.0.3, and ZendService_Api before 1.0.0, when PHP-FPM is used, does not properly share the libxml_disable_entity_loader setting between threads, which might allow remote attackers to conduct XML External Entity (XXE) attacks via an XML external entity declaration in conjunction with an entity reference. NOTE: this issue exists because of an incomplete fix for CVE-2012-5657.

Affected Packages

10 total 10 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagistzendframework/zendframework1all versions1.12.4composer require zendframework/zendframework1:^1.12.4
🐘Packagistzendframework/zendopenidall versions2.0.2composer require zendframework/zendopenid:^2.0.2
🐘Packagistzendframework/zendrestall versions2.0.2composer require zendframework/zendrest:^2.0.2
🐘Packagistzendframework/zendservice-audioscrobblerall versions2.0.2composer require zendframework/zendservice-audioscrobbler:^2.0.2
🐘Packagistzendframework/zendservice-nirvanixall versions2.0.2composer require zendframework/zendservice-nirvanix:^2.0.2
🐘Packagistzendframework/zendservice-slideshareall versions2.0.2composer require zendframework/zendservice-slideshare:^2.0.2

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for zendframework/zendframework1, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update zendframework/zendframework1 to 1.12.4 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2014-2682 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2014-2682 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2014-2682. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Zend Framework 1 (ZF1) before 1.12.4, Zend Framework 2 before 2.1.6 and 2.2.x before 2.2.6, ZendOpenId, ZendRest, ZendService_AudioScrobbler, ZendService_Nirvanix, ZendService_SlideShare, ZendService_Technorati, and ZendService_WindowsAzure before 2.0.2, ZendService_Amazon before 2.0.3, and ZendService_Api before 1.0.0, when PHP-FPM is used, does not properly share the libxml_disable_entity_loader setting between threads, which might allow remote attackers to conduct XML External Entity (XXE) attacks via an XML external entity declaration in conjunction with an entity reference. NOTE: this is
O3 Security · Impact-Aware SCA

Is CVE-2014-2682 in your dependencies?

O3 Security finds CVE-2014-2682 across Packagist dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

CVE-2014-2682: XXE | O3 Security