<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Eclipse Jetty</title>
  <link>https://cvedaily.com/pages/tags/eclipse-jetty.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/eclipse-jetty.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Eclipse Jetty</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:56 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-2332 – In Eclipse Jetty, the HTTP/1.1 parser is vulnerable to request smuggling when ch...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2332</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2332</guid>
    <pubDate>Tue, 14 Apr 2026 12:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2332</strong></p>
  <p>In Eclipse Jetty, the HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used, similar to the "funky chunks" techniques outlined here:   *  https://w4ke.info/2025/06/18/funky-chunks.html    *  https://w4ke.info/2025/10/29/funky-chunks-2.html   Jetty terminates chunk extension parsing at \r\n inside quoted strings instead of treating this as an error.   POST / HTTP/1.1 Ho…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2332">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5795 – In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication chec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5795</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5795</guid>
    <pubDate>Wed, 08 Apr 2026 14:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5795</strong></p>
  <p>In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable.   Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals.   A subsequent request using the same thread inherits the ThreadLocal values, leading to a broken access control and pr…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-226</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5795">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1605 – In Eclipse Jetty, versions 12.0.0-12.0.31 and 12.1.0-12.0.5, class GzipHandler e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1605</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1605</guid>
    <pubDate>Thu, 05 Mar 2026 10:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1605</strong></p>
  <p>In Eclipse Jetty, versions 12.0.0-12.0.31 and 12.1.0-12.0.5, class GzipHandler exposes a vulnerability when a compressed HTTP request, with Content-Encoding: gzip, is processed and the corresponding response is not compressed.   This happens because the JDK Inflater is allocated for decompressing the request, but it is not released because the release mechanism is tied to the compressed response.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1605">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-5115 – In Eclipse Jetty, versions &lt;=9.4.57, &lt;=10.0.25, &lt;=11.0.25, &lt;=12.0.21, &lt;=12.1.0.a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-5115</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-5115</guid>
    <pubDate>Wed, 20 Aug 2025 20:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-5115</strong></p>
  <p>In Eclipse Jetty, versions <=9.4.57, <=10.0.25, <=11.0.25, <=12.0.21, <=12.1.0.alpha2, an HTTP/2 client may trigger the server to send RST_STREAM frames, for example by sending frames that are malformed or that should not be sent in a particular stream state, therefore forcing the server to consume resources such as CPU and memory.   For example, a client can open a stream and then send WINDOW_UP…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-5115">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-41242 – Spring Framework MVC applications can be vulnerable to a “Path Traversal Vulnera...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-41242</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-41242</guid>
    <pubDate>Mon, 18 Aug 2025 09:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-41242</strong></p>
  <p>Spring Framework MVC applications can be vulnerable to a “Path Traversal Vulnerability” when deployed on a non-compliant Servlet container.  An application can be vulnerable when all the following are true:    *  the application is deployed as a WAR or with an embedded Servlet container   *  the Servlet container  does not reject suspicious sequences https://jakarta.ee/specifications/servlet/6.1/…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-41242">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-1948 – In Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can speci...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1948</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1948</guid>
    <pubDate>Thu, 08 May 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-1948</strong></p>
  <p>In Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can specify a very large value for the HTTP/2 settings parameter SETTINGS_MAX_HEADER_LIST_SIZE. The Jetty HTTP/2 server does not perform validation on this setting, and tries to allocate a ByteBuffer of the specified capacity to encode HTTP responses, likely resulting in OutOfMemoryError being thrown, or even the JVM process e…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1948">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-13009 – In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-13009</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-13009</guid>
    <pubDate>Thu, 08 May 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-13009</strong></p>
  <p>In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request body. This can result in corrupted and/or inadvertent sharing of data between requests.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-404</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-13009">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-6763 – Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-6763</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-6763</guid>
    <pubDate>Mon, 14 Oct 2024 16:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-6763</strong></p>
  <p>Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.  The HttpURI class does insufficient validation on the authority segment of a URI.  However the behaviour of HttpURI  differs from the common browsers in how it handles a URI that would be  considered invalid if fully validated against the RRC.  Sp…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-1286</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-6763">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-36478 – Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-36478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-36478</guid>
    <pubDate>Tue, 10 Oct 2023 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-36478</strong></p>
  <p>Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to exceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. How…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-36478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-36479 – Eclipse Jetty Canonical Repository is the canonical repository for the Jetty pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-36479</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-36479</guid>
    <pubDate>Fri, 15 Sep 2023 19:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-36479</strong></p>
  <p>Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an opt…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-149</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-36479">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-2191 – In Eclipse Jetty versions 10.0.0 thru 10.0.9, and 11.0.0 thru 11.0.9 versions, S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2191</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2191</guid>
    <pubDate>Thu, 07 Jul 2022 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-2191</strong></p>
  <p>In Eclipse Jetty versions 10.0.0 thru 10.0.9, and 11.0.0 thru 11.0.9 versions, SslConnection does not release ByteBuffers from configured ByteBufferPool in case of error code paths.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-404</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2191">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-2048 – In Eclipse Jetty HTTP/2 server implementation, when encountering an invalid HTTP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2048</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2048</guid>
    <pubDate>Thu, 07 Jul 2022 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-2048</strong></p>
  <p>In Eclipse Jetty HTTP/2 server implementation, when encountering an invalid HTTP/2 request, the error handling has a bug that can wind up not properly cleaning up the active connections and associated resources. This can lead to a Denial of Service scenario where there are no enough resources left to process good requests.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-410</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2048">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-2047 – In Eclipse Jetty versions 9.4.0 thru 9.4.46, and 10.0.0 thru 10.0.9, and 11.0.0 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2047</guid>
    <pubDate>Thu, 07 Jul 2022 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-2047</strong></p>
  <p>In Eclipse Jetty versions 9.4.0 thru 9.4.46, and 10.0.0 thru 10.0.9, and 11.0.0 thru 11.0.9 versions, the parsing of the authority segment of an http scheme URI, the Jetty HttpURI class improperly detects an invalid input as a hostname. This can lead to failures in a Proxy scenario.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-34429 – For Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 &amp; 11.0.1-11.0.5, URIs ca...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34429</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34429</guid>
    <pubDate>Thu, 15 Jul 2021 17:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-34429</strong></p>
  <p>For Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 & 11.0.1-11.0.5, URIs can be crafted using some encoded characters to access the content of the WEB-INF directory and/or bypass some security constraints. This is a variation of the vulnerability reported in CVE-2021-28164/GHSA-v7ff-8wcx-gmc5.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34429">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-34428 – For Eclipse Jetty versions &lt;= 9.4.40, &lt;= 10.0.2, &lt;= 11.0.2, if an exception is t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34428</guid>
    <pubDate>Tue, 22 Jun 2021 15:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-34428</strong></p>
  <p>For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, if an exception is thrown from the SessionListener#sessionDestroyed() method, then the session ID is not invalidated in the session ID manager. On deployments with clustered sessions and multiple contexts this can result in a session not being invalidated. This can result in an application used on a shared computer being left logged in.</p>
  <p><strong>CVSS:</strong> 2.9 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-28169 – For Eclipse Jetty versions &lt;= 9.4.40, &lt;= 10.0.2, &lt;= 11.0.2, it is possible for r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28169</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28169</guid>
    <pubDate>Wed, 09 Jun 2021 02:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-28169</strong></p>
  <p>For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, it is possible for requests to the ConcatServlet with a doubly encoded path to access protected resources within the WEB-INF directory. For example a request to `/concat?/%2557EB-INF/web.xml` can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28169">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-28165 – In Eclipse Jetty 7.2.2 to 9.4.38, 10.0.0.alpha0 to 10.0.1, and 11.0.0.alpha0 to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28165</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28165</guid>
    <pubDate>Thu, 01 Apr 2021 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-28165</strong></p>
  <p>In Eclipse Jetty 7.2.2 to 9.4.38, 10.0.0.alpha0 to 10.0.1, and 11.0.0.alpha0 to 11.0.1, CPU usage can reach 100% upon receiving a large invalid TLS frame.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28165">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-28164 – In Eclipse Jetty 9.4.37.v20210219 to 9.4.38.v20210224, the default compliance mo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28164</guid>
    <pubDate>Thu, 01 Apr 2021 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-28164</strong></p>
  <p>In Eclipse Jetty 9.4.37.v20210219 to 9.4.38.v20210224, the default compliance mode allows requests with URIs that contain %2e or %2e%2e segments to access protected resources within the WEB-INF directory. For example a request to /context/%2e/WEB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-28163 – In Eclipse Jetty 9.4.32 to 9.4.38, 10.0.0.beta2 to 10.0.1, and 11.0.0.beta2 to 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28163</guid>
    <pubDate>Thu, 01 Apr 2021 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-28163</strong></p>
  <p>In Eclipse Jetty 9.4.32 to 9.4.38, 10.0.0.beta2 to 10.0.1, and 11.0.0.beta2 to 11.0.1, if a user uses a webapps directory that is a symlink, the contents of the webapps directory is deployed as a static webapp, inadvertently serving the webapps themselves and anything else that might be in that directory.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-27223 – In Eclipse Jetty 9.4.6.v20170531 to 9.4.36.v20210114 (inclusive), 10.0.0, and 11...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-27223</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-27223</guid>
    <pubDate>Fri, 26 Feb 2021 22:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-27223</strong></p>
  <p>In Eclipse Jetty 9.4.6.v20170531 to 9.4.36.v20210114 (inclusive), 10.0.0, and 11.0.0 when Jetty handles a request containing multiple Accept headers with a large number of “quality” (i.e. q) parameters, the server may enter a denial of service (DoS) state due to high CPU usage processing those quality values, resulting in minutes of CPU time exhausted processing those quality values.</p>
  <p><strong>CVSS:</strong> 5.2 · <strong>CWE:</strong> CWE-407</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27223">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-27218 – In Eclipse Jetty version 9.4.0.RC0 to 9.4.34.v20201102, 10.0.0.alpha0 to 10.0.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-27218</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-27218</guid>
    <pubDate>Sat, 28 Nov 2020 01:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-27218</strong></p>
  <p>In Eclipse Jetty version 9.4.0.RC0 to 9.4.34.v20201102, 10.0.0.alpha0 to 10.0.0.beta2, and 11.0.0.alpha0 to 11.0.0.beta2, if GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection, and if an attacker can send a request with a body that is received entirely but not consumed by the application, then a subsequent request on the same connec…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-226</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27218">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-27216 – In Eclipse Jetty versions 1.0 thru 9.4.32.v20200930, 10.0.0.alpha1 thru 10.0.0.b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-27216</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-27216</guid>
    <pubDate>Fri, 23 Oct 2020 13:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-27216</strong></p>
  <p>In Eclipse Jetty versions 1.0 thru 9.4.32.v20200930, 10.0.0.alpha1 thru 10.0.0.beta2, and 11.0.0.alpha1 thru 11.0.0.beta2O, on Unix like systems, the system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirector…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-378</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27216">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-17638 – In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-17638</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-17638</guid>
    <pubDate>Thu, 09 Jul 2020 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-17638</strong></p>
  <p>In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too large response headers, Jetty throws an exception to produce an HTTP 431 error. When this happens, the ByteBuffer containing the HTTP response headers is released back to the ByteBufferPool twice. Because of this double release, two threads can acquire the same ByteBuffer from the pool and while thread1 is about to us…</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-672</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-17638">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-17632 – In Eclipse Jetty versions 9.4.21.v20190926, 9.4.22.v20191022, and 9.4.23.v201911...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-17632</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-17632</guid>
    <pubDate>Mon, 25 Nov 2019 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-17632</strong></p>
  <p>In Eclipse Jetty versions 9.4.21.v20190926, 9.4.22.v20191022, and 9.4.23.v20191118, the generation of default unhandled Error response content (in text/html and text/json Content-Type) does not escape Exception messages in stacktraces included in error output.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-17632">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-10247 – In Eclipse Jetty version 7.x, 8.x, 9.2.27 and older, 9.3.26 and older, and 9.4.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-10247</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-10247</guid>
    <pubDate>Mon, 22 Apr 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-10247</strong></p>
  <p>In Eclipse Jetty version 7.x, 8.x, 9.2.27 and older, 9.3.26 and older, and 9.4.16 and older, the server running on any OS and Jetty version combination will reveal the configured fully qualified directory base resource location on the output of the 404 error for not finding a Context that matches the requested path. The default server behavior on jetty-distribution and jetty-home will include at…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-213</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-10247">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-10246 – In Eclipse Jetty version 9.2.27, 9.3.26, and 9.4.16, the server running on Windo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-10246</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-10246</guid>
    <pubDate>Mon, 22 Apr 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-10246</strong></p>
  <p>In Eclipse Jetty version 9.2.27, 9.3.26, and 9.4.16, the server running on Windows is vulnerable to exposure of the fully qualified Base Resource directory name on Windows to a remote client when it is configured for showing a Listing of directory contents. This information reveal is restricted to only the content in the configured base resource directories.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-213</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-10246">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-10241 – In Eclipse Jetty version 9.2.26 and older, 9.3.25 and older, and 9.4.15 and olde...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-10241</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-10241</guid>
    <pubDate>Mon, 22 Apr 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-10241</strong></p>
  <p>In Eclipse Jetty version 9.2.26 and older, 9.3.25 and older, and 9.4.15 and older, the server is vulnerable to XSS conditions if a remote client USES a specially formatted URL against the DefaultServlet or ResourceHandler that is configured for showing a Listing of directory contents.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-10241">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-12545 – In Eclipse Jetty version 9.3.x and 9.4.x, the server is vulnerable to Denial of ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-12545</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-12545</guid>
    <pubDate>Wed, 27 Mar 2019 20:29:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-12545</strong></p>
  <p>In Eclipse Jetty version 9.3.x and 9.4.x, the server is vulnerable to Denial of Service conditions if a remote client sends either large SETTINGs frames container containing many settings, or many small SETTINGs frames. The vulnerability is due to the additional CPU and memory allocations required to handle changed settings.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-12545">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-12536 – In Eclipse Jetty Server, all 9.x versions, on webapps deployed using default Err...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-12536</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-12536</guid>
    <pubDate>Wed, 27 Jun 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-12536</strong></p>
  <p>In Eclipse Jetty Server, all 9.x versions, on webapps deployed using default Error Handling, when an intentionally bad query arrives that doesn't match a dynamic url-pattern, and is eventually handled by the DefaultServlet's static file serving, the bad characters can trigger a java.nio.file.InvalidPathException which includes the full path to the base resource directory that the DefaultServlet a…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-12536">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-7658 – In Eclipse Jetty Server, versions 9.2.x and older, 9.3.x (all non HTTP/1.x confi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7658</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7658</guid>
    <pubDate>Tue, 26 Jun 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-7658</strong></p>
  <p>In Eclipse Jetty Server, versions 9.2.x and older, 9.3.x (all non HTTP/1.x configurations), and 9.4.x (all HTTP/1.x configurations), when presented with two content-lengths headers, Jetty ignored the second. When presented with a content-length and a chunked encoding header, the content-length was ignored (as per RFC 2616). If an intermediary decided on the shorter length, but still passed on the…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7658">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-7657 – In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7657</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7657</guid>
    <pubDate>Tue, 26 Jun 2018 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-7657</strong></p>
  <p>In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), transfer-encoding chunks are handled poorly. The chunk length parsing was vulnerable to an integer overflow. Thus a large chunk size could be interpreted as a smaller chunk size and content sent as chunk body could be interpreted as a pipelined request. If…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7657">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-7656 – In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7656</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7656</guid>
    <pubDate>Tue, 26 Jun 2018 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-7656</strong></p>
  <p>In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), HTTP/0.9 is handled poorly. An HTTP/1 style request line (i.e. method space URI space version) that declares a version of HTTP/0.9 was accepted and treated as a 0.9 request. If deployed behind an intermediary that also accepted and passed through the 0.9 v…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7656">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-12538 – In Eclipse Jetty versions 9.4.0 through 9.4.8, when using the optional Jetty pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-12538</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-12538</guid>
    <pubDate>Fri, 22 Jun 2018 19:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-12538</strong></p>
  <p>In Eclipse Jetty versions 9.4.0 through 9.4.8, when using the optional Jetty provided FileSessionDataStore for persistent storage of HttpSession details, it is possible for a malicious user to access/hijack other HttpSessions and even delete unmatched HttpSessions present in the FileSystem's storage for the FileSessionDataStore.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-6</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-12538">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-4800 – The path normalization mechanism in PathResource class in Eclipse Jetty 9.3.x be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-4800</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-4800</guid>
    <pubDate>Thu, 13 Apr 2017 14:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-4800</strong></p>
  <p>The path normalization mechanism in PathResource class in Eclipse Jetty 9.3.x before 9.3.9 on Windows allows remote attackers to bypass protected resource restrictions and other security constraints via a URL with certain escaped characters, related to backslashes.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-4800">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-2080 – The exception handling code in Eclipse Jetty before 9.2.9.v20150224 allows remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-2080</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-2080</guid>
    <pubDate>Fri, 07 Oct 2016 14:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-2080</strong></p>
  <p>The exception handling code in Eclipse Jetty before 9.2.9.v20150224 allows remote attackers to obtain sensitive information from process memory via illegal characters in an HTTP header, aka JetLeak.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-2080">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
