Lucene search
+L

815 matches found

RedHat Linux
RedHat Linux
added 2021/01/14 1:40 p.m.3 views

golang: default Content-Type setting in net/http/cgi and net/http/fcgi could cause XSS

A flaw was found in the Go standard library packages before upstream versions 1.15 and 1.14.8. Both the net/http/cgi and net/http/fcgi packages use a default Content-Type response header value of "text/html", rather than "text/plain". This flaw allows an attacker to exploit this issue in...

6.1CVSS7.3AI score0.03646EPSS
SaveExploits2References6
OSV
OSV
added 2020/12/31 9:15 a.m.8 views

DEBIAN-CVE-2020-35920

An issue was discovered in the socket2 crate before 0.3.16 for Rust. It has false expectations about the std::net::SocketAddr memory representation...

5.5CVSS5.7AI score0.00398EPSS
SaveExploits1References1
RustSec
RustSec
added 2020/12/21 12:0 p.m.24 views

Update unsound DrainFilter and RString::retain

Affected versions of this crate contained code from the Rust standard library that contained soundness bugs rust-lang/rust60977 double drop & rust-lang/rust78498 create invalid utf-8 string. The flaw was corrected in v0.9.1 by making a similar fix to the one made in the Rust standard library...

7.5CVSS2.9AI score0.01413EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/21 12:0 p.m.27 views

RUSTSEC-2020-0105 Update unsound DrainFilter and RString::retain

Affected versions of this crate contained code from the Rust standard library that contained soundness bugs rust-lang/rust60977 double drop & rust-lang/rust78498 create invalid utf-8 string. The flaw was corrected in v0.9.1 by making a similar fix to the one made in the Rust standard library...

7.5CVSS7.4AI score0.01413EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2020/12/17 5:43 a.m.5 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
RedHat Linux
RedHat Linux
added 2020/12/15 5:12 p.m.13 views

golang: default Content-Type setting in net/http/cgi and net/http/fcgi could cause XSS

A flaw was found in the Go standard library packages before upstream versions 1.15 and 1.14.8. Both the net/http/cgi and net/http/fcgi packages use a default Content-Type response header value of "text/html", rather than "text/plain". This flaw allows an attacker to exploit this issue in...

6.1CVSS7.3AI score0.03646EPSS
SaveExploits2References6
OSV
OSV
added 2020/11/15 3:45 p.m.10 views

MGASA-2020-0424 Updated golang packages fix a security vulnerability

A flaw was found in Go standard library packages. Both the net/http/cgi and net/http/fcgi packages use a default Content-Type response header value of "text/html", rather than "text/plain". An attacker could exploit this in applications using these packages by uploading crafted files, allowing fo...

6.1CVSS6.1AI score0.03646EPSS
SaveExploits2References4
OSV
OSV
added 2020/11/13 12:0 p.m.24 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
RustSec
RustSec
added 2020/11/13 12:0 p.m.21 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
RustSec
RustSec
added 2020/11/07 12:0 p.m.22 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:0 p.m.27 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:0 p.m.25 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
OSV
OSV
added 2020/11/02 12:0 p.m.70 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
RedHat Linux
RedHat Linux
added 2020/10/27 2:47 p.m.7 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
RedHat Linux
RedHat Linux
added 2020/10/08 10:52 a.m.5 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
RedhatCVE
RedhatCVE
added 2020/09/02 1:19 p.m.48 views

CVE-2020-24553

A flaw was found in the Go standard library packages before upstream versions 1.15 and 1.14.8. Both the net/http/cgi and net/http/fcgi packages use a default Content-Type response header value of "text/html", rather than "text/plain". This flaw allows an attacker to exploit this issue in...

4.3CVSS6.1AI score0.03646EPSS
SaveExploits2References5
Prion
Prion
added 2020/08/14 7:15 p.m.14 views

Design/Logic Flaw

In Nim 1.2.4, the standard library browsers mishandles the URL argument to browsers.openDefaultBrowser. This argument can be a local file path that will be opened in the default explorer. An attacker can pass one argument to the underlying open command to execute arbitrary registered system...

10CVSS9.4AI score0.04205EPSS
SaveExploits1References4Affected Software1
UbuntuCve
UbuntuCve
added 2020/08/14 7:15 p.m.23 views

CVE-2020-15694

In Nim 1.2.4, the standard library httpClient fails to properly validate the server response. For example, httpClient.get.contentLength does not raise any error if a malicious server provides a negative Content-Length...

7.5CVSS7.1AI score0.02331EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2020/08/14 7:15 p.m.33 views

CVE-2020-15692

In Nim 1.2.4, the standard library browsers mishandles the URL argument to browsers.openDefaultBrowser. This argument can be a local file path that will be opened in the default explorer. An attacker can pass one argument to the underlying open command to execute arbitrary registered system...

10CVSS7.5AI score0.04205EPSS
SaveExploits1References3
OSV
OSV
added 2020/08/14 7:15 p.m.12 views

UBUNTU-CVE-2020-15692

In Nim 1.2.4, the standard library browsers mishandles the URL argument to browsers.openDefaultBrowser. This argument can be a local file path that will be opened in the default explorer. An attacker can pass one argument to the underlying open command to execute arbitrary registered system...

9.8CVSS6AI score0.04205EPSS
SaveExploits1References4
Rows per page
Query Builder