cvelist/2022/2xxx/CVE-2022-2085.json

82 lines
3.2 KiB
JSON
Raw Normal View History

2022-06-15 05:01:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2085",
2022-06-16 18:01:36 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "GhostScript",
"version": {
"version_data": [
{
"version_value": "Affects in Ghostscript v9.55.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-476 - NULL Pointer Dereference"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugs.ghostscript.com/show_bug.cgi?id=704945",
"url": "https://bugs.ghostscript.com/show_bug.cgi?id=704945"
},
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2095261",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095261"
},
{
"refsource": "MISC",
"name": "http://git.ghostscript.com/?p=ghostpdl.git;h=ae1061d948d88667bdf51d47d918c4684d0f67df",
"url": "http://git.ghostscript.com/?p=ghostpdl.git;h=ae1061d948d88667bdf51d47d918c4684d0f67df"
2022-08-10 20:12:04 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-d287230630",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERSZX5LKDWAHZWJYBMP2E2UHOPUCDEGV/"
2022-11-22 06:00:33 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-202211-11",
"url": "https://security.gentoo.org/glsa/202211-11"
2022-06-16 18:01:36 +00:00
}
]
2022-06-15 05:01:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-06-16 18:01:36 +00:00
"value": "A NULL pointer dereference vulnerability was found in Ghostscript, which occurs when it tries to render a large number of bits in memory. When allocating a buffer device, it relies on an init_device_procs defined for the device that uses it as a prototype that depends upon the number of bits per pixel. For bpp > 64, mem_x_device is used and does not have an init_device_procs defined. This flaw allows an attacker to parse a large number of bits (more than 64 bits per pixel), which triggers a NULL pointer dereference flaw, causing an application to crash."
2022-06-15 05:01:33 +00:00
}
]
}
}