Created
January 27, 2026 02:35
-
-
Save kittener/fbfdb9b5610c6b3db0d5dea045a07c60 to your computer and use it in GitHub Desktop.
CVE-2025-28162
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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