Lucene search
K

5 matches found

Github Security Blog
Github Security Blog
โ€ขadded 2025/06/05 12:39 a.m.โ€ข23 views

anon-vec lacks sufficient checks in public API

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::getref - AnonVec::getmut - AnonVec::removeget The crate was built as a learning project and is not being maintained...

7AI score
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
โ€ขadded 2025/06/05 12:0 a.m.โ€ข2 views

PT-2025-25491 ยท Crates.Io ยท Anon-Vec

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::get ref - AnonVec::get mut - AnonVec::remove get The crate was built as a learning project and is not being maintained...

7.1AI score
Exploits0References3
Positive Technologies
Positive Technologies
โ€ขadded 2025/05/06 12:0 a.m.โ€ข2 views

PT-2025-20009 ยท Crates.Io ยท Tanton Engine

The following functions in the tanton engine crate are unsound due to lack of sufficient boundary checks in public API: - Stack::offset - ThreadStack::get - RootMoveList::insert score depth - RootMoveList::insert score The tanton engine crate is no longer maintained, so there are no plans to...

7.1AI score
Exploits0References2
Github Security Blog
Github Security Blog
โ€ขadded 2024/12/30 4:52 p.m.โ€ข11 views

xous has unsound usages of `core::slice::from_raw_parts`

We consider asslice and asslicemut unsound because: the pointer with any bit patterns could be cast to the slice of arbitrary types. The pointer could be created by unsafe new and deprecated fromparts. We consider that fromparts should be removed in latest version because it will help trigger...

7.2AI score
Exploits0References4Affected Software1
OSV
OSV
โ€ขadded 2020/04/11 12:0 p.m.โ€ข21 views

RUSTSEC-2020-0009 `read_scalar` and `read_scalar_at` allow transmuting values without `unsafe` blocks

The readscalar and readscalarat functions are unsound because they allow transmuting values without unsafe blocks. The following example shows how to create a dangling reference: fn main deriveCopy, Clone, PartialEq, Debug struct S&'static str; impl flatbuffers::EndianScalar for S fn...

7.5CVSS7.4AI score0.00166EPSS
Exploits1References3
Rows per page
Query Builder