Allocation of Resources Without Limits or Throttling in Quarkus - CVE-2026-16308
Published: August 28, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to allocation of resources without limits or throttling in MultipartParser when handling multipart/form-data requests. A remote attacker can send a specially crafted multipart/form-data request with an arbitrarily large MIME part-header section to cause a denial of service.
The issue affects endpoints that accept multipart/form-data, and a single request can exhaust the JVM heap and crash the application with OutOfMemoryError before any application code runs.