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
Fixed an unchecked arithmetic operation that could cause
undefined behavior. Attempting to load a malformed ELF
kernel image which contains a large enough entry address
in the ELF header, or a valid ELF image at a large enough
offset in guest memory, can lead to arithmetic overflow,
causing the result to wrap around. The result is meant to
be used as the value for the instruction pointer where the
guest will start booting from. This can result in the guest
executing code from undefined locations in guest memory
when the vCPUs start.
Signed-off-by: Alexandra Iordache <[email protected]>
0 commit comments