mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25791 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25792 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25793 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25794 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25795 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25796
22 lines
724 B
TOML
22 lines
724 B
TOML
[advisory]
|
|
id = "RUSTSEC-2020-0041"
|
|
aliases = ["CVE-2020-25791", "CVE-2020-25792", "CVE-2020-25793", "CVE-2020-25794", "CVE-2020-25795", "CVE-2020-25796"]
|
|
package = "sized-chunks"
|
|
date = "2020-09-06"
|
|
title = "Multiple soundness issues in Chunk and InlineArray"
|
|
url = "https://github.com/bodil/sized-chunks/issues/11"
|
|
description = """
|
|
Chunk:
|
|
|
|
* Array size is not checked when constructed with `unit()` and `pair()`.
|
|
* Array size is not checked when constructed with `From<InlineArray<A, T>>`.
|
|
* `Clone` and `insert_from` are not panic-safe; A panicking iterator causes memory safety issues with them.
|
|
|
|
InlineArray:
|
|
|
|
* Generates unaligned references for types with a large alignment requirement.
|
|
"""
|
|
|
|
[versions]
|
|
patched = []
|