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 initdeviceprocs defined for the device that uses it as a prototype that depends upon the number of bits per pixel. For bpp > 64, memxdevice is used and does not have an initdeviceprocs 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.
{
"availability": "No subscription required",
"binaries": [
{
"binary_version": "9.55.0~dfsg1-0ubuntu5.1",
"binary_name": "ghostscript"
},
{
"binary_version": "9.55.0~dfsg1-0ubuntu5.1",
"binary_name": "ghostscript-x"
},
{
"binary_version": "9.55.0~dfsg1-0ubuntu5.1",
"binary_name": "libgs-dev"
},
{
"binary_version": "9.55.0~dfsg1-0ubuntu5.1",
"binary_name": "libgs9"
},
{
"binary_version": "9.55.0~dfsg1-0ubuntu5.1",
"binary_name": "libgs9-common"
}
]
}