Lucene search
K

19 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1696

Malware in sbrugna...

8.1CVSS7.9AI score0.00301EPSS
Exploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1874

Malware in sbrugna...

8.1CVSS7.9AI score0.00336EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1921

Malware in sbrugna...

7CVSS6.7AI score0.00058EPSS
Exploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1727

Malware in sbrugna...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 5:36 p.m.3 views

CVE-2020-36461

An issue was discovered in the noisesearch crate through 2020-12-10 for Rust. There are unconditional implementations of Send and Sync for MvccRwLock...

8.1CVSS6.9AI score0.00477EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 4:38 p.m.4 views

CVE-2020-36447

An issue was discovered in the v9 crate through 2020-12-18 for Rust. There is an unconditional implementation of Sync for SyncRef...

8.1CVSS6.9AI score0.00336EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 4:6 p.m.2 views

CVE-2020-36472

An issue was discovered in the max7301 crate before 0.2.0 for Rust. The ImmediateIO and TransactionalIO types implement Sync for all Expander types that they contain...

5.9CVSS6.8AI score0.0028EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:34 p.m.7 views

CVE-2020-36469

An issue was discovered in the appendix crate through 2020-11-15 for Rust. For the generic K and V type parameters, Send and Sync are implemented unconditionally...

5.9CVSS6.9AI score0.0028EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.7 views

CVE-2020-36453

An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue...

8.1CVSS6.9AI score0.00363EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.4 views

CVE-2020-36450

An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch...

8.1CVSS6.9AI score0.00513EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.3 views

CVE-2020-36446

An issue was discovered in the signal-simple crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for SyncChannel...

8.1CVSS6.9AI score0.00336EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/05/22 3:31 p.m.2 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.00301EPSS
Exploits1
OSV
OSV
added 2021/08/25 8:52 p.m.14 views

GHSA-GPPW-3H6H-V6Q2 Data race in internment

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS9.6AI score0.00433EPSS
Exploits0References4
OSV
OSV
added 2021/08/08 6:15 a.m.1 views

CVE-2020-36472

An issue was discovered in the max7301 crate before 0.2.0 for Rust. The ImmediateIO and TransactionalIO types implement Sync for all Expander types that they contain...

5.9CVSS6.2AI score
Exploits0References2
Cvelist
Cvelist
added 2021/08/08 5:14 a.m.13 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...

8AI score0.00301EPSS
Exploits1References2
CNVD
CNVD
added 2021/03/11 12:0 a.m.7 views

Unspecified Vulnerability in Rust (CNVD-2021-17257)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in internment crate before 0.4.2 for Rust, which stems from an unconditional implementation of Sync that results in memory-corrupted data contention. No detailed vulnerability...

9.8CVSS6.7AI score0.00433EPSS
Exploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.9 views

Memory corruption

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

7.5CVSS9.5AI score0.00433EPSS
Exploits0References1Affected Software1
RustSec
RustSec
added 2021/03/03 12:0 p.m.12 views

Intern<T>: Data race allowed on T

Affected versions of this crate unconditionally implements Sync for Intern. This allows users to create data race on T: !Sync, which may lead to undefined behavior for example, memory corruption. The flaw was corrected in commit 2928a87 by adding the trait bound T: Sync in the Sync impl of Intern...

9.8CVSS3.7AI score0.00433EPSS
Exploits0Affected Software1
OSV
OSV
added 2020/01/24 12:0 p.m.16 views

RUSTSEC-2020-0062 Improper `Sync` implementation on `FuturesUnordered` in futures-utils can cause data corruption

Affected versions of the crate had an unsound Sync implementation on the FuturesUnordered structure, which used a Cell for interior mutability without any code to handle synchronized access to the underlying task list's length and head safely. This could of lead to data corruption since two threa...

5.5CVSS5.6AI score0.00054EPSS
Exploits0References3
Rows per page
Query Builder