Lucene search
+L

249 matches found

OSV
OSV
•added 2025/08/14 12:00 p.m.•9 views

RUSTSEC-2025-0053 Multiple memory corruption vulnerabilities in safe APIs

The crate has the following vulnerabilities: - The public trait arenavec::common::AllocHandle allows the return of raw pointers through its methods allocate and allocateorextend. However, the trait is not marked as unsafe, meaning users of the crate may implement it under the assumption that the...

7.1AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/08/14 12:00 a.m.•7 views

PT-2025-34571 · Crates.Io · Scratchpad

The get and set methods of the public trait scratchpad::Tracking interact with unsafe code regions in the crate, and they influence the computation of addresses returned as raw pointers. However, the trait itself is not marked as unsafe, meaning users may provide custom implementations under the...

7.9AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/05/22 5:37 p.m.•14 views

CVE-2020-36454

An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak has an unconditional implementation of Send without trait bounds on T...

8.1CVSS6.9AI score0.00833EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 5:37 p.m.•13 views

CVE-2020-36456

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

8.1CVSS6.9AI score0.01098EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 4:39 p.m.•25 views

CVE-2020-36442

An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait...

8.1CVSS6.9AI score0.00766EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/05/22 3:49 p.m.•15 views

CVE-2020-36436

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

8.1CVSS6.9AI score0.00766EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/05/22 3:33 p.m.•13 views

CVE-2020-36444

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard without trait bounds on RC...

8.1CVSS6.9AI score0.00766EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/05/22 3:33 p.m.•18 views

CVE-2020-36204

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

4.7CVSS6.8AI score0.00332EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 3:33 p.m.•12 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS6.8AI score0.01619EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 3:32 p.m.•15 views

CVE-2020-36211

An issue was discovered in the gfwx crate before 0.3.0 for Rust. Because ImageChunkMut does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7CVSS7.1AI score0.00344EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 3:32 p.m.•11 views

CVE-2020-36217

An issue was discovered in the mayqueue crate through 2020-11-10 for Rust. Because Queue does not have bounds on its Send trait or Sync trait, memory corruption can occur...

5.9CVSS7.1AI score0.01112EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 3:31 p.m.•10 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS6.8AI score0.00833EPSS
SaveExploits1
Fedora
Fedora
•added 2025/04/21 4:47 p.m.•27 views

[SECURITY] Fedora 41 Update: rust-write16-1.0.0-1.fc41

A UTF-16 analog of the Write trait...

7.3AI score
SaveExploits0
Fedora
Fedora
•added 2025/04/21 4:47 p.m.•12 views

[SECURITY] Fedora 41 Update: rust-icu_provider-1.5.0-1.fc41

Trait and struct definitions for the ICU data provider...

7.4AI score
SaveExploits0
Fedora
Fedora
•added 2025/04/21 1:41 a.m.•17 views

[SECURITY] Fedora 40 Update: rust-write16-1.0.0-1.fc40

A UTF-16 analog of the Write trait...

7.3AI score
SaveExploits0
Fedora
Fedora
•added 2025/04/20 4:23 a.m.•16 views

[SECURITY] Fedora 42 Update: rust-write16-1.0.0-1.fc42

A UTF-16 analog of the Write trait...

7.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/03/04 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2021-28878

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.5CVSS7.2AI score0.01997EPSS
SaveExploits1References2
OSV
OSV
•added 2025/02/14 5:31 p.m.•15 views

GHSA-H7H7-6MX3-R89V Fyrox has unsound usages of `Vec::from_raw_parts`

The library provides a public safe API transmutevecasbytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer. In the issue, we develop a PoC to show...

7AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/02/14 12:00 a.m.•14 views

PT-2025-7252 · Fyrox · Fyrox

Name of the Vulnerable Software and Affected Versions: Fyrox versions prior to the latest version on the master branch Description: The issue arises from the transmute vec as bytes API, which incorrectly assumes that any generic type T has a stable layout. This can lead to uninitialized memory...

7.1AI score
SaveExploits0References6
RustSec
RustSec
•added 2024/12/19 12:00 p.m.•12 views

Unsound usages of `Vec::from_raw_parts`

The library provides a public safe API transmutevecasbytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer. In the issue, we develop a PoC to show...

7AI score
SaveExploits0Affected Software1
Rows per page
Query Builder