Lucene search
+L

3514 matches found

OSV
OSV
added 2021/08/25 8:48 p.m.52 views

GHSA-FHVJ-7F9P-W788 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.01515EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.28 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.01476EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:48 p.m.2 views

GHSA-M833-JV95-MFJH Memory safety violation in crayon

An issue was discovered in the crayon crate through 2020-08-31 for Rust. A TOCTOU issue has a resultant memory safety violation via HandleLike...

8.1CVSS5.9AI score0.0087EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 8:48 p.m.18 views

GHSA-4WJ3-P7HJ-CVX8 Double free in ordnung

An issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via a remove double free...

7.5CVSS5.9AI score0.0139EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.29 views

Double free in ordnung

An issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via a remove double free...

7.5CVSS7.5AI score0.0139EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:48 p.m.29 views

GHSA-QRWC-JXF5-G8X6 Out of bounds read in ordnung

An issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via out-of-bounds access for large capacity...

7.5CVSS7.1AI score0.0139EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.32 views

Out of bounds read in ordnung

An issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via out-of-bounds access for large capacity...

7.5CVSS7.5AI score0.0139EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.29 views

Out of bounds read in simple-slab

An issue was discovered in the simple-slab crate before 0.3.3 for Rust. index allows an out-of-bounds read...

9.1CVSS8.8AI score0.0151EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.29 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.01515EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:48 p.m.16 views

GHSA-HQC8-J86X-2764 Off-by-one error in simple-slab

An issue was discovered in the simple-slab crate before 0.3.3 for Rust. remove has an off-by-one error, causing memory leakage and a drop of uninitialized memory...

7.5CVSS8.2AI score0.0151EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.32 views

Off-by-one error in simple-slab

An issue was discovered in the simple-slab crate before 0.3.3 for Rust. remove has an off-by-one error, causing memory leakage and a drop of uninitialized memory...

7.5CVSS7.7AI score0.01336EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:48 p.m.31 views

GHSA-WGX2-6432-J3FW Unsoundness in bigint

An issue was discovered in the bigint crate through 2020-05-07 for Rust. It allows a soundness violation...

9.8CVSS5.9AI score0.01515EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.30 views

Unsoundness in bigint

An issue was discovered in the bigint crate through 2020-05-07 for Rust. It allows a soundness violation...

9.8CVSS8.9AI score0.01515EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:47 p.m.31 views

Data races in rusqlite

An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via UnlockNotification...

9.8CVSS9.2AI score0.01715EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:47 p.m.31 views

GHSA-P2Q9-9CQ6-H3JW Out of bounds read in Ozone

An issue was discovered in the ozone crate through version 0.1.0 for Rust. Memory safety is violated because of out-of-bounds access...

9.8CVSS9.5AI score0.01515EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:47 p.m.35 views

Out of bounds read in Ozone

An issue was discovered in the ozone crate through version 0.1.0 for Rust. Memory safety is violated because of out-of-bounds access...

9.8CVSS9.2AI score0.01515EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:47 p.m.17 views

GHSA-Q3CC-7P7G-392C Use after free in rusqlite

An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated because sessions.rs has a use-after-free...

9.8CVSS8.8AI score0.0173EPSS
SaveExploits0References5
OSV
OSV
added 2021/08/25 8:47 p.m.20 views

GHSA-M3WW-7HRP-GW9W Drop of uninitialized memory in Ozone

An issue was discovered in the ozone crate through version 0.1.0 for Rust. Memory safety is violated because of the dropping of uninitialized memory...

9.8CVSS9.5AI score0.01515EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:47 p.m.27 views

Drop of uninitialized memory in Ozone

An issue was discovered in the ozone crate through version 0.1.0 for Rust. Memory safety is violated because of the dropping of uninitialized memory...

9.8CVSS9.2AI score0.01515EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:47 p.m.56 views

GHSA-3VJM-36RR-7QRQ NULL Pointer Dereference in cbox

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

9.8CVSS5.9AI score0.01629EPSS
SaveExploits1References4
Rows per page
Query Builder