CVE-2013-7315
Description
The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-7315
Vendor advisory: cve@mitre.org — https://jira.springsource.org/browse/SPR-10806
Vendor advisory: cve@mitre.org — 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://seclists.org/bugtraq/2013/Aug/154
- http://seclists.org/fulldisclosure/2013/Nov/14
- http://www.debian.org/security/2014/dsa-2842
- http://www.gopivotal.com/security/cve-2013-4152
- http://www.securityfocus.com/bid/77998
- https://jira.springsource.org/browse/SPR-10806
- https://nvd.nist.gov/vuln/detail/CVE-2013-7315
- https://github.com/spring-projects/spring-framework/issues/15432
- https://github.com/spring-projects/spring-framework/commit/434735fbf6e7f9051af2ef027657edb99120b173
- https://github.com/spring-projects/spring-framework/commit/7576274874deeccb6da6b09a8d5bd62e8b5538b7
- https://jira.spring.io/browse/SPR-10806?redirect=false
- https://security-tracker.debian.org/tracker/CVE-2013-7315
CWEs
CWE-264
Verify integrity in audit chain (admin only). AS-IS.