diff options
| author | Kevin Wolf | 2018-03-14 17:46:38 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2018-03-21 15:13:25 +0100 |
| commit | b17a9054a0652a1481be48a6729e972abf02412f (patch) | |
| tree | e133947847afce6366b2ee2ede1059e08161b6f8 /include/exec/exec-all.h | |
| parent | Update version for v2.12.0-rc0 release (diff) | |
| download | qemu-b17a9054a0652a1481be48a6729e972abf02412f.tar.gz qemu-b17a9054a0652a1481be48a6729e972abf02412f.tar.xz qemu-b17a9054a0652a1481be48a6729e972abf02412f.zip | |
multiboot: Reject kernels exceeding the address space
The code path where mh_load_end_addr is non-zero in the Multiboot
header checks that mh_load_end_addr >= mh_load_addr and so
mb_load_size is checked. However, mb_load_size is not checked when
calculated from the file size, when mh_load_end_addr is 0.
If the kernel binary size is larger than can fit in the address space
after load_addr, we ended up with a kernel_size that is smaller than
load_size, which means that we read the file into a too small buffer.
Add a check to reject kernel files with such Multiboot headers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jack Schwartz <jack.schwartz@oracle.com>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
