cvelist/2021/26xxx/CVE-2021-26707.json

77 lines
2.7 KiB
JSON
Raw Normal View History

2021-02-05 14:00:41 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2021-06-02 15:00:48 +00:00
"ID": "CVE-2021-26707",
"STATE": "PUBLIC"
2021-02-05 14:00:41 +00:00
},
2021-06-02 15:00:48 +00:00
"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",
2021-02-05 14:00:41 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-06-02 15:00:48 +00:00
"value": "The merge-deep library before 3.0.3 for Node.js can be tricked into overwriting properties of Object.prototype or adding new properties to it. These properties are then inherited by every object in the program, thus facilitating prototype-pollution attacks against applications using this library."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.npmjs.com/package/merge-deep",
"refsource": "MISC",
"name": "https://www.npmjs.com/package/merge-deep"
},
{
"url": "https://github.com/jonschlinkert/merge-deep/commit/11e5dd56de8a6aed0b1ed022089dbce6968d82a5",
"refsource": "MISC",
"name": "https://github.com/jonschlinkert/merge-deep/commit/11e5dd56de8a6aed0b1ed022089dbce6968d82a5"
},
{
"refsource": "MISC",
"name": "https://securitylab.github.com/advisories/GHSL-2020-160-merge-deep/",
"url": "https://securitylab.github.com/advisories/GHSL-2020-160-merge-deep/"
2021-07-16 11:00:54 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20210716-0008/",
"url": "https://security.netapp.com/advisory/ntap-20210716-0008/"
2021-02-05 14:00:41 +00:00
}
]
}
}