<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Quarkus</title>
  <link>https://cvedaily.com/pages/tags/quarkus-framework.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/quarkus-framework.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Quarkus</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:50 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2026-42333 – Quarkus OpenAPI Generator is Quarkus' extensions for generation of Rest Clients ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42333</guid>
    <pubDate>Sat, 09 May 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42333</strong></p>
  <p>Quarkus OpenAPI Generator is Quarkus' extensions for generation of Rest Clients and server stubs generation. Prior to versions 2.11.1-lts, 2.16.0-lts, and 2.17.0, the generated authentication filter matches OpenAPI path templates too broadly when deciding whether to attach credentials. A security scheme configured for one operation can therefore be applied to a different same-method operation who…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39852 – Quarkus is a Java framework for building cloud-native applications. In versions ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39852</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39852</guid>
    <pubDate>Tue, 05 May 2026 21:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39852</strong></p>
  <p>Quarkus is a Java framework for building cloud-native applications. In versions prior to 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2, a path normalization inconsistency between the security layer and the routing layer allows unauthenticated or lower-privileged users to bypass HTTP path-based authorization policies. Quarkus's security layer performs authorization checks on the raw U…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39852">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40180 – Quarkus OpenAPI Generator is Quarkus' extensions for generation of Rest Clients ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40180</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40180</guid>
    <pubDate>Fri, 10 Apr 2026 20:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40180</strong></p>
  <p>Quarkus OpenAPI Generator is Quarkus' extensions for generation of Rest Clients and server stubs generation. Prior to 2.16.0 and 2.15.0-lts, the unzip() method in ApicurioCodegenWrapper.java extracts ZIP entries without validating that the resolved file path stays within the intended output directory. At line 101, the destination is constructed as new File(toOutputDir, entry.getName()) and the co…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40180">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-66560 – Quarkus is a Cloud Native, (Linux) Container First framework for writing Java ap...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66560</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66560</guid>
    <pubDate>Wed, 07 Jan 2026 18:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-66560</strong></p>
  <p>Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Prior to versions 3.31.0, 3.27.2, and 3.20.5, a vulnerability exists in the HTTP layer of Quarkus REST related to response handling. When a response is being written, the framework waits for previously written response chunks to be fully transmitted before proceeding. If the client connection is dropped du…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66560">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-49574 – Quarkus is a Cloud Native, (Linux) Container First framework for writing Java ap...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49574</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49574</guid>
    <pubDate>Mon, 23 Jun 2025 20:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-49574</strong></p>
  <p>Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. In versions prior to 3.24.1, 3.20.2, and 3.15.6, there is a potential data leak when duplicating a duplicated context. Quarkus extensively uses the Vert.x duplicated context to implement context propagation. With the new semantic data from one transaction can leak to the data from another transaction. From…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49574">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-12225 – A vulnerability was found in Quarkus in the quarkus-security-webauthn module. Th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12225</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12225</guid>
    <pubDate>Tue, 06 May 2025 20:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-12225</strong></p>
  <p>A vulnerability was found in Quarkus in the quarkus-security-webauthn module. The Quarkus WebAuthn module publishes default REST endpoints for registering and logging users in while allowing developers to provide custom REST endpoints. When developers provide custom REST endpoints, the default endpoints remain accessible, potentially allowing attackers to obtain a login cookie that has no corresp…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12225">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-1634 – A flaw was found in the quarkus-resteasy extension, which causes memory leaks wh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1634</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1634</guid>
    <pubDate>Wed, 26 Feb 2025 17:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-1634</strong></p>
  <p>A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1634">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-1247 – A flaw was found in Quarkus REST that allows request parameters to leak between ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1247</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1247</guid>
    <pubDate>Thu, 13 Feb 2025 14:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-1247</strong></p>
  <p>A flaw was found in Quarkus REST that allows request parameters to leak between concurrent requests if endpoints use field injection without a CDI scope. This vulnerability allows attackers to manipulate request data, impersonate users, or access sensitive information.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-488</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1247">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-12397 – A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with
