CVE-2024-1023
MEDIUMA vulnerability in the Eclipse Vert.x toolkit results in a memory leak due to using Netty FastThreadLocal data structures. Specifically, when the Vert.x HTTP client establishes connections to different hosts, triggering the memory leak. The leak can be accelerated with intimate runtime knowledge,...
Full CISO analysis pending enrichment.
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| cryostat-tech-preview/cryostat-grafana-dashboard-rhel8 | — | — | No patch |
| cryostat-tech-preview/cryostat-operator-bundle | — | — | No patch |
| cryostat-tech-preview/cryostat-reports-rhel8 | — | — | No patch |
| cryostat-tech-preview/cryostat-rhel8 | — | — | No patch |
| cryostat-tech-preview/cryostat-rhel8-operator | — | — | No patch |
| cryostat-tech-preview/jfr-datasource-rhel8 | — | — | No patch |
| io.vertx/vertx-core | — | — | No patch |
| mta/mta-windup-addon-rhel9 | — | — | No patch |
| vert.x | — | — | No patch |
| vertx-core | — | — | No patch |
How severe is it?
What is the attack surface?
What should I do?
No patch available
Monitor for updates. Consider compensating controls or temporary mitigations.
Which compliance frameworks are affected?
Compliance analysis pending. Sign in for full compliance mapping when available.
Frequently Asked Questions
What is CVE-2024-1023?
A vulnerability in the Eclipse Vert.x toolkit results in a memory leak due to using Netty FastThreadLocal data structures. Specifically, when the Vert.x HTTP client establishes connections to different hosts, triggering the memory leak. The leak can be accelerated with intimate runtime knowledge, allowing an attacker to exploit this vulnerability. For instance, a server accepting arbitrary internet addresses could serve as an attack vector by connecting to these addresses, thereby accelerating the memory leak.
Is CVE-2024-1023 actively exploited?
No confirmed active exploitation of CVE-2024-1023 has been reported, but organizations should still patch proactively.
How to fix CVE-2024-1023?
No patch is currently available. Monitor vendor advisories for updates.
What is the CVSS score for CVE-2024-1023?
CVE-2024-1023 has a CVSS v3.1 base score of 6.5 (MEDIUM).
What are the technical details?
Original Advisory
A vulnerability in the Eclipse Vert.x toolkit results in a memory leak due to using Netty FastThreadLocal data structures. Specifically, when the Vert.x HTTP client establishes connections to different hosts, triggering the memory leak. The leak can be accelerated with intimate runtime knowledge, allowing an attacker to exploit this vulnerability. For instance, a server accepting arbitrary internet addresses could serve as an attack vector by connecting to these addresses, thereby accelerating the memory leak.
Weaknesses (CWE)
CWE-401 — Missing Release of Memory after Effective Lifetime: The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
- [Implementation] Choose a language or tool that provides automatic memory management, or makes manual memory management less error-prone. For example, glibc in Linux provides protection against free of invalid pointers. When using Xcode to target OS X or iOS, enable automatic reference counting (ARC) [REF-391]. To help correctly and consistently manage memory when programming in C++, consider using a smart pointer class such as std::auto_ptr (defined by ISO/IEC ISO/IEC 14882:2003), std::shared_ptr and std::unique_ptr (specified by an upcoming revision of the C++ standard, informally referred to as C++ 1x), or equivalent solutions such as Boost.
- [Architecture and Design] Use an abstraction library to abstract away risky APIs. Not a complete solution.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H References
- access.redhat.com/errata/RHSA-2024:1662 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:1706 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:2088 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:2833 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:3527 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:3989 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2024:4884 vendor-advisory x_refsource_REDHAT
- access.redhat.com/security/cve/CVE-2024-1023 vdb-entry x_refsource_REDHAT
- bugzilla.redhat.com/show_bug.cgi issue-tracking x_refsource_REDHAT
- github.com/eclipse-vertx/vert.x/issues/5078
- github.com/eclipse-vertx/vert.x/pull/5080
- github.com/eclipse-vertx/vert.x/pull/5082