CVE-2020-36317 log
Source |
|
Severity | Medium |
Remote | Yes |
Type | Incorrect calculation |
Description | In the standard library in Rust before 1.49.0, String::retain() function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the same string. |
Group | Package | Affected | Fixed | Severity | Status | Ticket |
---|---|---|---|---|---|---|
AVG-1804 | rust | 1:1.48.0-1 | 1:1.49.0-1 | Medium | Fixed |
References |
---|
https://github.com/rust-lang/rust/issues/78498 https://github.com/rust-lang/rust/pull/78499 https://github.com/rust-lang/rust/commit/48c4afbf9c29880dd946067d1c9aee1e7f75834a |