mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 12:58:02 +02:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
### [CVE-2013-4152](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/Agilevatester/SpringSecurity
|
|
- https://github.com/Agilevatester/SpringSecurityV1
|
|
- https://github.com/IkerSaint/VULNAPP-vulnerable-app
|
|
- https://github.com/ax1sX/SpringSecurity
|
|
- https://github.com/haba713/depcheck-gretty-issue
|
|
- https://github.com/pctF/vulnerable-app
|
|
- https://github.com/scordero1234/java_sec_demo-main
|
|
|