Multiple integer overflow and buffer overflow issues were discovered in spice-client's handling of LZ compressed frames. A malicious server could cause the client to crash or, potentially, execute arbitrary code.
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
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://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10893 | issue tracking third party advisory patch |
https://lists.freedesktop.org/archives/spice-devel/2018-July/044489.html | mailing list third party advisory patch |
https://access.redhat.com/errata/RHSA-2019:2229 | vendor advisory |
https://access.redhat.com/errata/RHSA-2020:0471 | vendor advisory |