kernel decompression is unbounded #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The compressed vmlinuz read is capped, but unpackKernel streams gzip output into an unbounded allocating writer. A corrupt or hostile payload can expand until memory exhaustion. Apply an output limit here too, ideally separate from the compressed download limit.
gpt: kernel decompression is unboundedto kernel decompression is unbounded