mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-27 14:32:30 +02:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
### [CVE-2020-9296](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9296)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Netflix Titus uses Java Bean Validation (JSR 380) custom constraint validators. When building custom constraint violation error messages, different types of interpolation are supported, including Java EL expressions. If an attacker can inject arbitrary data in the error message template being passed to ConstraintValidatorContext.buildConstraintViolationWithTemplate() argument, they will be able to run arbitrary Java code.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/HimmelAward/Goby_POC
|
|
- https://github.com/Live-Hack-CVE/CVE-2020-9296
|
|
- https://github.com/Z0fhack/Goby_POC
|
|
- https://github.com/blirp/postnr
|
|
- https://github.com/blirp/postnr-sb
|
|
|