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
N/A
Vulnerability Description
Off-by-one error in ICC profile chunk handling in the png_set_iCCP function in pngset.c in libpng before 1.2.22 beta1 allows remote attackers to cause a denial of service (crash) via a crafted PNG image, due to an incorrect fix for CVE-2007-5266.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
Libpng库ICC配置文件 'pngset.c'文件块单字节错误拒绝服务漏洞
Vulnerability Description
libpng是多种应用程序使用的解析PNG图象格式的库。 libpng库在处理ICC配置文件块时存在缓冲区长度计算错误,远程攻击者可能利用此漏洞导致使用了此程序库的应用程序崩溃。 在pngset.c文件的687-693行png_set_iCCP()函数中: 688 new_iccp_name =3D (png_charp)png_malloc_warn(png_ptr, png_strlen(name)+1); ... 694 png_strncpy(new_iccp_name, name, png_si
CVSS Information
N/A
Vulnerability Type
N/A