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

Are these false positives? #2184

Closed
Nriver opened this issue Sep 6, 2019 · 4 comments
Closed

Are these false positives? #2184

Nriver opened this issue Sep 6, 2019 · 4 comments
Labels

Comments

@Nriver
Copy link

Nriver commented Sep 6, 2019

https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.8.11.4
cpe:2.3:a:fasterxml:jackson:2.8.11.4:*:*:*:*:*:*:*
cpe:2.3:a:fasterxml:jackson-databind:2.8.11.4:*:*:*:*:*:*:*

https://mvnrepository.com/artifact/org.apache.struts/struts2-core/2.3.37
cpe:2.3:a:apache:struts:2.3.37:*:*:*:*:*:*:*

On maven repo, the developer seems to be maintainting multiple branches at the same time. I find that these old branches got updates as the latest one does(according to the date). I think they have fixed the vulnerabilities for them.

@Nriver Nriver added the question label Sep 6, 2019
@mprins
Copy link
Contributor

mprins commented Sep 6, 2019

you are unclear for which vulnerability a false positive is reported,

eg. CVE-2019-14379 is fixed in 2.8.11.4 according to FasterXML/jackson-databind#2387 and https://nvd.nist.gov/vuln/detail/CVE-2019-14379

@Nriver
Copy link
Author

Nriver commented Sep 6, 2019

struts2-core 2.3.37 reported CVE-2018-1327.
While jackson-databind 2.8.11.4 reported the following 9 vulnerabilities:
CVE-2018-1000873
CVE-2018-14719
CVE-2018-14720
CVE-2018-14721
CVE-2018-19360
CVE-2018-19361
CVE-2018-19362
CVE-2019-12086
CVE-2019-12814

@aikebah
Copy link
Collaborator

aikebah commented Sep 14, 2019

CVE-2018-1327 is a FP for struts2-core, as it is a vulnerabiltiy in struts2-rest-plugin; both share the same cpe at NVD.

CVE-2018-1000873 is not a FP according to NVD analysis report. It reports all versions up to excluding 2.9.8 as vulnerable.

CVE-2018-14719 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2018-14720 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2018-14721 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2018-19360 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2018-19361 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2018-19362 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2019-12086 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis
CVE-2019-12814 is a FP, for 2.8.x only 2.8.0 up to excluding 2.8.11.3 are vulnerable according to NVD analysis

@aikebah
Copy link
Collaborator

aikebah commented Sep 14, 2019

@Nriver Note that CVE-2018-1000873 is indicated as a won't fix for 2.8.x in the corresponding jackson github issue. So upgrading that library to 2.9.8+ is the only solution for that CVE.

@lock lock bot locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants