Show filters
33 Total Results
Displaying 21-30 of 33
Sort by:
Attacker Value
Unknown
CVE-2021-21290
Disclosure Date: February 08, 2021 (last updated November 08, 2023)
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems. The method "File.createTempFile" on unix-like systems creates a random file, but, by default will create this file with the permissions "-rw-r--r--". Thus, if sensitive information is written to this file, other local users can read this information. This is the case i…
0
Attacker Value
Unknown
CVE-2020-11612
Disclosure Date: April 07, 2020 (last updated November 08, 2023)
The ZlibDecoders in Netty 4.1.x before 4.1.46 allow for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could send a large ZlibEncoded byte stream to the Netty server, forcing the server to allocate all of its free memory to a single decoder.
0
Attacker Value
Unknown
CVE-2020-5404
Disclosure Date: February 27, 2020 (last updated November 27, 2024)
The HttpClient from Reactor Netty, versions 0.9.x prior to 0.9.5, and versions 0.8.x prior to 0.8.16, may be used incorrectly, leading to a credentials leak during a redirect to a different domain. In order for this to happen, the HttpClient must have been explicitly configured to follow redirects.
0
Attacker Value
Unknown
CVE-2020-5403
Disclosure Date: February 27, 2020 (last updated November 27, 2024)
Reactor Netty HttpServer, versions 0.9.3 and 0.9.4, is exposed to a URISyntaxException that causes the connection to be closed prematurely instead of producing a 400 response.
0
Attacker Value
Unknown
CVE-2019-20445
Disclosure Date: January 29, 2020 (last updated November 08, 2023)
HttpObjectDecoder.java in Netty before 4.1.44 allows a Content-Length header to be accompanied by a second Content-Length header, or by a Transfer-Encoding header.
0
Attacker Value
Unknown
CVE-2019-20444
Disclosure Date: January 29, 2020 (last updated November 08, 2023)
HttpObjectDecoder.java in Netty before 4.1.44 allows an HTTP header that lacks a colon, which might be interpreted as a separate header with an incorrect syntax, or might be interpreted as an "invalid fold."
0
Attacker Value
Unknown
CVE-2020-7238
Disclosure Date: January 27, 2020 (last updated November 08, 2023)
Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869.
0
Attacker Value
Unknown
Reactor Netty authentication leak in redirects
Disclosure Date: October 17, 2019 (last updated November 27, 2024)
Pivotal Reactor Netty, versions prior to 0.8.11, passes headers through redirects, including authorization ones. A remote unauthenticated malicious user may gain access to credentials for a different server than they have access to.
0
Attacker Value
Unknown
CVE-2019-16869
Disclosure Date: September 26, 2019 (last updated November 08, 2023)
Netty before 4.1.42.Final mishandles whitespace before the colon in HTTP headers (such as a "Transfer-Encoding : chunked" line), which leads to HTTP request smuggling.
0
Attacker Value
Unknown
CVE-2015-2156
Disclosure Date: October 18, 2017 (last updated November 08, 2023)
Netty before 3.9.8.Final, 3.10.x before 3.10.3.Final, 4.0.x before 4.0.28.Final, and 4.1.x before 4.1.0.Beta5 and Play Framework 2.x before 2.3.9 might allow remote attackers to bypass the httpOnly flag on cookies and obtain sensitive information by leveraging improper validation of cookie name and value characters.
0