ALT-PU-2022-4214-1
Package rust updated to version 1.59.0-alt0.1.mips1 for branch sisyphus_mipsel.
Closed vulnerabilities
BDU:2021-05328
Уязвимость двунаправленного алгоритма в реализации стандарта Unicode, связанная с ошибками при генерации кода, позволяющая нарушителю выполнить произвольный код
BDU:2022-01689
Уязвимость компонента library/std/src/net/parser.rs языка программирования Rust, позволяющая нарушителю нарушить целостность данных, а также вызвать отказ в обслуживании
BDU:2022-05167
Уязвимость функции std::fs::remove_dir_all языка программирования Rust, позволяющая нарушителю удалить произвольные системные файлы и каталоги
Modified: 2024-11-21
CVE-2020-36317
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.
Modified: 2024-11-21
CVE-2020-36323
In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed (or the program to crash) if the borrowed string changes after its length is checked.
- https://github.com/rust-lang/rust/issues/80335
- https://github.com/rust-lang/rust/issues/80335
- https://github.com/rust-lang/rust/pull/81728
- https://github.com/rust-lang/rust/pull/81728
- https://github.com/rust-lang/rust/pull/81728#issuecomment-821549174
- https://github.com/rust-lang/rust/pull/81728#issuecomment-821549174
- https://github.com/rust-lang/rust/pull/81728#issuecomment-824904190
- https://github.com/rust-lang/rust/pull/81728#issuecomment-824904190
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d7f74f0250
- FEDORA-2021-d7f74f0250
- FEDORA-2021-b1ba54add6
- FEDORA-2021-b1ba54add6
Modified: 2024-11-21
CVE-2021-28875
In the standard library in Rust before 1.50.0, read_to_end() does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow.
Modified: 2024-11-21
CVE-2021-28876
In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls __iterator_get_unchecked() more than once for the same index when the underlying iterator panics (in certain conditions). This bug could lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.
- https://github.com/rust-lang/rust/issues/81740
- https://github.com/rust-lang/rust/issues/81740
- https://github.com/rust-lang/rust/pull/81741
- https://github.com/rust-lang/rust/pull/81741
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d7f74f0250
- FEDORA-2021-d7f74f0250
- FEDORA-2021-b1ba54add6
- FEDORA-2021-b1ba54add6
- GLSA-202210-09
- GLSA-202210-09
Modified: 2024-11-21
CVE-2021-28877
In the standard library in Rust before 1.51.0, the Zip implementation calls __iterator_get_unchecked() for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.
Modified: 2024-11-21
CVE-2021-28878
In the standard library in Rust before 1.52.0, the Zip implementation calls __iterator_get_unchecked() more than once for the same index (under certain conditions) when next_back() and next() are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.
- https://github.com/rust-lang/rust/issues/82291
- https://github.com/rust-lang/rust/issues/82291
- https://github.com/rust-lang/rust/pull/82292
- https://github.com/rust-lang/rust/pull/82292
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d7f74f0250
- FEDORA-2021-d7f74f0250
- FEDORA-2021-b1ba54add6
- FEDORA-2021-b1ba54add6
- GLSA-202210-09
- GLSA-202210-09
Modified: 2024-11-21
CVE-2021-28879
In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again.
- https://github.com/rust-lang/rust/issues/82282
- https://github.com/rust-lang/rust/issues/82282
- https://github.com/rust-lang/rust/pull/82289
- https://github.com/rust-lang/rust/pull/82289
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d7f74f0250
- FEDORA-2021-d7f74f0250
- FEDORA-2021-b1ba54add6
- FEDORA-2021-b1ba54add6
- GLSA-202210-09
- GLSA-202210-09
Modified: 2024-11-21
CVE-2021-29922
library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which (in some situations) allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation.
- https://defcon.org/html/defcon-29/dc-29-speakers.html#kaoudis
- https://defcon.org/html/defcon-29/dc-29-speakers.html#kaoudis
- https://doc.rust-lang.org/beta/std/net/struct.Ipv4Addr.html
- https://doc.rust-lang.org/beta/std/net/struct.Ipv4Addr.html
- https://github.com/rust-lang/rust/issues/83648
- https://github.com/rust-lang/rust/issues/83648
- https://github.com/rust-lang/rust/pull/83652
- https://github.com/rust-lang/rust/pull/83652
- https://github.com/sickcodes/security/blob/master/advisories/SICK-2021-015.md
- https://github.com/sickcodes/security/blob/master/advisories/SICK-2021-015.md
- GLSA-202210-09
- GLSA-202210-09
Modified: 2024-11-21
CVE-2021-31162
In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics.
- https://github.com/rust-lang/rust/issues/83618
- https://github.com/rust-lang/rust/issues/83618
- https://github.com/rust-lang/rust/pull/83629
- https://github.com/rust-lang/rust/pull/83629
- https://github.com/rust-lang/rust/pull/84603
- https://github.com/rust-lang/rust/pull/84603
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d0ba1901ca
- FEDORA-2021-d7f74f0250
- FEDORA-2021-d7f74f0250
- FEDORA-2021-b1ba54add6
- FEDORA-2021-b1ba54add6
- GLSA-202210-09
- GLSA-202210-09
Modified: 2024-11-21
CVE-2021-42574
An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm.
- [oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code
- [oss-security] 20211101 Trojan Source Attacks
- [oss-security] 20211101 Trojan Source Attacks
- [oss-security] 20211102 Re: Trojan Source Attacks
- [oss-security] 20211102 Re: Trojan Source Attacks
- http://www.unicode.org/versions/Unicode14.0.0/
- http://www.unicode.org/versions/Unicode14.0.0/
- FEDORA-2021-443139f67c
- FEDORA-2021-443139f67c
- FEDORA-2021-7ad3a01f6a
- FEDORA-2021-7ad3a01f6a
- FEDORA-2021-0578e23912
- FEDORA-2021-0578e23912
- GLSA-202210-09
- GLSA-202210-09
- https://trojansource.codes
- https://trojansource.codes
- VU#999008
- VU#999008
- https://www.scyon.nl/post/trojans-in-your-source-code
- https://www.scyon.nl/post/trojans-in-your-source-code
- https://www.starwindsoftware.com/security/sw-20220804-0002/
- https://www.starwindsoftware.com/security/sw-20220804-0002/
- https://www.unicode.org/reports/tr31/
- https://www.unicode.org/reports/tr31/
- https://www.unicode.org/reports/tr36/
- https://www.unicode.org/reports/tr36/
- https://www.unicode.org/reports/tr39/
- https://www.unicode.org/reports/tr39/
- https://www.unicode.org/reports/tr9/tr9-44.html#HL4
- https://www.unicode.org/reports/tr9/tr9-44.html#HL4
Modified: 2024-11-21
CVE-2022-21658
Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn't otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don't have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions.
- https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html
- https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html
- https://github.com/rust-lang/rust/pull/93110
- https://github.com/rust-lang/rust/pull/93110
- https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946
- https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946
- https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf
- https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf
- https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714
- https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714
- https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2
- https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2
- FEDORA-2022-06569a0a60
- FEDORA-2022-06569a0a60
- FEDORA-2022-1bafa3fc91
- FEDORA-2022-1bafa3fc91
- FEDORA-2022-2c73789458
- FEDORA-2022-2c73789458
- FEDORA-2022-1b76e3a192
- FEDORA-2022-1b76e3a192
- GLSA-202210-09
- GLSA-202210-09
- https://support.apple.com/kb/HT213182
- https://support.apple.com/kb/HT213182
- https://support.apple.com/kb/HT213183
- https://support.apple.com/kb/HT213183
- https://support.apple.com/kb/HT213186
- https://support.apple.com/kb/HT213186
- https://support.apple.com/kb/HT213193
- https://support.apple.com/kb/HT213193
Closed bugs
rustc использует LLVM11, не смотря на BR
cargo vendor is broken