Skip to content

Conversation

@liuw
Copy link
Member

@liuw liuw commented Aug 14, 2024

The index is derived from the access offset, so it is controlled by the guest. Check it before accessing internal data structures.

Since Rust enforces strict bound check even in release builds, the VMM process will crash if the guest misbehaves. There is no security issue since the guest can only DoS itself.

The index is derived from the access offset, so it is controlled by the
guest. Check it before accessing internal data structures.

Since Rust enforces strict bound check even in release builds, the VMM
process will crash if the guest misbehaves. There is no security issue
since the guest can only DoS itself.

Signed-off-by: Wei Liu <[email protected]>
@liuw liuw requested a review from a team as a code owner August 14, 2024 04:50
@rbradford rbradford added this pull request to the merge queue Aug 14, 2024
Merged via the queue into cloud-hypervisor:main with commit 78a3001 Aug 14, 2024
@liuw liuw deleted the msix branch August 14, 2024 16:26
@rbradford rbradford added the bug-fix Bug fix to include in release notes label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix Bug fix to include in release notes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants