CVE-2014-0054
Description
The Jaxb2RootElementHttpMessageConverter in Spring MVC in Spring Framework before 3.2.8 and 4.0.0 before 4.0.2 does not disable external entity resolution, which allows remote attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML, aka an XML External Entity (XXE) issue. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-4152, CVE-2013-7315, and CVE-2013-6429.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-0054
Vendor advisory: secalert@redhat.com — https://jira.spring.io/browse/SPR-11376
Vendor advisory: secalert@redhat.com — http://secunia.com/advisories/57915
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 3.0.6.RELEASE-13 |
| debian | bullseye | fixed | 3.0.6.RELEASE-13 |
| debian | forky | fixed | 3.0.6.RELEASE-13 |
| debian | sid | fixed | 3.0.6.RELEASE-13 |
| debian | trixie | fixed | 3.0.6.RELEASE-13 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | org.springframework:spring-webmvc | <3.2.8 | 3.2.8 |
| Maven | org.springframework:spring-webmvc | >=4.0.0,<4.0.2 | 4.0.2 |
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 | |
| springsource | spring_framework | 3.2.5 | |
| springsource | spring_framework | 3.2.6 | |
| springsource | spring_framework | 4.0.0 | |
| springsource | spring_framework | 4.0.1 | |
| vmware | spring_framework | {"endIncluding":"3.2.7"} | |
| 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 | 3.2.3 | |
| vmware | spring_framework | 3.2.4 | |
| vmware | spring_framework | 4.0.0 | |
References
- http://rhn.redhat.com/errata/RHSA-2014-0400.html
- http://secunia.com/advisories/57915
- http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.html
- http://www.securityfocus.com/bid/66148
- https://jira.spring.io/browse/SPR-11376
- https://nvd.nist.gov/vuln/detail/CVE-2014-0054
- https://github.com/spring-projects/spring-framework/issues/16003
- https://github.com/spring-projects/spring-framework/commit/1a8629d40825c073b6863ae2ab748b647b28506a
- https://github.com/spring-projects/spring-framework/commit/1c5cab2a4069ec3239c531d741aeb07a434f521b
- https://github.com/spring-projects/spring-framework/commit/edba32b3093703d5e9ed42b5b8ec23ecc1998398
- https://github.com/spring-projects/spring-framework/commit/fb0683c066e74e9667d6cd8c5fa01f674c68c3be
- https://security-tracker.debian.org/tracker/CVE-2014-0054
CWEs
CWE-352
Verify integrity in audit chain (admin only). AS-IS.