cvelist/2022/41xxx/CVE-2022-41714.json

68 lines
2.2 KiB
JSON
Raw Normal View History

2022-09-28 17:00:34 +00:00
{
2022-11-04 01:00:34 +00:00
"data_version": "4.0",
2022-09-28 17:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-41714",
2022-11-03 20:00:35 +00:00
"ASSIGNER": "help@fluidattacks.com",
"STATE": "PUBLIC"
},
2022-11-04 01:00:34 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "fastest-json-copy version 1.0.1 allows an external attacker to edit or add new properties to an object. This is possible because the application does not correctly validate the incoming JSON keys, thus allowing the '__proto__' property to be edited."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Prototype Pollution"
}
]
}
]
},
2022-11-03 20:00:35 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "fastest-json-copy",
"version": {
"version_data": [
{
2022-11-04 01:00:34 +00:00
"version_value": "1.0.1",
"version_affected": "="
2022-11-03 20:00:35 +00:00
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
2022-11-04 01:00:34 +00:00
"url": "https://fluidattacks.com/advisories/guetta/",
2022-11-03 20:00:35 +00:00
"refsource": "MISC",
2022-11-04 01:00:34 +00:00
"name": "https://fluidattacks.com/advisories/guetta/"
2022-11-03 20:00:35 +00:00
},
{
2022-11-04 01:00:34 +00:00
"url": "https://github.com/streamich/fastest-json-copy",
2022-11-03 20:00:35 +00:00
"refsource": "MISC",
2022-11-04 01:00:34 +00:00
"name": "https://github.com/streamich/fastest-json-copy"
2022-09-28 17:00:34 +00:00
}
]
}
}