Lucene search
+L

2734 matches found

OSV
OSV
•added 2021/08/25 8:50 p.m.•14 views

GHSA-HJ9H-WRGG-HGMX Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness...

4.7CVSS4.6AI score0.00328EPSS
SaveExploits0References4
OSV
OSV
•added 2021/08/25 8:50 p.m.•30 views

GHSA-5WG8-7C9Q-794V Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness...

4.7CVSS4.6AI score0.00328EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•40 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockReadGuard unsoundness...

4.7CVSS5.3AI score0.00209EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•40 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockWriteGuard unsoundness...

4.7CVSS5.3AI score0.00209EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2021/08/25 8:49 p.m.•28 views

GHSA-PPJ3-7JW3-8VC4 Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness...

5.5CVSS4.6AI score0.00328EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•35 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness...

5.5CVSS5.6AI score0.00328EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•39 views

Data races in atom

The atom crate contains a security issue revolving around its implementation of the Send trait. It incorrectly allows any arbitrary type to be sent across threads potentially leading to use-after-free issues through memory races...

4.7CVSS5.4AI score0.00198EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•34 views

Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS9AI score0.01494EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•36 views

Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS9AI score0.01534EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2021/08/25 8:48 p.m.•116 views

GHSA-36XW-HGFV-JWM7 Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS6.7AI score0.01534EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•38 views

Data races in rulinalg

The affected version of rulinalg has incorrect lifetime boundary definitions for RowMut::rawslice and RowMut::rawslicemut. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation resul...

9.8CVSS8.9AI score0.01668EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•43 views

Data races in rocket

The affected version of rocket contains a Clone trait implementation of LocalRequest that reuses the pointer to inner Request object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time...

8.1CVSS7.7AI score0.00969EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2021/08/25 8:46 p.m.•23 views

GHSA-RJH8-P66P-JRH5 Data races in rusqlite

An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API data race...

8.1CVSS8.9AI score0.01751EPSS
SaveExploits0References5
OSV
OSV
•added 2021/08/25 8:46 p.m.•55 views

GHSA-8RC5-MR4F-M243 Use after free in rio

An issue was discovered in the rio crate through 2020-05-11 for Rust. A struct can be leaked, allowing attackers to obtain sensitive information, cause a use-after-free, or cause a data race...

9.8CVSS5.9AI score0.0156EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2021/08/25 8:46 p.m.•33 views

Use after free in rio

An issue was discovered in the rio crate through 2020-05-11 for Rust. A struct can be leaked, allowing attackers to obtain sensitive information, cause a use-after-free, or cause a data race...

9.8CVSS8.7AI score0.0156EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•13 views

Data race in abox

Affected versions of this crate implements Send/Sync for AtomicBox without requiring T: Send/T: Sync. This allows to create data races to T: !Sync and send T: !Send to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined...

8.1CVSS7.1AI score0.00766EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
•added 2021/08/19 12:00 a.m.•61 views

Microsoft Edge (Chromium) < 92.0.902.78 Multiple Vulnerabilities

The version of Microsoft Edge installed on the remote Windows host is prior to 92.0.902.78. It is, therefore, affected by multiple vulnerabilities as referenced in the August 19, 2021 advisory. - Use after free in ANGLE in Google Chrome prior to 92.0.4515.159 allowed a remote attacker to...

8.8CVSS7AI score0.07003EPSS
SaveExploits5References13
Tenable Nessus
Tenable Nessus
•added 2021/08/16 12:00 a.m.•57 views

Google Chrome < 92.0.4515.159 Multiple Vulnerabilities

The version of Google Chrome installed on the remote Windows host is prior to 92.0.4515.159. It is, therefore, affected by multiple vulnerabilities as referenced in the 202108stable-channel-update-for-desktop advisory. - Use after free in ANGLE in Google Chrome prior to 92.0.4515.159 allowed a...

8.8CVSS7.5AI score0.07003EPSS
SaveExploits6References15
Tenable Nessus
Tenable Nessus
•added 2021/08/16 12:00 a.m.•55 views

Google Chrome < 92.0.4515.159 Multiple Vulnerabilities

The version of Google Chrome installed on the remote macOS host is prior to 92.0.4515.159. It is, therefore, affected by multiple vulnerabilities as referenced in the 202108stable-channel-update-for-desktop advisory. - Use after free in ANGLE in Google Chrome prior to 92.0.4515.159 allowed a remo...

8.8CVSS7.4AI score0.07003EPSS
SaveExploits6References15
RedhatCVE
RedhatCVE
•added 2021/08/15 6:10 a.m.•39 views

CVE-2020-15586

A flaw was found Go's net/http package. Servers using ReverseProxy from net/http in the Go standard library are vulnerable to a data race that results in a denial of service. The highest threat from this vulnerability is to system availability...

4.3CVSS3.1AI score0.02906EPSS
SaveExploits0References4
Rows per page
Query Builder