Skip to content

Instantly share code, notes, and snippets.

@kittener
Created January 27, 2026 02:35
Show Gist options
  • Select an option

  • Save kittener/fbfdb9b5610c6b3db0d5dea045a07c60 to your computer and use it in GitHub Desktop.

Select an option

Save kittener/fbfdb9b5610c6b3db0d5dea045a07c60 to your computer and use it in GitHub Desktop.
CVE-2025-28162
[CVE ID]
CVE-2025-28162
[PRODUCT]
libpng 1.6.43-1.6.46
[VERSION]
libpng 1.6.43-1.6.46
[PROGRAM TYPE]
Memory leak
[DESCRIPTION]
While running pngimage tests with AddressSanitizer (ASan), memory leaks were detected in read_png() during calls to png_create_read_struct() and png_create_info_struct(). The leaked memory is allocated in png_malloc_base() but never freed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment