cvelist/2024/27xxx/CVE-2024-27454.json
2024-02-26 16:00:52 +00:00

91 lines
2.8 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2024-27454",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "orjson.loads in orjson before 3.9.15 does not limit recursion for deeply nested JSON documents."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/ijl/orjson/issues/458",
"refsource": "MISC",
"name": "https://github.com/ijl/orjson/issues/458"
},
{
"url": "https://github.com/ijl/orjson/commit/b0e4d2c06ce06c6e63981bf0276e4b7c74e5845e",
"refsource": "MISC",
"name": "https://github.com/ijl/orjson/commit/b0e4d2c06ce06c6e63981bf0276e4b7c74e5845e"
},
{
"url": "https://github.com/ijl/orjson/blob/master/CHANGELOG.md#3915",
"refsource": "MISC",
"name": "https://github.com/ijl/orjson/blob/master/CHANGELOG.md#3915"
},
{
"refsource": "MISC",
"name": "https://monicz.dev/CVE-2024-27454",
"url": "https://monicz.dev/CVE-2024-27454"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AC:L/AV:N/A:H/C:N/I:N/PR:N/S:U/UI:N",
"version": "3.1"
}
}
}