cve/2023/CVE-2023-1436.md

18 lines
756 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-1436](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1436)
![](https://img.shields.io/static/v1?label=Product&message=jettison&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.5.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-674%20Uncontrolled%20Recursion&color=brighgreen)
### Description
An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.
### POC
#### Reference
- https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/
#### Github
No PoCs found on GitHub currently.