"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-01-01 19:01:02 +00:00
parent a17cd61148
commit 08c86f20c7
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743

View File

@ -0,0 +1,72 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2021-45960",
"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": "In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function in xmlparse.c can lead to realloc misbehavior (e.g., allocating too few bytes, or only freeing memory)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/libexpat/libexpat/issues/531",
"refsource": "MISC",
"name": "https://github.com/libexpat/libexpat/issues/531"
},
{
"url": "https://github.com/libexpat/libexpat/pull/534",
"refsource": "MISC",
"name": "https://github.com/libexpat/libexpat/pull/534"
},
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217609",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217609"
}
]
}
}