Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions crates/wren_rust/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "wren_rust"
date = "2025-05-06"
informational = "unsound"
url = "https://docs.rs/wren_rust"
categories = ["memory-corruption"]

[affected.functions]
"wren_rust::macros::_default_realloc" = ["<= 0.1.3"]

[versions]
patched = []
unaffected = []
```

# soundness issue and unmaintained
`wren_rust::macros::_default_realloc()` lacks sufficient checks to it pointer parameter which passed into `free` and `realloc`

`wren_rust` is unmaintained.