Lucene search
+L

2489 matches found

ATTACKERKB
ATTACKERKB
added 2021/03/09 12:0 a.m.299 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
In wildExploits4References13
NVD
NVD
added 2021/03/05 9:15 a.m.26 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
Exploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.6 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
Exploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.15 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
Exploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/03/05 9:15 a.m.3 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
Exploits0References2
CVE
CVE
added 2021/03/05 8:38 a.m.54 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
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2021/03/05 8:38 a.m.30 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
Exploits0References1
RustSec
RustSec
added 2021/03/03 12:0 p.m.17 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
Exploits0Affected Software1
OSV
OSV
added 2021/03/03 12:0 p.m.38 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
Exploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/26 2:2 p.m.33 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
Exploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2021/02/04 9:36 p.m.48 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.21052EPSS
Exploits9Affected Software1
NVD
NVD
added 2021/01/26 6:16 p.m.33 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
Exploits0References1
OSV
OSV
added 2021/01/26 6:16 p.m.5 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
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2021/01/26 6:16 p.m.4 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
Exploits0References2
Prion
Prion
added 2021/01/26 6:16 p.m.13 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
Exploits0References1Affected Software1
NVD
NVD
added 2021/01/26 6:15 p.m.19 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
Exploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.23 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
Exploits1References1
OSV
OSV
added 2021/01/26 6:15 p.m.6 views

CVE-2020-36216

An issue was discovered in Input in the eventio crate before 0.5.1 for Rust. Because a non-Send type can be sent to a different thread, a data race and memory corruption can occur...

5.9CVSS6.2AI score0.01066EPSS
Exploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.26 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.9CVSS5.9AI score0.00801EPSS
Exploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.20 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
Exploits1References1
Rows per page
Query Builder