Lucene search
+L

2 matches found

Github Security Blog
Github Security Blog
added 2022/06/17 12:17 a.m.30 views

Miscomputation when performing AES encryption in rust-crypto

The following Rust program demonstrates some strangeness in AES encryption - if you have an immutable key slice and then operate on that slice, you get different encryption output than if you operate on a copy of that key. For these functions, we expect that extending a 16 byte key to a 32 byte k...

7.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.43 views

GHSA-VCW4-8PH6-7VW8 Use after free in Rocket

Affected versions of this crate transmuted a &str to a &'static str before pushing it into a StackVec, this value was then popped later in the same function. This was assumed to be safe because the reference would be valid while the method's stack was active. In between the push and the pop,...

7.3CVSS7AI score0.01025EPSS
SaveExploits1References6
Rows per page
Query Builder