mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
573 B
573 B
[advisory]
id = "RUSTSEC-2025-0131"
package = "rtvm-interpreter"
date = "2025-10-31"
references = [
"https://crates.io/crates/rtvm-interpreter/4.0.0",
"https://docs.rs/rtvm-interpreter/latest/src/rtvm_interpreter/interpreter.rs.html",
]
informational = "unsound"
categories = ["memory-corruption"]
[affected.functions]
"rtvm_interpreter::Interpreter::program_counter" = ["<= 4.0.0"]
[versions]
patched = []
unaffected = []
Lack of sufficient checks in public API
The affected function is unsound due to insufficient checks on public struct field.