Skip to content

Commit e097068

Browse files
committed
CVEs + 3.6.9
1 parent b7d95da commit e097068

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_posts/2023-01-31-quarkus-3-7-released.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 'Quarkus 3.7 - Java 17 baseline, Hibernate ORM 6.4, @MeterTag...'
44
date: 2024-01-31
55
tags: release
6-
synopsis: 'We released Quarkus 3.7 which requires Java 17+, updates to Hibernate ORM 6.4, supports Micrometer @MeterTag and much more.'
6+
synopsis: 'We released Quarkus 3.7 which requires Java 17+, updates to Hibernate ORM 6.4, supports Micrometer @MeterTag and much more. 3.6.9 was also released to address two CVEs.'
77
author: gsmet
88
---
99

@@ -27,6 +27,13 @@ Major changes are:
2727
* https://github.com/quarkusio/quarkus/pull/38029[#38029] - Allow applications using quakus-info to contribute data to the /info using CDI
2828
* https://github.com/quarkusio/quarkus/pull/38066[#38066] - Drop Okhttp/Okio from BOM
2929

30+
3.7.1 also fixes the following CVEs:
31+
32+
- https://access.redhat.com/security/cve/CVE-2023-5675[CVE-2023-5675] Authorization flaw in Quarkus RESTEasy Reactive and Classic when `quarkus.security.jaxrs.deny-unannotated-endpoints` or `quarkus.security.jaxrs.default-roles-allowed` properties are used
33+
- https://access.redhat.com/security/cve/CVE-2023-6267[CVE-2023-6267] JSON payload getting processed prior to security checks when REST resources are used with annotations
34+
35+
We also released 3.6.9 to address these issues in 3.6, in case you encounter problems updating to 3.7.
36+
3037
As usual, this version also comes with bugfixes, performance improvements and documentation improvements.
3138

3239
As mentioned in the previous minor announcement, we currently maintain two version streams in the community:

0 commit comments

Comments
 (0)