You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, libheif checks the ispe image size against the security limit. However, this does not catch the case when the ispe content is fake and not matching the encoded image data. We would have to pass the maximum image size to the decoder plugin and in each plugin check the compressed image size before actually starting the decoding. This is only possible if the decoding library supports this.
The text was updated successfully, but these errors were encountered:
Currently, libheif checks the
ispe
image size against the security limit. However, this does not catch the case when theispe
content is fake and not matching the encoded image data. We would have to pass the maximum image size to the decoder plugin and in each plugin check the compressed image size before actually starting the decoding. This is only possible if the decoding library supports this.The text was updated successfully, but these errors were encountered: