Lucene search
+L

446 matches found

CNNVD
CNNVD
added 2020/12/31 12:00 a.m.29 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in mio crate for Rust prior to version 0.7.6, which stems from an incorrect expectation of the std::net::SocketAddr memory representation. No details of the vulnerability are...

5.5CVSS5.8AI score0.00389EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/08 8:15 p.m.8 views

CVE-2020-9974

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, iOS 14.2 and iPadOS 14.2, tvOS 14.2, watchOS 7.1. A malicious application may be able to determine kernel memory layout...

5.5CVSS6.7AI score0.01103EPSS
SaveExploits0References7
NVD
NVD
added 2020/12/08 8:15 p.m.19 views

CVE-2020-9974

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, iOS 14.2 and iPadOS 14.2, tvOS 14.2, watchOS 7.1. A malicious application may be able to determine kernel memory layout...

5.5CVSS4.2AI score0.01103EPSS
SaveExploits0References7
OSV
OSV
added 2020/12/08 8:15 p.m.6 views

CVE-2020-10007

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1. A malicious application may be able to determine kernel memory layout...

5.5CVSS6.7AI score0.00391EPSS
SaveExploits0References4
NVD
NVD
added 2020/12/08 8:15 p.m.16 views

CVE-2020-10007

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1. A malicious application may be able to determine kernel memory layout...

5.5CVSS4.5AI score0.00391EPSS
SaveExploits0References4
Prion
Prion
added 2020/12/08 8:15 p.m.25 views

Memory corruption

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, iOS 14.2 and iPadOS 14.2, tvOS 14.2, watchOS 7.1. A malicious application may be able to determine kernel memory layout...

4.3CVSS5.2AI score0.01103EPSS
SaveExploits0References7Affected Software5
Prion
Prion
added 2020/12/08 8:15 p.m.25 views

Memory corruption

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1. A malicious application may be able to determine kernel memory layout...

2.1CVSS5AI score0.00391EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2020/12/08 8:15 p.m.7 views

CVE-2020-9974

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, iOS 14.2 and iPadOS 14.2, tvOS 14.2, watchOS 7.1. A malicious application may be able to determine kernel memory layout...

5.5CVSS6.6AI score0.01103EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2020/12/08 8:03 p.m.30 views

CVE-2020-10007

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1. A malicious application may be able to determine kernel memory layout...

5.7AI score0.00391EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2020/12/08 7:58 p.m.23 views

CVE-2020-9974

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, iOS 14.2 and iPadOS 14.2, tvOS 14.2, watchOS 7.1. A malicious application may be able to determine kernel memory layout...

5.4AI score0.01103EPSS
SaveExploits0References7
RustSec
RustSec
added 2020/11/13 12:00 p.m.27 views

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

The miow 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.5CVSS3.4AI score0.00387EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/13 12:00 p.m.25 views

RUSTSEC-2020-0080 `miow` invalidly assumes the memory layout of std::net::SocketAddr

The miow 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.5CVSS5.3AI score0.00387EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2020/11/12 12:00 a.m.7 views

PT-2020-20910 · Apple · Ipados +4

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 11.0.1 iOS versions prior to 14.2 iPadOS versions prior to 14.2 tvOS versions prior to 14.2 watchOS versions prior to 7.1 Description: A logic issue was addressed with improved state management. A malicious application...

5.5CVSS5.4AI score0.01103EPSS
SaveExploits0References14
OSV
OSV
added 2020/11/07 12:00 p.m.33 views

RUSTSEC-2020-0078 `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.5CVSS5.2AI score0.00398EPSS
SaveExploits2References3
RustSec
RustSec
added 2020/11/07 12:00 p.m.24 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...

2.7AI score
SaveExploits0Affected Software1
OSV
OSV
added 2020/11/06 12:00 p.m.28 views

RUSTSEC-2020-0079 `socket2` invalidly assumes the memory layout of std::net::SocketAddr

The socket2 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.5CVSS5.2AI score0.00398EPSS
SaveExploits2References3
RustSec
RustSec
added 2020/11/06 12:00 p.m.28 views

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

The socket2 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...

2.7AI score
SaveExploits0Affected Software1
CNVD
CNVD
added 2020/11/04 12:00 a.m.6 views

Apple macOS Catalina buffer overflow vulnerability (CNVD-2020-60822)

Apple macOS Catalina is a specialized operating system developed by Apple Inc. for Mac computers. A security vulnerability exists in Apple macOS Catalina versions prior to 10.15.4, which stems from the possibility that a malicious application may be able to determine the kernel memory layout,...

7.8CVSS6.4AI score0.00791EPSS
SaveExploits0References1
OSV
OSV
added 2020/11/02 12:00 p.m.72 views

RUSTSEC-2020-0081 `mio` invalidly assumes the memory layout of std::net::SocketAddr

The mio 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.5CVSS5.3AI score0.00389EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/11/02 12:00 p.m.17 views

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

The mio 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.5CVSS2.7AI score0.00389EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder