---
id: CVE-2024-2700
title: A vulnerability was found in the quarkus-core component
summary: >-
  A vulnerability was found in the quarkus-core component. Quarkus captures
  local environment variables from the Quarkus namespace during the
  application's build, therefore, running the resulting application inherits the
  values captured at…
severity: high
cvss: 7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-526
published: '2024-04-04'
updated: '2026-08-04'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2024-2700'
references:
  - url: 'https://access.redhat.com/errata/RHSA-2024:11023'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:2106'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:2705'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:3527'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:4028'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:4873'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/security/cve/CVE-2024-2700'
    label: secalert@redhat.com
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2273281'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2024:2106'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://access.redhat.com/errata/RHSA-2024:2705'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://access.redhat.com/errata/RHSA-2024:3527'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://access.redhat.com/errata/RHSA-2024:4028'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://access.redhat.com/errata/RHSA-2024:4873'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://access.redhat.com/security/cve/CVE-2024-2700'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2273281'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
epss: 0.00288
epssPercentile: 0.19054
ingestedAt: '2026-08-05T10:46:49.332Z'
---

## Overview

A vulnerability was found in the quarkus-core component. Quarkus captures local environment variables from the Quarkus namespace during the application's build, therefore, running the resulting application inherits the values captured at build time. Some local environment variables may have been set by the developer or CI environment for testing purposes, such as dropping the database during application startup or trusting all TLS certificates to accept self-signed certificates. If these properties are configured using environment variables or the .env facility, they are captured into the built application, which can lead to dangerous behavior if the application does not override these values. This behavior only happens for configuration properties from the `quarkus.*` namespace. Application-specific properties are not captured.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
