CVE-2012-6531
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · unedited(1) Zend_Dom, (2) Zend_Feed, and (3) Zend_Soap in Zend Framework 1.x before 1.11.13 and 1.12.x before 1.12.0 do not properly handle SimpleXMLElement classes, which allow remote attackers to read arbitrary files or create TCP connections via an external entity reference in a DOCTYPE element in an XML-RPC request, aka an XML external entity (XXE) injection attack, a different vulnerability than CVE-2012-3363.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is an XML External Entity (XXE) injection vulnerability in Zend Framework's XML processing components (Zend_Dom, Zend_Feed, and Zend_Soap). These components fail to properly disable external entity processing when handling SimpleXMLElement classes, allowing attackers to inject malicious DOCTYPE elements with external entity references in XML-RPC requests to read arbitrary files from the server or establish outbound TCP connections to internal infrastructure.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 1.0.4= 1.5.0= 1.5.1= 1.5.2= 1.5.3= 1.6.0= 1.6.1= 1.6.2= 1.7.0= 1.7.1= 1.7.2= 1.7.3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Authentication
- None
- Confidentiality
- Partial
- Integrity
- Partial
- Availability
- None
AV:N/AC:L/Au:N/C:P/I:P/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Zend Framework versionLocate the Zend Framework library in your application (commonly in library/Zend or vendor/Zend) and check the Version.php file, or run 'grep -r "VERSION" library/Zend/Version.php' to find the version stringAffected if The installed version matches 1.0.4, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, or 1.7.3
-
Check for Zend_Dom usageSearch your codebase for 'Zend_Dom' or 'new Zend_Dom_Query' imports and usage patternsAffected if Zend_Dom is used to parse XML or HTML from untrusted sources
-
Check for Zend_Feed usageSearch your codebase for 'Zend_Feed' imports and XML/Atom/RSS feed parsing, particularly where user-supplied XML is passed to Zend_Feed classesAffected if Zend_Feed is used to parse XML from untrusted sources
-
Check for Zend_Soap usageSearch your codebase for 'Zend_Soap_Server' or 'Zend_Soap_Client' implementations that handle XML-RPC requestsAffected if Zend_Soap handles XML-RPC requests without additional entity protection
-
Inspect XML input handlingReview code paths where SimpleXMLElement is instantiated or XML is parsed, particularly in SOAP/RPC handlers, and verify if libxml disable entity loading is configuredAffected if XML from external sources is processed without libxml disable entity loading being set
-
Audit XML-RPC endpointsIdentify any XML-RPC service endpoints in your application and verify they use Zend_Soap or similar XML processing without XXE protectionAffected if Unprotected XML-RPC endpoints accept external XML input
Your environment is affected if you run Zend Framework versions 1.0.4 through 1.7.3 and use Zend_Dom, Zend_Feed, or Zend_Soap to process XML from untrusted sources without additional XXE protection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataDisable external entity processing in XML parsers by configuring libxml disabled entity loading, or upgrade to Zend Framework 1.11.13+/1.12.0+ which includes proper XXE protections.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2012-6531 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2012-6531 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data