cvelist/2022/38xxx/CVE-2022-38216.json
2022-08-15 16:53:49 -07:00

65 lines
1.5 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "cve-assign@fb.com",
"DATE_ASSIGNED": "2022-08-12",
"ID": "CVE-2022-38216",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mapbox",
"product": {
"product_data": [
{
"product_name": "Mapbox",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "10.6.1"
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An integer overflow exists in Mapbox's closed source gl-native library prior to version 10.6.1, which is bundled with multiple Mapbox products including open source libraries. The overflow is caused by large image height and width values when creating a new Image and allows for out of bounds writes, potentially crashing the Mapbox process."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Integer Overflow (CWE-190), Out-of-bounds Write (CWE-787)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://github.com/mapbox/mapbox-maps-android/releases/tag/android-v10.6.1",
"url": "https://github.com/mapbox/mapbox-maps-android/releases/tag/android-v10.6.1"
}
]
}
}