In libming 0.4.8, there is an integer overflow (caused by an out-of-range left shift) in the readUInt32 function (util/read.c). Remote attackers could leverage this vulnerability to cause a denial-of-service via a crafted swf 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://lists.debian.org/debian-lts-announce/2018/03/msg00008.html | third party advisory mailing list |
https://github.com/libming/libming/issues/98 | third party advisory |
https://security.gentoo.org/glsa/201904-24 | third party advisory vendor advisory |