Lucene search
+L

2610 matches found

ATTACKERKB
ATTACKERKB
added 2021/03/09 12:00 a.m.303 views

CVE-2021-21166

Data race in audio in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Recent assessments: gwillcox-r7 at March 08, 2021 5:47pm UTC reported: Reported as exploited in the wild at...

8.8CVSS8.6AI score0.72977EPSS
SaveIn wildExploits4References13
NVD
NVD
added 2021/03/05 9:15 a.m.31 views

CVE-2021-28037

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.8CVSS0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.9 views

CVE-2021-28037

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.8CVSS7.3AI score0.01167EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/03/05 9:15 a.m.7 views

CVE-2021-28037

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.8CVSS8.5AI score0.01167EPSS
SaveExploits0References2
Prion
Prion
added 2021/03/05 9:15 a.m.20 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.01167EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/03/05 8:38 a.m.62 views

CVE-2021-28037

The CVE-2021-28037 issue affects the Rust internment crate prior to 0.4.2. It arises from an unconditional impl of Sync for Intern, enabling a data race that can cause memory corruption. Documented impacts are memory contention and potential corruption. The vulnerability is mitigated by upgrading...

9.8CVSS9.5AI score0.01167EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/03/05 8:38 a.m.37 views

CVE-2021-28037

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.8AI score0.01167EPSS
SaveExploits0References1
RustSec
RustSec
added 2021/03/03 12:00 p.m.21 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.01167EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/03/03 12:00 p.m.42 views

RUSTSEC-2021-0036 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.8CVSS9.3AI score0.01167EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/26 2:02 p.m.37 views

Security Bulletin: IBM Cloud Private is vulnerable to a Go vulnerability (CVE-2020-15586)

Summary IBM Cloud Private is vulnerable to a Go vulnerability Vulnerability Details CVEID: CVE-2020-15586 DESCRIPTION: Golang Go is vulnerable to a denial of service, caused by a data race in some net/http servers. By sending specially-crafted HTTP requests, a remote attacker could exploit this...

5.9CVSS0.9AI score0.02906EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/04 9:36 p.m.49 views

Security Bulletin: Security vulnerabilities in Go affect IBM Cloud Pak for Multicloud Management Hybrid GRC.

Summary Security Bulletin: Security vulnerabilities in Go affect IBM Cloud Pak for Multicloud Management Hybrid GRC. Vulnerability Details CVEID: CVE-2020-7919 DESCRIPTION: Go is vulnerable to a denial of service. By sending a malformed X.509 certificate, a remote attacker could exploit this...

7.8CVSS0.7AI score0.20521EPSS
SaveExploits9Affected Software1
OSV
OSV
added 2021/01/26 6:16 p.m.11 views

CVE-2021-25901

An issue was discovered in the lazy-init crate through 2021-01-17 for Rust. Lazy lacks a Send bound, leading to a data race...

5.3CVSS6.1AI score0.01314EPSS
SaveExploits0References1
NVD
NVD
added 2021/01/26 6:16 p.m.37 views

CVE-2021-25901

An issue was discovered in the lazy-init crate through 2021-01-17 for Rust. Lazy lacks a Send bound, leading to a data race...

5.3CVSS5.2AI score0.01314EPSS
SaveExploits0References1
Prion
Prion
added 2021/01/26 6:16 p.m.16 views

Design/Logic Flaw

An issue was discovered in the lazy-init crate through 2021-01-17 for Rust. Lazy lacks a Send bound, leading to a data race...

5CVSS5.2AI score0.01314EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/01/26 6:16 p.m.6 views

CVE-2021-25901

An issue was discovered in the lazy-init crate through 2021-01-17 for Rust. Lazy lacks a Send bound, leading to a data race...

5.3CVSS5.7AI score0.01314EPSS
SaveExploits0References2
OSV
OSV
added 2021/01/26 6:15 p.m.11 views

CVE-2020-36219

An issue was discovered in the atomic-option crate through 2020-10-31 for Rust. Because AtomicOption implements Sync unconditionally, a data race can occur...

5.9CVSS6.2AI score0.01107EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.26 views

CVE-2020-36219

An issue was discovered in the atomic-option crate through 2020-10-31 for Rust. Because AtomicOption implements Sync unconditionally, a data race can occur...

5.9CVSS5.7AI score0.01107EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.27 views

CVE-2020-36218

An issue was discovered in the buttplug crate before 1.0.4 for Rust. ButtplugFutureStateShared does not properly consider !Send|!Sync objects, leading to a data race...

5.9CVSS5.6AI score0.01107EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.25 views

CVE-2020-36214

An issue was discovered in the multiqueue2 crate before 0.1.7 for Rust. Because a non-Send type can be sent to a different thread, a data race can occur...

5.9CVSS5.7AI score0.01107EPSS
SaveExploits1References1
OSV
OSV
added 2021/01/26 6:15 p.m.11 views

CVE-2020-36220

An issue was discovered in the va-ts crate before 0.0.4 for Rust. Because Demuxer omits a required T: Send bound, a data race and memory corruption can occur...

5.9CVSS6.2AI score0.00801EPSS
SaveExploits1References1
Rows per page
Query Builder