Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/quarkusio/quarkus/commit/2b58f59f4bf0bae7d35b1abb585b65f2a667
- https://github.com/quarkusio/quarkus/commit/31e8a3bfcf4e223788615d5ce25eb929ca25
- https://github.com/quarkusio/quarkus/commit/d1ee57e7b826872b6355cfec0ae13465840e
- https://github.com/quarkusio/quarkus/issues/48227
- https://github.com/quarkusio/quarkus/pull/48486
- https://github.com/quarkusio/quarkus/releases/tag/3.24.1
- https://github.com/quarkusio/quarkus/security/advisories/GHSA-9623-mj7j-p9v4
FAQ
What is CVE-2025-49574?
CVE-2025-49574 is a vulnerability with a CVSS score of 6.4 (MEDIUM). 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 duplicate...
How severe is CVE-2025-49574?
CVE-2025-49574 has been rated MEDIUM with a CVSS base score of 6.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-49574?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.