hermit-os/uhyve

Verify that null-terminated strings in the hypercall don't leak non-vm memory

Open

#1,459 opened on Aug 19, 2026

 (0 comments) (0 reactions) (0 assignees)Rust (35 forks)auto 404
good first issue

Repository metrics

Stars
 (293 stars)
PR merge metrics
 (Avg merge 15h 22m) (29 merged PRs in 30d)

Description

Likely fix: in fn decode_guest_path check that the length of the CStr + the path start address does not exceed the memory.

Originally posted by @jounathaen in https://github.com/hermit-os/uhyve/pull/1456#discussion_r3812358307

Contributor guide