Lucene search
+L

162 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:43 p.m.26 views

Heap overflow or corruption in safe-transmute

Affected versions of this crate switched the length and capacity arguments in the Vec::fromrawparts constructor, which could lead to memory corruption or data leakage...

9.8CVSS9.1AI score0.02032EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/02/09 11:15 p.m.7 views

DEBIAN-CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS8.2AI score0.016EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2021/02/09 11:15 p.m.30 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS7.3AI score0.016EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/02/09 11:15 p.m.14 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS8AI score0.016EPSS
SaveExploits1References2
OSV
OSV
added 2021/02/09 11:15 p.m.6 views

UBUNTU-CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS5.9AI score0.016EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/09 12:00 p.m.29 views

Use after free possible in `uri::Formatter` on panic

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.5CVSS1.2AI score0.01025EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/29 3:15 a.m.8 views

CVE-2021-26306

An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within asstring methods...

7.5CVSS6.5AI score0.01261EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/29 3:15 a.m.34 views

CVE-2021-26306

An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within asstring methods...

7.5CVSS7.5AI score0.01261EPSS
SaveExploits0References1
Prion
Prion
added 2021/01/29 3:15 a.m.16 views

Code injection

An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within asstring methods...

5CVSS7.5AI score0.01261EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/01/29 2:27 a.m.76 views

CVE-2021-26306

CVE-2021-26306 affects the Rust crate raw-cpuid prior to version 9.0.0. The issue is caused by unsound transmute usage in as_string() methods, which leads to undefined behavior when converting data from #[repr(Rust)] structs via byte slices (VendorInfo.as_string(), SoCVendorBrand::as_string(), Ex...

7.5CVSS7.4AI score0.01261EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/01/29 2:27 a.m.30 views

CVE-2021-26306

An issue was discovered in the raw-cpuid crate before 9.0.0 for Rust. It has unsound transmute calls within asstring methods...

7.7AI score0.01261EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.38 views

CVE-2020-35864

An issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. readscalar and readscalarat can transmute values without unsafe blocks...

7.5CVSS7.5AI score0.00583EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2020/12/31 8:29 a.m.104 views

CVE-2020-35864

An issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. readscalar and readscalarat can transmute values without unsafe blocks...

7.5CVSS7.5AI score0.00583EPSS
SaveExploits1
NVD
NVD
added 2019/08/26 3:15 p.m.28 views

CVE-2018-21000

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

9.8CVSS9.5AI score0.02032EPSS
SaveExploits0References2
OSV
OSV
added 2019/08/26 3:15 p.m.14 views

CVE-2018-21000

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

9.8CVSS7.2AI score
SaveExploits0References2
OSV
OSV
added 2019/08/26 3:15 p.m.12 views

UBUNTU-CVE-2018-21000

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

9.8CVSS7.3AI score0.02032EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2019/08/26 3:15 p.m.24 views

CVE-2018-21000

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

9.8CVSS7.2AI score0.02032EPSS
SaveExploits0References3
Prion
Prion
added 2019/08/26 3:15 p.m.22 views

Memory corruption

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

7.5CVSS9.4AI score0.02032EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/08/26 2:29 p.m.31 views

CVE-2018-21000

An issue was discovered in the safe-transmute crate before 0.10.1 for Rust. A constructor's arguments are in the wrong order, causing heap memory corruption...

9.5AI score0.02032EPSS
SaveExploits0References2
CVE
CVE
added 2019/08/26 2:29 p.m.76 views

CVE-2018-21000

CVE-2018-21000 affects the Rust crate safe-transmute prior to 0.10.1. The issue is that a constructor’s arguments are provided in the wrong order, leading to heap memory corruption. This can result in memory corruption or data leakage as described in multiple sources. There is no exploitation det...

9.8CVSS9.3AI score0.02032EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder