[GHSA-5m48-vr54-vmh3] jersey: XXE via parameter entities not disabled by the... #5735
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
Comments
I based CVSS score on existing XXE examples I found
This one isn't super obvious, but I think I figured it out
Because it's an older version, here's the Maven entry for this
https://central.sonatype.com/artifact/com.sun.jersey/jersey-core
The CVE has no usable details. But the Red Hat bug specifies it's fixed in 1.13 (without any supporting evidence)
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-3643
This version is also noted on this site
https://www.sourceclear.com/vulnerability-database/security/xml-external-entity-xxe/java/sid-22175
That site links to this patch
javaee/jersey-1.x@49f1e5a
Which is in version 1.13, and is the only XXE patch I could find in that source tree in the neighborhood of 2014 (the patch is from 2012 as is version 1.13)