Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
OpenImageIO: JPEG2000 (OpenJPH) signed integer overflow in buffer allocation
Vulnerability Description
OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, jpeg2000input.cpp:395 computes buffer size as const int bufsize = w * h * ch * buffer_bpp using signed 32-bit arithmetic. When the product exceeds INT_MAX, the result wraps to 0 or a small value. m_buf.resize() allocates an undersized buffer, and subsequent pixel write loops cause heap overflow. Conditional on USE_OPENJPH build flag. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.
CVSS Information
N/A
Vulnerability Type
整数溢出或超界折返
Vulnerability Title
OpenImageIO 输入验证错误漏洞
Vulnerability Description
OpenImageIO是OpenImageIO开源的一个图像处理库。具有易于使用的界面和大量受支持的图像格式。 OpenImageIO 3.0.18.0之前版本和3.1.13.0之前版本存在输入验证错误漏洞,该漏洞源于jpeg2000input.cpp中缓冲区大小计算使用有符号32位算术,乘积超过INT_MAX时导致整数溢出,分配不足的缓冲区,造成堆溢出。
CVSS Information
N/A
Vulnerability Type
N/A