In OpenJPEG 2.3.0, there is an integer overflow caused by an out-of-bounds left shift in the opj_j2k_setup_encoder function (openjp2/j2k.c). Remote attackers could leverage this vulnerability to cause a denial of service via a crafted bmp file.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://github.com/uclouvain/openjpeg/issues/1057 | issue tracking exploit third party advisory |
https://www.debian.org/security/2019/dsa-4405 | third party advisory vendor advisory |
https://usn.ubuntu.com/4109-1/ | third party advisory vendor advisory |