You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.hibernate:hibernate-validator vulnerability found in pom.xml 21 hours ago
Remediation
Upgrade org.hibernate:hibernate-validator to version 4.3.4 or later. For example:
org.hibernate
hibernate-validator
[4.3.4,)
Always verify the validity and compatibility of suggestions with your codebase.
Details CVE-2017-7536
high severity
Vulnerable versions: < 4.3.4
Patched version: 4.3.4
In Hibernate Validator 5.2.x before 5.2.5 final, 5.3.x, and 5.4.x, it was found that when the security manager's reflective permissions, which allows it to access the private members of the class, are granted to Hibernate Validator, a potential privilege escalation can occur. By allowing the calling code to access those private members without the permission an attacker may be able to validate an invalid instance and access the private member value via ConstraintViolation#getInvalidValue().
The text was updated successfully, but these errors were encountered:
org.hibernate:hibernate-validator vulnerability found in pom.xml 21 hours ago
org.hibernate hibernate-validator [4.3.4,) Always verify the validity and compatibility of suggestions with your codebase.Remediation
Upgrade org.hibernate:hibernate-validator to version 4.3.4 or later. For example:
Details
CVE-2017-7536
high severity
Vulnerable versions: < 4.3.4
Patched version: 4.3.4
In Hibernate Validator 5.2.x before 5.2.5 final, 5.3.x, and 5.4.x, it was found that when the security manager's reflective permissions, which allows it to access the private members of the class, are granted to Hibernate Validator, a potential privilege escalation can occur. By allowing the calling code to access those private members without the permission an attacker may be able to validate an invalid instance and access the private member value via ConstraintViolation#getInvalidValue().
The text was updated successfully, but these errors were encountered: