mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 15:11:34 +02:00
18 lines
783 B
Markdown
18 lines
783 B
Markdown
### [CVE-2020-27196](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27196)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in PlayJava in Play Framework 2.6.0 through 2.8.2. The body parsing of HTTP requests eagerly parses a payload given a Content-Type header. A deep JSON structure sent to a valid POST endpoint (that may or may not expect JSON payloads) causes a StackOverflowError and Denial of Service.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.playframework.com/security/vulnerability
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|