VYPR

OpenEXR

by Google

CVEs (2)

  • CVE-2025-59732HigOct 6, 2025
    risk 0.57cvss epss 0.00

    When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at [0] and [1] will continue to write until the next multiple…

  • CVE-2025-59731MedOct 6, 2025
    risk 0.45cvss epss 0.00

    When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rle_raw_size from the input file at [0], we decompress and decode into the buffer…