Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
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 |
---|---|
http://www.securityfocus.com/bid/105953 | third party advisory vdb entry |
https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html | patch mailing list third party advisory |
https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html | patch mailing list third party advisory |
http://www.openwall.com/lists/oss-security/2018/10/17/3 | third party advisory mailing list |