CVE-2025-49574

Source
https://cve.org/CVERecord?id=CVE-2025-49574
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-49574.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-49574
Aliases
Downstream
CGA (16)
CLEANSTART (3)
ECHO (1)
MINI (1)
Related
Published
2025-06-23T19:47:05Z
Modified
2026-08-12T15:13:54Z
Severity
  • 6.4 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Quarkus potential data leak when duplicating a duplicated context
Details

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.

Database specific
{
    "cna_assigner":  "GitHub_M",
    "cwe_ids":  [
        "CWE-668"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/49xxx/CVE-2025-49574.json"
}
References

Affected packages

Git / github.com/quarkusio/quarkus

Affected ranges

Type
GIT
Repo
https://github.com/quarkusio/quarkus
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "3.21.0.CR1"
        },
        {
            "fixed":  "3.24.1"
        },
        {
            "introduced":  "3.16.0.CR1"
        },
        {
            "fixed":  "3.20.2"
        },
        {
            "introduced":  "0"
        },
        {
            "fixed":  "3.15.6"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-49574.json"
vanir_signatures
[
    {
        "deprecated":  false,
        "digest":  {
            "line_hashes":  [
                "256843998796959848504687037657153565150",
                "286849916617719919808701982236741694604",
                "139476835812070329847379078032297185599"
            ],
            "threshold":  0.9
        },
        "id":  "CVE-2025-49574-9ca644cd",
        "signature_type":  "Line",
        "signature_version":  "v1",
        "source":  "https://github.com/quarkusio/quarkus/commit/31e8a3bfcf4e223788615d5ce25eb929ca251275",
        "target":  {
            "file":  "extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/filters/AbstractResponseWrapper.java"
        }
    },
    {
        "deprecated":  false,
        "digest":  {
            "line_hashes":  [
                "256843998796959848504687037657153565150",
                "286849916617719919808701982236741694604",
                "139476835812070329847379078032297185599"
            ],
            "threshold":  0.9
        },
        "id":  "CVE-2025-49574-ed874208",
        "signature_type":  "Line",
        "signature_version":  "v1",
        "source":  "https://github.com/quarkusio/quarkus/commit/d1ee57e7b826872b6355cfec0ae13465840e232c",
        "target":  {
            "file":  "extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/filters/AbstractResponseWrapper.java"
        }
    }
]
vanir_signatures_modified
"2026-08-12T15:13:54Z"