Lucene search
+L

54 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.5 views

SUSE CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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...

7.5CVSS9.4AI score0.01566EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.6 views

SUSE CVE-2021-28878

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS9.4AI score0.01997EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.5 views

SUSE CVE-2021-28877

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked 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...

7.5CVSS7.2AI score0.01387EPSS
Exploits0References3
Fedora
Fedora
added 2023/02/02 2:19 a.m.24 views

[SECURITY] Fedora 37 Update: mingw-opusfile-0.12-9.fc37

libopusfile provides a high-level API for decoding and seeking within .opus files. It includes: Support for all files with at least one Opus stream including multichannel files or Ogg files where Opus is muxed with something else. Full support, including seeking, for chained files. A simple stere...

7.8CVSS7.6AI score0.00395EPSS
Exploits1
CNNVD
CNNVD
added 2022/05/01 12:0 a.m.8 views

NanoHTTPD 安全漏洞

NanoHTTPD is a lightweight HTTP server designed to be embedded in other applications, released under a modified BSD license. An information disclosure vulnerability exists in all versions of the NanoHTTPD package. The vulnerability stems from the fact that when an HTTP request body is parsed in a...

5.5CVSS5.8AI score0.00289EPSS
Exploits0References4
NVD
NVD
added 2022/02/25 7:15 p.m.41 views

CVE-2021-22437

There is a software integer overflow leading to a TOCTOU condition in smartphones. Successful exploitation of this vulnerability may cause random address access...

7CVSS0.00158EPSS
Exploits0References1
OSV
OSV
added 2022/02/24 7:15 p.m.5 views

CVE-2020-14480

Due to usernames/passwords being stored in plaintext in Random Access Memory RAM, a local, authenticated attacker could gain access to certain credentials, including Windows Logon credentials...

5.5CVSS6.1AI score0.00273EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2021/08/25 8:52 p.m.31 views

Out of bounds read in bra

Buffered Random Access BRA provides easy random memory access to a sequential source of data in Rust. This is achieved by greedily retaining all memory read from a given source. Buffered Random Access BRA provides easy random memory access to a sequential source of data in Rust. An issue was...

9.1CVSS3.3AI score0.01642EPSS
Exploits1References5Affected Software1
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.8 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.5 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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...

5.3CVSS5.8AI score0.01566EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.7 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked 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...

7.5CVSS5.8AI score0.01387EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.6 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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...

5.3CVSS5.8AI score0.01566EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.6 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked 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...

7.5CVSS5.8AI score0.01387EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.5 views

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.

...

7.5CVSS7AI score0.01387EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.7 views

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.

...

5.3CVSS7AI score0.01566EPSS
Exploits1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.6 views

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.

...

7.5CVSS7AI score0.01997EPSS
Exploits1
OSV
OSV
added 2021/04/11 8:15 p.m.3 views

DEBIAN-CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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...

5.3CVSS6.5AI score0.01566EPSS
Exploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.4 views

DEBIAN-CVE-2021-28878

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS7.6AI score0.01997EPSS
Exploits1References1
OSV
OSV
added 2021/04/11 8:15 p.m.14 views

UBUNTU-CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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...

5.3CVSS6.8AI score0.01566EPSS
Exploits1References4
Rows per page
Query Builder