-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lucet-runtime-internals sigstack allocation vuln advisory
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
|
||
package = "lucet-runtime-internals" | ||
|
||
date = "2020-01-24" | ||
|
||
title = "sigstack allocation bug can cause memory corruption or leak" | ||
|
||
description = """ | ||
An embedding using affected versions of lucet-runtime configured to use | ||
non-default Wasm globals sizes of more than 4KiB, or compiled in debug mode | ||
without optimizations, could leak data from the signal handler stack to guest | ||
programs. This can potentially cause data from the embedding host to leak to | ||
guest programs or cause corruption of guest program memory. | ||
This flaw was resolved by correcting the sigstack allocation logic. | ||
""" | ||
|
||
patched_versions = ["< 0.5.0, >= 0.4.3", “>= 0.5.1”] | ||
|
||
url = "https://github.com/bytecodealliance/lucet/pull/401” | ||
|
||
categories = ["memory-corruption", "memory-exposure"] |