RUSTSEC-2021-0022
Dashboard / Vulnerabilities / RUSTSEC-2021-0022
RUSTSEC-2021-0022
Summary: Use-after-free in `subscript_next` and `subscript_prev` wrappers
Details: Affected versions of this crate had an unsound implementation which could pass a pointer to freed memory to `ydb_subscript_next_st` and `ydb_subscript_prev_st` if the variable and subscripts did not have enough memory allocated on the first call to hold the next variable in the database. For example, the following code had undefined behavior: ```rust let mut key = Key::variable(String::from("a")); Key::variable("averylongkeywithlotsofletters") .set_st(YDB_NOTTP, Vec::new(), b"some val") .unwrap(); key.sub_next_self_st(YDB_NOTTP, Vec::new()).unwrap(); ``` `yottadb` has no reverse-dependencies on crates.io and there are no known instances of this API being used incorrectly in practice. The fix is backwards compatible. The flaw was corrected by recalculating the pointer each time it was reallocated.
References: https://crates.io/crates/yottadb, https://rustsec.org/advisories/RUSTSEC-2021-0022.html, https://gitlab.com/YottaDB/Lang/YDBRust/-/issues/40
Affected packages
Package
Name: yottadb
Purl: pkg:cargo/yottadb
Affected ranges
Type: SEMVER
Events:
