Description
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 a Vert.x point of view, this new semantic clarifies the behavior. A significant amount of data is stored in the duplicated context, including request scope, security details, and metadata. Duplicating a duplicated context is rather rare and is only done in a few places. This issue has been patched in version 3.24.1, 3.20.2, and 3.15.6.
INFO
Published Date :
2025-06-23T19:47:05.454Z
Last Modified :
2025-12-22T18:40:19.531Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2025-49574 vulnerability.
| Vendors | Products |
|---|---|
| Quarkus |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2025-49574.