Lucene search
+L

3514 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.28 views

Incorrect cast in anymap

An issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a u8 to a u64...

9.8CVSS8.8AI score0.01441EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.37 views

Cross-site Scripting in comrak

An issue was discovered in the comrak crate before 0.10.1 for Rust. It mishandles & characters, leading to XSS via & HTML entities...

6.1CVSS5.8AI score0.00741EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.28 views

Out of bounds write in arenavec

An issue was discovered in the arenavec crate through 0.1.1. A drop of uninitialized memory can sometimes occur upon a panic in T::default...

7.5CVSS7.2AI score0.01135EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:55 p.m.50 views

GHSA-955P-RC5H-HG6H Double free in arenavec

Affected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default and T::drop. Panic within T::default leads to dropping uninitialized T, when it is invoked from common::Slice::::new. Panic within T::drop leads to double drop of T, when...

7.5CVSS7.6AI score0.01135EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.41 views

Out of bounds read in uu_od

An issue was discovered in PartialReader in the uuod crate before 0.0.4 for Rust. Attackers can read the contents of uninitialized memory locations via a user-provided Read operation...

7.5CVSS4.3AI score0.009EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.41 views

Free of uninitialized memory in telemetry

An issue was discovered in the telemetry crate through 0.1.2 for Rust. There is a drop of uninitialized memory if a value.clone call panics within misc::vecwithsize...

9.8CVSS2.4AI score0.01363EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.42 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
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.32 views

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.5CVSS6.8AI score0.01025EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.38 views

GHSA-RG4M-GWW5-7P47 Free of uninitialized memory in adtensor

An issue was discovered in the adtensor crate through 0.0.3 for Rust. There is a drop of uninitialized memory via the FromIterator implementation for Vector and Matrix...

9.8CVSS9.4AI score0.01326EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.29 views

Free of uninitialized memory in adtensor

An issue was discovered in the adtensor crate through 0.0.3 for Rust. There is a drop of uninitialized memory via the FromIterator implementation for Vector and Matrix...

9.8CVSS3.4AI score0.01326EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.36 views

GHSA-5HPJ-M323-CPHM Double free in through

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8CVSS9.5AI score0.01326EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.32 views

Double free in through

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8CVSS1.4AI score0.01326EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.34 views

GHSA-QPGV-G792-WH6X Uncontrolled Resource Consumption in parse_duration

An issue was discovered in the parseduration crate through 2021-03-18 for Rust. It allows attackers to cause a denial of service CPU and memory consumption via a duration string with a large exponent...

7.5CVSS5.9AI score0.00973EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 8:53 p.m.14 views

GHSA-VJMG-PC8H-P6P8 Out of bounds read in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is an out-of bounds read because the pixmap constructor lacks pixmap input validation...

9.1CVSS8.2AI score0.01278EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:53 p.m.28 views

Out of bounds read in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is an out-of bounds read because the pixmap constructor lacks pixmap input validation...

9.1CVSS1.9AI score0.01278EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:53 p.m.17 views

GHSA-5PG8-H4GV-M3P8 Null pointer deference in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is a NULL pointer dereference during attempted use of a multi label type if the image is nonexistent...

7.5CVSS8.2AI score0.01278EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:53 p.m.27 views

Null pointer deference in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is a NULL pointer dereference during attempted use of a multi label type if the image is nonexistent...

7.5CVSS1.7AI score0.0113EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:53 p.m.80 views

GHSA-7QCC-G2M9-8533 Null pointer deference in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is a NULL pointer dereference during attempted use of a non-raster image for a window icon...

7.5CVSS8.2AI score0.01278EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:53 p.m.31 views

Null pointer deference in fltk

An issue was discovered in the fltk crate before 0.15.3 for Rust. There is a NULL pointer dereference during attempted use of a non-raster image for a window icon...

7.5CVSS2.5AI score0.0113EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:53 p.m.21 views

GHSA-MP6R-FGW2-RXFX Arbitrary return types in xcb

The function xcb::xproto::GetPropertyReply::value returns a slice of type T where T is an unconstrained type parameter. The raw bytes received from the X11 server are interpreted as the requested type. The users of the xcb crate are advised to only call this function with the intended types. Thes...

9.8CVSS8.9AI score0.01754EPSS
SaveExploits4References5
Rows per page
Query Builder