Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that defaults for XMLInputFactory have expansion of external parsed general entities disabled [CVE-2016-3720] #190

Closed
cowtowncoder opened this issue Apr 14, 2016 · 6 comments
Labels
cve Issues related to public CVEs (security vuln reports)
Milestone

Comments

@cowtowncoder
Copy link
Member

To reduce likelihood of malicious XXE, let's ensure that XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES is disabled by default when instantiate by Jackson.

@astellingwerf
Copy link

Will you update the corresponding entry in the NVD with fix versions?

@cowtowncoder
Copy link
Member Author

@astellingwerf I had nothing to do with filing CVEs in question nor have access. I have tried contacting Red Hat and we'll see where that leads. If anyone has contacts to follow up with that would be helpful.

@brettcave
Copy link

Have also followed up with RH via their ticket that filed the vulnerability - https://bugzilla.redhat.com/show_bug.cgi?id=1328427
It may be due to the ticket status still showing as NEW and need a resolution and/or re-testing.

@cowtowncoder
Copy link
Member Author

@brettcave thank you for your help with bugzilla entry. 2.7.4 is the version here; and 2.8.0 includes fixed default settings.

@brettcave
Copy link

Thanks @cowtowncoder . Both 2.7.4 and 2.8.0 still fail CVE / OWASP checks as the database needs to be updated, waiting on RH to update it, assuming it was logged based on their bugzilla issue.

@cowtowncoder
Copy link
Member Author

FWTW this is related to http://www.cvedetails.com/cve/CVE-2016-3720

@cowtowncoder cowtowncoder changed the title Ensure that defaults for XMLInputFactory have expansion of external parsed general entities disabled Ensure that defaults for XMLInputFactory have expansion of external parsed general entities disabled [CVE-2016-3720] Oct 22, 2022
@cowtowncoder cowtowncoder added the cve Issues related to public CVEs (security vuln reports) label Oct 22, 2022
cowtowncoder added a commit that referenced this issue Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cve Issues related to public CVEs (security vuln reports)
Projects
None yet
Development

No branches or pull requests

3 participants