Lucene search
+L

446 matches found

RustSec
RustSec
added 2023/06/26 12:00 p.m.7 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/05/30 12:00 a.m.9 views

PT-2023-16521 · Zephyrproject +1 · Zephyr

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned. Description: The issue allows for the input of an invalid pointer, which can cause the device to crash. With more knowledge of the device's memory layout, further exploitation is possible...

7.7CVSS7.4AI score0.00518EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2023/05/30 12:00 a.m.29 views

CVE-2023-0779 net: shell: Improper input validation

At the most basic level, an invalid pointer can be input that crashes the device, but with more knowledge of the device’s memory layout, further exploitation is possible...

6.7CVSS7.8AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2023/05/30 12:00 a.m.10 views

CVE-2023-0779 net: shell: Improper input validation

At the most basic level, an invalid pointer can be input that crashes the device, but with more knowledge of the device’s memory layout, further exploitation is possible...

6.7CVSS7.1AI score
SaveExploits0References3
CVE
CVE
added 2023/05/30 12:00 a.m.87 views

CVE-2023-0779

Technical details for CVE-2023-0779 are not publicly available in the provided documents; monitor for updates.

7.7CVSS7AI score0.00518EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2023/02/27 8:15 p.m.10 views

CVE-2023-23502

An information disclosure issue was addressed by removing the vulnerable code. This issue is fixed in macOS Monterey 12.6.3, macOS Ventura 13.2, iOS 16.3 and iPadOS 16.3, tvOS 16.3, watchOS 9.3. An app may be able to determine kernel memory layout...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2023/02/27 12:00 a.m.6 views

CVE-2023-23502

An information disclosure issue was addressed by removing the vulnerable code. This issue is fixed in macOS Monterey 12.6.3, macOS Ventura 13.2, iOS 16.3 and iPadOS 16.3, tvOS 16.3, watchOS 9.3. An app may be able to determine kernel memory layout...

4.3AI score0.00238EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2023/02/27 12:00 a.m.28 views

CVE-2023-23502

An information disclosure issue was addressed by removing the vulnerable code. This issue is fixed in macOS Monterey 12.6.3, macOS Ventura 13.2, iOS 16.3 and iPadOS 16.3, tvOS 16.3, watchOS 9.3. An app may be able to determine kernel memory layout...

6AI score0.00238EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2023/02/21 7:00 p.m.42 views

K10631282: Flip Feng Shui (FFS) vulnerability

Security Advisory Description Flip Feng Shui FFS a new exploitation vector that allows an attacker to induce bit flips over arbitrary physical memory in a fully controlled way. FFS relies on the following underlying primitives: The ability to induce bit flips in controlled but not predetermined...

6.5AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:59 a.m.12 views

SUSE CVE-2020-11105

An issue was discovered in USC iLab cereal through 1.3.0. It employs caching of std::sharedptr values, using the raw pointer address as a unique identifier. This becomes problematic if an std::sharedptr variable goes out of scope and is freed, and a new std::sharedptr is allocated at the same...

9.8CVSS6.7AI score0.02044EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2023/01/24 12:00 a.m.10 views

Apple tvOS 安全漏洞

Apple tvOS is a set of smart TV operating systems from the American company Apple. A security vulnerability exists in Apple tvOS versions prior to 16.3, which stems from an information disclosure issue where an application may be able to determine the kernel memory layout...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2022/09/02 10:29 p.m.25 views

`os_socketaddr` invalidly assumes the memory layout of std::net::SocketAddr

The ossocketaddr crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. These layout were changed into idiomatic rust...

2.4AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/09/02 10:29 p.m.22 views

GHSA-C439-CHV8-8G2J `os_socketaddr` invalidly assumes the memory layout of std::net::SocketAddr

The ossocketaddr crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. These layout were changed into idiomatic rust...

7.1AI score
SaveExploits0References5
Code423n4
Code423n4
added 2022/08/27 12:00 a.m.12 views

Storage layout collision issue between NounsDAOStorageV1 and NounsDAOStorageV1Adjusted

Lines of code Vulnerability details Impact Since two new variables are added in the contract NounsDAOStorageV1Adjusted at the end of the struct proposal, the memory layout between the NounsDAOStorageV1 and NounsDAOStorageV1Adjusted is colluding. This affects the variable type and values in the...

6.7AI score
SaveExploits0
RustSec
RustSec
added 2022/08/26 12:00 p.m.21 views

`os_socketaddr` invalidly assumes the memory layout of std::net::SocketAddr

The ossocketaddr crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. These layout were changed into idiomatic rust...

2.4AI score
SaveExploits0Affected Software1
OSV
OSV
added 2022/08/26 12:00 p.m.16 views

RUSTSEC-2022-0052 `os_socketaddr` invalidly assumes the memory layout of std::net::SocketAddr

The ossocketaddr crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. These layout were changed into idiomatic rust...

7.1AI score
SaveExploits0References3
NVD
NVD
added 2022/07/06 4:15 p.m.26 views

CVE-2021-3695

A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap data corruption or eventually arbitrary code execution and circumvent secure boot protections. This issue has a high complexity to be exploited as an...

4.5CVSS0.00468EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:12 a.m.15 views

`mopa` is technically unsound

The mopa crate redefines the deprecated TraitObject struct from core::raw like so: rust reprC deriveCopy, Clone dochidden pub struct TraitObject pub data: mut , pub vtable: mut , This is done to then transmute a reference to a trait object &dyn Trait for any trait Trait into this struct and...

7.7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/17 12:12 a.m.41 views

GHSA-8MV5-7X95-7WCF `mopa` is technically unsound

The mopa crate redefines the deprecated TraitObject struct from core::raw like so: rust reprC deriveCopy, Clone dochidden pub struct TraitObject pub data: mut , pub vtable: mut , This is done to then transmute a reference to a trait object &dyn Trait for any trait Trait into this struct and...

9.8CVSS6.4AI score0.01646EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/24 5:37 p.m.29 views

`net2` invalidly assumes the memory layout of std::net::SocketAddr

The net2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS6.9AI score0.00384EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder