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.
The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat build of Quarkus 2.13.9.Final | RedHat | io.quarkus/quarkus-resteasy:2.13.9.Final-redhat-00003 | * |
Red Hat build of Quarkus 2.13.9.Final | RedHat | io.quarkus/quarkus-resteasy-reactive:2.13.9.Final-redhat-00003 | * |
Red Hat build of Quarkus 3.2.9.Final | RedHat | io.quarkus/quarkus-resteasy:3.2.9.Final-redhat-00003 | * |
Red Hat build of Quarkus 3.2.9.Final | RedHat | io.quarkus/quarkus-resteasy-reactive:3.2.9.Final-redhat-00003 | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are not applied consistently - or not at all - users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.