Ensure that defaults for `XMLInputFactory` have expansion of external parsed general entities disabled [CVE-2016-3720]
See original GitHub issueTo reduce likelihood of malicious XXE, let’s ensure that XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES
is disabled by default when instantiate by Jackson.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Ensure that defaults for XMLInputFactory have expansion ...
Ensure that defaults for XMLInputFactory have expansion of external parsed general entities disabled [CVE-2016-3720] #190.
Read more >XML External Entity Prevention Cheat Sheet
Per: According to this post, starting with libxml2 version 2.9, XXE has been disabled by default as committed by the following patch. Search...
Read more >XML External Entity Attacks | Vulnerability Fix Database
However, XML external attacks remain a risk because many XML parsing libraries do not disable this feature by default. Make sure your XML...
Read more >XML parsers should not be vulnerable to XXE attacks
It's recommended to limit resolution of external entities by using one of these solutions: If DOCTYPE is not necessary, completely disable all DOCTYPE ......
Read more >Search Results - CVE
A cross-site request forgery (CSRF) vulnerability in Jenkins Storable Configs Plugin 1.0 and earlier allows attackers to have Jenkins parse a local XML...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@brettcave thank you for your help with bugzilla entry. 2.7.4 is the version here; and 2.8.0 includes fixed default settings.
FWTW this is related to http://www.cvedetails.com/cve/CVE-2016-3720