There is a vulnerability in htmldoc 1.9.16. In...
Moderate severity
Unreviewed
Published
May 10, 2022
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
May 9, 2022
Published to the GitHub Advisory Database
May 10, 2022
Last updated
Feb 1, 2023
There is a vulnerability in htmldoc 1.9.16. In image_load_jpeg function image.cxx when it calls malloc,'img->width' and 'img->height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer overflow/Address boundary error in the jpeg_read_scanlines function.
References