icon

We found results for “

CVE-2024-2700

Good to know:

icon

Date: April 4, 2024

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.

Language: Java

Severity Score

Severity Score

Weakness Type (CWE)

Cleartext Storage of Sensitive Information in an Environment Variable

CWE-526

Top Fix

icon

Upgrade Version

Upgrade to version io.quarkus:quarkus-core:3.2.12.Final;io.quarkus:quarkus-core:3.9.2;io.quarkus:quarkus-core:3.8.4

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): LOCAL
Attack Complexity (AC): HIGH
Privileges Required (PR): LOW
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): HIGH
Integrity (I): HIGH
Availability (A): HIGH

Do you need more information?

Contact Us