CVE-2013-4152
Description
The Spring OXM wrapper in Spring Framework before 3.2.4 and 4.0.0.M1, when using the JAXB marshaller, does not disable entity resolution, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via an XML external entity declaration in conjunction with an entity reference in a (1) DOMSource, (2) StAXSource, (3) SAXSource, or (4) StreamSource, aka an XML External Entity (XXE) issue.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-4152
Vendor advisory: secalert@redhat.com — https://jira.springsource.org/browse/SPR-10806
Vendor advisory: secalert@redhat.com — https://github.com/spring-projects/spring-framework/pull/317/files
Vendor advisory: secalert@redhat.com — http://www.gopivotal.com/security/cve-2013-4152
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 3.0.6.RELEASE-10 |
| debian | bullseye | fixed | 3.0.6.RELEASE-10 |
| debian | forky | fixed | 3.0.6.RELEASE-10 |
| debian | sid | fixed | 3.0.6.RELEASE-10 |
| debian | trixie | fixed | 3.0.6.RELEASE-10 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | org.springframework:spring-oxm | <3.2.4.RELEASE | 3.2.4.RELEASE |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| springsource | spring_framework | 3.0.0 | |
| springsource | spring_framework | 3.0.0.m1 | |
| springsource | spring_framework | 3.0.0.m2 | |
| springsource | spring_framework | 3.0.1 | |
| springsource | spring_framework | 3.0.2 | |
| springsource | spring_framework | 3.0.3 | |
| springsource | spring_framework | 3.0.4 | |
| springsource | spring_framework | 3.0.5 | |
| vmware | spring_framework | {"endIncluding":"3.2.3"} | |
| vmware | spring_framework | 3.0.6 | |
| vmware | spring_framework | 3.0.7 | |
| vmware | spring_framework | 3.1.0 | |
| vmware | spring_framework | 3.1.1 | |
| vmware | spring_framework | 3.1.2 | |
| vmware | spring_framework | 3.1.3 | |
| vmware | spring_framework | 3.1.4 | |
| vmware | spring_framework | 3.2.0 | |
| vmware | spring_framework | 3.2.1 | |
| vmware | spring_framework | 3.2.2 | |
| vmware | spring_framework | 4.0.0 | |
References
- http://rhn.redhat.com/errata/RHSA-2014-0212.html
- http://rhn.redhat.com/errata/RHSA-2014-0245.html
- http://rhn.redhat.com/errata/RHSA-2014-0254.html
- http://rhn.redhat.com/errata/RHSA-2014-0400.html
- http://seclists.org/bugtraq/2013/Aug/154
- http://seclists.org/fulldisclosure/2013/Nov/14
- http://secunia.com/advisories/56247
- http://secunia.com/advisories/57915
- http://www.debian.org/security/2014/dsa-2842
- http://www.gopivotal.com/security/cve-2013-4152
- http://www.securityfocus.com/bid/61951
- https://github.com/spring-projects/spring-framework/pull/317/files
- https://jira.springsource.org/browse/SPR-10806
- https://nvd.nist.gov/vuln/detail/CVE-2013-4152
- https://github.com/spring-projects/spring-framework/commit/434735fbf6e7f9051af2ef027657edb99120b173
- https://github.com/spring-projects/spring-framework/commit/7576274874deeccb6da6b09a8d5bd62e8b5538b7
- https://security-tracker.debian.org/tracker/CVE-2013-4152
CWEs
CWE-264
Verify integrity in audit chain (admin only). AS-IS.