kernel decompression is unbounded #8

Open
opened 2026-05-19 13:30:11 +00:00 by rc · 0 comments
Owner

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.

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.
rc changed title from gpt: kernel decompression is unbounded to kernel decompression is unbounded 2026-05-22 16:26:12 +00:00
Sign in to join this conversation.
No labels
highprio
lowprio
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rc/vmz#8
No description provided.