7.5
CVE-2024-27454
- EPSS 1.19%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 18.09.2025 16:23:58
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
orjson.loads in orjson before 3.9.15 does not limit recursion for deeply nested JSON documents.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 1.19% | 0.638 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| cve@mitre.org | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-674 Uncontrolled Recursion
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
https://github.com/ijl/orjson/blob/master/CHANGELOG.md#3915
https://github.com/ijl/orjson/commit/b0e4d2c06ce06c6e63981bf0276e4b7c74e5845e
https://github.com/ijl/orjson/issues/458
https://monicz.dev/CVE-2024-27454