CVE-2014-2683 — zendframework/zendframewo…
CVE-2014-2683 is a CWE-17 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
EPSS Exploitation Probability
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
zendframework/zendframework1🐘zendframework/zendopenid🐘zendframework/zendrest🐘zendframework/zendservice-audioscrobbler🐘zendframework/zendservice-nirvanix🐘zendframework/zendservice-slideshare🐘zendframework/zendservice-technorati🐘zendframework/zendservice-windowsazure+2 moreReal-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 allow remote attackers to cause a denial of service (CPU consumption) via (1) recursive or (2) circular references in an XML entity definition in an XML DOCTYPE declaration, aka an XML Entity Expansion (XEE) attack. NOTE: this issue exists because of an incomplete fix for CVE-2012-6532.
Affected Packages
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| 🐘Packagist | zendframework/zendframework1 | all versions | 1.12.4composer require zendframework/zendframework1:^1.12.4 |
| 🐘Packagist | zendframework/zendopenid | all versions | 2.0.2composer require zendframework/zendopenid:^2.0.2 |
| 🐘Packagist | zendframework/zendrest | all versions | 2.0.2composer require zendframework/zendrest:^2.0.2 |
| 🐘Packagist | zendframework/zendservice-audioscrobbler | all versions | 2.0.2composer require zendframework/zendservice-audioscrobbler:^2.0.2 |
| 🐘Packagist | zendframework/zendservice-nirvanix | all versions | 2.0.2composer require zendframework/zendservice-nirvanix:^2.0.2 |
| 🐘Packagist | zendframework/zendservice-slideshare | all versions | 2.0.2composer require zendframework/zendservice-slideshare:^2.0.2 |
Detection & mitigation playbook
Open-source dependencyDetect
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.
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-2683 is resolved across your whole dependency graph.
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.
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-2683 can be triaged on real exposure rather than presence alone.
Tailored to CVE-2014-2683. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.
Frequently Asked Questions
Is CVE-2014-2683 in your dependencies?
O3 Security finds CVE-2014-2683 across Packagist dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.