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

False Negative for Hibernate Validator CVE-2014-3558 #534

Closed
albuch opened this issue Aug 2, 2016 · 3 comments
Closed

False Negative for Hibernate Validator CVE-2014-3558 #534

albuch opened this issue Aug 2, 2016 · 3 comments

Comments

@albuch
Copy link
Contributor

albuch commented Aug 2, 2016

False negative on library hibernate-validator-5.0.3.Final.jar - reported as cpe:/a:hibernate:hibernate_validator:5.0.3

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-validator</artifactId>
   <version>5.0.3.Final</version>
</dependency>

Should be reported as CVE-2014-3558.

Not sure though if the Vulnerable software and versions configuration at NVD is the issue.

@albuch albuch changed the title False Negative Hibernate Validator False Negative for Hibernate Validator CVE-2014-3558 Aug 2, 2016
@jeremylong
Copy link
Owner

This is an interesting false positive due to the data in the NVD entry. The only good solution I can think of is to parse the description to enhance the "x.x.x before x.x.x, x.x.x before x.x.x, ...". This is a somewhat common description so it may help make other CVEs more accurate.

@jeremylong
Copy link
Owner

The patches put in place resolve this issue. A longer term plan was opened as issue #646. Again, thanks for pointing this issue out.

@lock
Copy link

lock bot commented Sep 28, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

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

No branches or pull requests

2 participants