certain ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12397</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12397</guid>
    <pubDate>Thu, 12 Dec 2024 09:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-12397</strong></p>
  <p>A flaw was found in Quarkus-HTTP, which incorrectly parses cookies with certain value-delimiting characters in incoming requests. This issue could allow an attacker to construct a cookie value to exfiltrate HttpOnly cookie values or spoof arbitrary additional cookie values, leading to unauthorized data access or modification. The main threat from this flaw impacts data confidentiality and integri…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12397">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-10451 – A flaw was found in Keycloak. This issue occurs because sensitive runtime values...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-10451</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-10451</guid>
    <pubDate>Mon, 25 Nov 2024 08:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-10451</strong></p>
  <p>A flaw was found in Keycloak. This issue occurs because sensitive runtime values, such as passwords, may be captured during the Keycloak build process and embedded as default values in bytecode, leading to unintended information disclosure. In Keycloak 26, sensitive data specified directly in environment variables during the build process is also stored as a default values, making it accessible d…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-10451">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-9621 – A vulnerability was found in Quarkus CXF. Passwords and other secrets may appear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-9621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-9621</guid>
    <pubDate>Tue, 08 Oct 2024 17:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-9621</strong></p>
  <p>A vulnerability was found in Quarkus CXF. Passwords and other secrets may appear in the  application log in spite of the user configuring them to be hidden. This issue requires some special configuration to be vulnerable, such as SOAP logging enabled, application set client, and endpoint logging properties, and the attacker must have access to the application log.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9621">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-1726 – A flaw was discovered in the RESTEasy Reactive implementation in Quarkus. Due to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-1726</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-1726</guid>
    <pubDate>Thu, 25 Apr 2024 17:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-1726</strong></p>
  <p>A flaw was discovered in the RESTEasy Reactive implementation in Quarkus. Due to security checks for some JAX-RS endpoints being performed after serialization, more processing resources are consumed while the HTTP request is checked. In certain configurations, if an attacker has knowledge of any POST, PUT, or PATCH request paths, they can potentially identify vulnerable endpoints and trigger exce…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-281</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-1726">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-5675 – A flaw was found in Quarkus. When a Quarkus RestEasy Classic or Reactive JAX-RS ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-5675</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-5675</guid>
    <pubDate>Thu, 25 Apr 2024 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-5675</strong></p>
  <p>A flaw was found in Quarkus. When a Quarkus RestEasy Classic or Reactive JAX-RS endpoint has its methods declared in the abstract Java class or customized by Quarkus extensions using the annotation processor, the authorization of these methods will not be enforced if it is enabled by either 'quarkus.security.jaxrs.deny-unannotated-endpoints' or 'quarkus.security.jaxrs.default-roles-allowed' prope…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5675">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-2700 – A vulnerability was found in the quarkus-core component. Quarkus captures local ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-2700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-2700</guid>
    <pubDate>Thu, 04 Apr 2024 14:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-2700</strong></p>
  <p>A vulnerability was found in the quarkus-core component. Quarkus captures local environment variables from the Quarkus namespace during the application's build, therefore, running the resulting application inherits the values captured at build time. Some local environment variables may have been set by the developer or CI environment for testing purposes, such as dropping the database during appl…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-526</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-2700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-1979 – A vulnerability was found in Quarkus. In certain conditions related to the CI pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-1979</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-1979</guid>
    <pubDate>Wed, 13 Mar 2024 10:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-1979</strong></p>
  <p>A vulnerability was found in Quarkus. In certain conditions related to the CI process, git credentials could be inadvertently published, which could put the git repository at risk.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-1979">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-6394 – A flaw was found in Quarkus. This issue occurs when receiving a request over web...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-6394</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-6394</guid>
    <pubDate>Sat, 09 Dec 2023 02:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-6394</strong></p>
  <p>A flaw was found in Quarkus. This issue occurs when receiving a request over websocket with no role-based permission specified on the GraphQL operation, Quarkus processes the request without authentication despite the endpoint being secured. This can allow an attacker to access information and functionality outside of normal granted API permissions.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-6394">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-6393 – A flaw was found in the Quarkus Cache Runtime. When request processing utilizes ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-6393</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-6393</guid>
    <pubDate>Wed, 06 Dec 2023 17:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-6393</strong></p>
  <p>A flaw was found in the Quarkus Cache Runtime. When request processing utilizes a Uni cached using @CacheResult and the cached Uni reuses the initial "completion" context, the processing switches to the cached Uni instead of the request context. This is a problem if the cached Uni context contains sensitive information, and could allow a malicious user to benefit from a POST request returning the…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-6393">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-5720 – A flaw was found in Quarkus, where it does not properly sanitize artifacts creat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-5720</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-5720</guid>
    <pubDate>Wed, 15 Nov 2023 14:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-5720</strong></p>
  <p>A flaw was found in Quarkus, where it does not properly sanitize artifacts created using the Gradle plugin, allowing certain build system information to remain. This flaw allows an attacker to access potentially sensitive information from the build system within the application.</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-526</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5720">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-1584 – A flaw was found in Quarkus. Quarkus OIDC can leak both ID and access tokens in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-1584</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-1584</guid>
    <pubDate>Wed, 04 Oct 2023 11:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-1584</strong></p>
  <p>A flaw was found in Quarkus. Quarkus OIDC can leak both ID and access tokens in the authorization code flow when an insecure HTTP protocol is used, which can allow attackers to access sensitive user data directly from the ID token or by using the access token to access user data from OIDC provider services. Please note that passwords are not stored in access tokens.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-1584">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-4853 – A flaw was found in Quarkus where HTTP security policies are not sanitizing cert...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-4853</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-4853</guid>
    <pubDate>Wed, 20 Sep 2023 10:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-4853</strong></p>
  <p>A flaw was found in Quarkus where HTTP security policies are not sanitizing certain character permutations correctly when accepting requests, resulting in incorrect evaluation of permissions. This issue could allow an attacker to bypass the security policy altogether, resulting in unauthorized endpoint access and possibly a denial of service.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-148</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-4853">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-2974 – A vulnerability was found in quarkus-core. This vulnerability occurs because the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-2974</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-2974</guid>
    <pubDate>Tue, 04 Jul 2023 14:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-2974</strong></p>
  <p>A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-757</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-2974">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-0481 – In RestEasy Reactive implementation of Quarkus the insecure File.createTempFile(...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-0481</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-0481</guid>
    <pubDate>Fri, 24 Feb 2023 18:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-0481</strong></p>
  <p>In RestEasy Reactive implementation of Quarkus the insecure File.createTempFile() is used in the FileBodyHandler class which creates temp files with insecure permissions that could be read by a local user.</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-378</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0481">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-0044 – If the Quarkus Form Authentication session cookie Path attribute is set to `/` t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-0044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-0044</guid>
    <pubDate>Thu, 23 Feb 2023 20:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-0044</strong></p>
  <p>If the Quarkus Form Authentication session cookie Path attribute is set to `/` then a cross-site attack may be initiated which might lead to the Information Disclosure. This attack can be prevented with the Quarkus CSRF Prevention feature.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-4147 – Quarkus CORS filter allows simple GET and POST requests with invalid Origin to p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-4147</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-4147</guid>
    <pubDate>Tue, 06 Dec 2022 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-4147</strong></p>
  <p>Quarkus CORS filter allows simple GET and POST requests with invalid Origin to proceed. Simple GET or POST requests made with XMLHttpRequest are the ones which have no event listeners registered on the object returned by the XMLHttpRequest upload property and have no ReadableStream object used in the request.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1026</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-4147">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-4116 – A vulnerability was found in quarkus. This security flaw happens in Dev UI Confi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-4116</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-4116</guid>
    <pubDate>Tue, 22 Nov 2022 19:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-4116</strong></p>
  <p>A vulnerability was found in quarkus. This security flaw happens in Dev UI Config Editor which is vulnerable to drive-by localhost attacks leading to remote code execution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-4116">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-2466 – It was found that Quarkus 2.10.x does not terminate HTTP requests header context...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2466</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2466</guid>
    <pubDate>Wed, 31 Aug 2022 16:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-2466</strong></p>
  <p>It was found that Quarkus 2.10.x does not terminate HTTP requests header context which may lead to unpredictable behavior.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2466">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-0981 – A flaw was found in Quarkus. The state and potentially associated permissions ca...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-0981</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-0981</guid>
    <pubDate>Wed, 23 Mar 2022 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-0981</strong></p>
  <p>A flaw was found in Quarkus. The state and potentially associated permissions can leak from one web request to another in RestEasy Reactive. This flaw allows a low-privileged user to perform operations on the database with a different set of privileges than intended.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0981">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
