cve/2023/CVE-2023-5072.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-5072](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-5072)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2024-05-28 08:49:17 +00:00
![](https://img.shields.io/static/v1?label=Version&message=0%3C%3D%2020230618%20&color=brighgreen)
2024-05-25 21:48:12 +02:00
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-770%20Allocation%20of%20Resources%20Without%20Limits%20or%20Throttling&color=brighgreen)
### Description
2024-05-28 08:49:17 +00:00
Denial of Service in JSON-Java versions up to and including 20230618.  A bug in the parser means that an input string of modest size can lead to indefinite amounts of memory being used.
2024-05-25 21:48:12 +02:00
### POC
#### Reference
- https://github.com/stleary/JSON-java/issues/758
#### Github
- https://github.com/chainguard-dev/pombump
2024-05-28 08:49:17 +00:00
- https://github.com/hinat0y/Dataset1
- https://github.com/hinat0y/Dataset10
- https://github.com/hinat0y/Dataset11
- https://github.com/hinat0y/Dataset12
- https://github.com/hinat0y/Dataset2
- https://github.com/hinat0y/Dataset3
- https://github.com/hinat0y/Dataset4
- https://github.com/hinat0y/Dataset5
- https://github.com/hinat0y/Dataset6
- https://github.com/hinat0y/Dataset7
- https://github.com/hinat0y/Dataset8
- https://github.com/hinat0y/Dataset9
2024-05-25 21:48:12 +02:00
- https://github.com/vaikas/pombump
2024-08-05 18:41:32 +00:00
- https://github.com/ytono/gcp-arcade
2024-05-25 21:48:12 +02:00