Lucene search
K

50 matches found

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

EUVD-2021-1666

Malware in sbrugna...

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

EUVD-2021-1592

Malware in sbrugna...

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

EUVD-2021-1699

Malware in sbrugna...

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

EUVD-2021-1838

Malware in sbrugna...

4.7CVSS4.7AI score0.0005EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2021-1824

Malware in sbrugna...

5.9CVSS5.7AI score0.00389EPSS
Exploits1References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1661

Malware in sbrugna...

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

EUVD-2021-1809

Malware in sbrugna...

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

EUVD-2021-1709

Malware in sbrugna...

7CVSS6.7AI score0.00068EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/05/22 3:49 p.m.4 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.00336EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.5 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.00336EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.4 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.0005EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.5 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.00068EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.3 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.00389EPSS
Exploits1
OSV
OSV
added 2021/12/27 12:15 a.m.0 views

CVE-2021-45704

An issue was discovered in the metrics-util crate before 0.7.0 for Rust. There is a data race and memory corruption because AtomicBucket unconditionally implements the Send and Sync traits...

8.1CVSS7.3AI score
Exploits0References2
CVE
CVE
added 2021/12/26 9:48 p.m.63 views

CVE-2021-45704

CVE-2021-45704 affects the Rust metrics-util crate prior to 0.7.0. The issue is a data race and potential memory corruption caused by AtomicBucket unconditionally implementing Send/Sync, which allows concurrent access to inner data that may not be Sync. Public advisories (Red Hat, OSV, GitHub, CN...

8.1CVSS8.1AI score0.00336EPSS
Exploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 9:0 p.m.16 views

Queue<T> should have a Send bound on its Send/Sync traits

Affected versions of this crate unconditionally implements Send/Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

3.8AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.20 views

Data races in model

Shared data structure in model crate implements Send and Sync traits regardless of the inner type. This allows safe Rust code to trigger a data race, which is undefined behavior in Rust. Users are advised to treat Shared as an unsafe type. It should not be used outside of the testing context, and...

8.1CVSS7.8AI score0.00363EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:50 p.m.0 views

GHSA-G489-XRW3-3V8W Data races in aovec

An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7CVSS5.9AI score0.00068EPSS
Exploits0References3
OSV
OSV
added 2021/08/25 8:50 p.m.12 views

GHSA-64J8-7GP2-XJX5 Data races in try-mutex

Affected versions of this crate unconditionally implemented Sync trait for TryMutex type. This allows users to put non-Send T type in TryMutex and send it to another thread, which can cause a data race. The flaw was corrected in the 0.3.0 release by adding T: Send bound for the Sync trait...

5.5CVSS5.2AI score0.00054EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:50 p.m.20 views

Data races in try-mutex

Affected versions of this crate unconditionally implemented Sync trait for TryMutex type. This allows users to put non-Send T type in TryMutex and send it to another thread, which can cause a data race. The flaw was corrected in the 0.3.0 release by adding T: Send bound for the Sync trait...

5.5CVSS5.4AI score0.00054EPSS
Exploits1References4Affected Software1
Rows per page
Query Builder