cve/2017/CVE-2017-7536.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-7536](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7536)
![](https://img.shields.io/static/v1?label=Product&message=hibernate-validator&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-592&color=brighgreen)
### Description
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().
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ilmari666/cybsec
- https://github.com/securityranjan/vulnapp
- https://github.com/singhkranjan/vulnapp
- https://github.com/surajbabar/dependency-demo-app