Lucene search
+L

815 matches found

CNNVD
CNNVD
added 2021/04/11 12:0 a.m.6 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in the Rust standard library prior to version 1.2.0, which stems from the binary heap being in a failure to agree state when comparing generic elements of sift up or...

7.5CVSS5.9AI score0.01324EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2021/04/11 12:0 a.m.5 views

Mozilla Rust 输入验证错误漏洞

Rust is a systems programming language characterized by fast operation, the ability to prevent segmentation errors, and thread-safety. An integer overflow vulnerability exists in the Zip implementation of the standard library in versions of Rust prior to 1.52.0. An attacker can exploit this...

9.8CVSS8.7AI score0.02412EPSS
SaveExploits1References11
Debian CVE
Debian CVE
added 2021/04/11 12:0 a.m.38 views

CVE-2021-28875

In the standard library in Rust before 1.50.0, readtoend does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow...

7.5CVSS7.6AI score0.02122EPSS
SaveExploits1
Securelist
Securelist
added 2021/03/18 10:0 a.m.83 views

Convuster: macOS adware now in Rust

Introduction Traditionally, most malicious objects detected on the macOS platform are adware: besides the already familiar Shlayer family, the TOP 10 includes Bnodlero, Cimpli, Adload and Pirrit adware. As a rule, most tend to be written in C, Objective-C or Swift. Recently, however, cybercrimina...

7.3AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/03/12 10:39 p.m.83 views

Misinterpretation of malicious XML input

Impact xmldom versions 0.4.0 and older do not correctly preserve system identifiers, FPIs or namespaces when repeatedly parsing and serializing maliciously crafted documents. This may lead to unexpected syntactic changes during XML processing in some downstream applications. Patches Update to 0.5...

4.3CVSS1.3AI score0.01328EPSS
SaveExploits0References7Affected Software1
RedHat Linux
RedHat Linux
added 2021/03/11 4:48 a.m.13 views

golang: data race in certain net/http servers including ReverseProxy can lead to DoS

A flaw was found Go's net/http package. Servers using ReverseProxy from net/http in the Go standard library are vulnerable to a data race that results in a denial of service. The highest threat from this vulnerability is to system availability...

5.9CVSS7.3AI score0.02906EPSS
SaveExploits0References5
OSV
OSV
added 2021/03/05 9:15 a.m.9 views

CVE-2021-28036

An issue was discovered in the quinn crate before 0.7.0 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS7.5AI score
SaveExploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.15 views

Design/Logic Flaw

An issue was discovered in the quinn crate before 0.7.0 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

5CVSS7.5AI score0.0125EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/03/05 8:38 a.m.58 views

CVE-2021-28036

The CVE-2021-28036 issue affects the Rust quinn crate prior to version 0.7.0. It relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures, which can lead to invalid memory access if memory layout assumptions differ from the system sockaddr layout. The available...

7.5CVSS7.4AI score0.0125EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2021/03/05 12:0 a.m.8 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in quinn crate before 0.7.0 for Rust, which stems from having invalid memory access to certain versions of the standard library. No details of the vulnerability are current...

7.5CVSS5.9AI score0.0125EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/04 12:0 p.m.53 views

RUSTSEC-2021-0035 `quinn` invalidly assumes the memory layout of std::net::SocketAddr

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

7.5CVSS7.4AI score0.0125EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/03/04 12:0 p.m.22 views

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

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

7.5CVSS2.8AI score0.0125EPSS
SaveExploits0Affected Software1
Fedora
Fedora
added 2021/03/01 5:2 p.m.101 views

[SECURITY] Fedora 33 Update: python3.9-3.9.2-1.fc33

Python 3.9 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries...

5.9CVSS2.1AI score0.36006EPSS
SaveExploits1
Prion
Prion
added 2021/02/18 4:15 a.m.26 views

Information disclosure

An issue was discovered in the nb-connect crate before 1.0.3 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS9.4AI score0.01448EPSS
SaveExploits1References1Affected Software1
RustSec
RustSec
added 2021/02/14 12:0 p.m.28 views

`nb-connect` invalidly assumes the memory layout of std::net::SocketAddr

The nb-connect 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...

9.8CVSS2.7AI score0.01448EPSS
SaveExploits1Affected Software1
Fedora
Fedora
added 2021/02/06 1:30 a.m.92 views

[SECURITY] Fedora 32 Update: python3-3.8.7-2.fc32

Python is an accessible, high-level, dynamically typed, interpreted program ming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the...

9.8CVSS2.1AI score0.1885EPSS
SaveExploits1
NVD
NVD
added 2021/01/30 6:15 a.m.14 views

CVE-2020-15690

In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character...

9.8CVSS9.5AI score0.0318EPSS
SaveExploits1References5
Prion
Prion
added 2021/01/30 6:15 a.m.21 views

Code injection

In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character...

7.5CVSS9.4AI score0.0318EPSS
SaveExploits1References5Affected Software1
UbuntuCve
UbuntuCve
added 2021/01/30 6:15 a.m.22 views

CVE-2020-15690

In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character...

9.8CVSS7.2AI score0.0318EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2021/01/30 5:12 a.m.47 views

CVE-2020-15690

In Nim before 1.2.6, the standard library asyncftpclient lacks a check for whether a message contains a newline character...

9.8CVSS9.5AI score0.0318EPSS
SaveExploits1
Rows per page
Query Builder