cancel
Showing results for 
Search instead for 
Did you mean: 
Nithisha
Community Manager Community Manager
Community Manager

Summary

 

LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. The `trans_alpha` aliasing has been present, and the `palette` aliasing. Both affect all prior release lines `png_set_tRNS` sets `png_ptr->trans_alpha = info_ptr->trans_alpha` (256-byte buffer) and `png_set_PLTE` sets `info_ptr->palette = png_ptr->palette` (768-byte buffer). In both cases, calling `png_free_data` (with `PNG_FREE_TRNS` or `PNG_FREE_PLTE`) frees the buffer through `info_ptr` while the corresponding `png_ptr` pointer remains dangling. Subsequent row-transform functions dereference and, in some code paths, write to the freed memory. A second call to `png_set_tRNS` or `png_set_PLTE` has the same effect, because both functions call `png_free_data` internally before reallocating the `info_ptr` buffer.

Products not listed in the Impact Details section have not been evaluated.  Furthermore, products that have exceeded any software maintenance time periods are also not evaluated and will not be published.  Please consult End of Sale and End of Service Life - Extreme Networks for the EOL notices related to the product under question.

 

Products Potentially Affected

 None

 

Impact Details

 

OS/Product

Exposure

ExtremeCloud IQ - Site Engine (XIQ-SE)

Yes

 

Repair Recommendations

 

ExtremeCloud IQ - Site Engine (XIQ-SE):

  • Fixed in 26.6.11 or later.

Please see the full Security Advisory here for more details and future updates.

 

GTM-P2G8KFN