cvelist/2021/23xxx/CVE-2021-23975.json

72 lines
2.4 KiB
JSON
Raw Normal View History

2021-01-13 18:02:39 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-23975",
2021-02-26 02:00:41 +00:00
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mozilla",
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_value": "< 86"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "about:memory Measure function caused an incorrect pointer operation"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.mozilla.org/security/advisories/mfsa2021-07/",
"refsource": "MISC",
"name": "https://www.mozilla.org/security/advisories/mfsa2021-07/"
},
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1685145",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1685145"
2021-05-01 02:00:50 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-202104-10",
"url": "https://security.gentoo.org/glsa/202104-10"
2021-02-26 02:00:41 +00:00
}
]
2021-01-13 18:02:39 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-02-26 02:00:41 +00:00
"value": "The developer page about:memory has a Measure function for exploring what object types the browser has allocated and their sizes. When this function was invoked we incorrectly called the sizeof function, instead of using the API method that checks for invalid pointers. This vulnerability affects Firefox < 86."
2021-01-13 18:02:39 +00:00
}
]
}
}