Publish GHSA-25w4-hfqg-4r52

This commit is contained in:
advisory-database[bot]
2024-06-11 18:44:28 +00:00
parent 384d201898
commit 87c63bf22b
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-25w4-hfqg-4r52",
"modified": "2024-04-25T19:54:40Z",
"modified": "2024-06-11T18:43:02Z",
"published": "2024-04-25T18:30:39Z",
"aliases": [
"CVE-2023-5675"
],
"summary": "Quarkus: authorization flaw in quarkus resteasy reactive and classic",
"details": "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' properties.",
"details": "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' properties.\n\nWhile backports of this fix exist in versions 3.6.9 and 3.7.1 users of older versions are encouraged to update to the 3.8.x LTS branch.",
"severity": [
{
"type": "CVSS_V3",
@@ -28,7 +28,7 @@
"introduced": "0"
},
{
"fixed": "3.9.0.CR1"
"fixed": "3.2.10.Final"
}
]
}
@@ -47,7 +47,83 @@
"introduced": "0"
},
{
"fixed": "3.9.0.CR1"
"fixed": "3.2.10.Final"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.quarkus:quarkus-resteasy-reactive-common-deployment"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.3.0"
},
{
"fixed": "3.6.9"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.quarkus:quarkus-resteasy-reactive-common"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.3.0"
},
{
"fixed": "3.6.9"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.quarkus:quarkus-resteasy-reactive-common-deployment"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.7.0"
},
{
"fixed": "3.7.1"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.quarkus:quarkus-resteasy-reactive-common"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.7.0"
},
{
"fixed": "3.7.1"
}
]
}