Files
advisory-db/crates/arr/RUSTSEC-2020-0034.toml
github-actions[bot] 9f4f703a7a Assigned RUSTSEC-2020-0034 to arr (#365)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-25 20:15:33 -04:00

17 lines
583 B
TOML

[advisory]
id = "RUSTSEC-2020-0034"
package = "arr"
date = "2020-08-25"
title = "Multiple security issues including data race, buffer overflow, and uninitialized memory drop"
url = "https://github.com/sjep/array/issues/1"
description = """
`arr` crate contains multiple security issues. Specifically,
1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary.
2. `Index` and `IndexMut` implementation does not check the array bound.
3. `Array::new_from_template()` drops uninitialized memory.
"""
[versions]
patched = []