CVE-2024-1300: Eclipse Vert.x vulnerable to a memory leak in TCP servers
A vulnerability in the Eclipse Vert.x toolkit causes a memory leak in TCP servers configured with TLS and SNI support. When processing an unknown SNI server name assigned the default certificate instead of a mapped certificate, the SSL context is erroneously cached in the server name map, leading to memory exhaustion. This flaw allows attackers to send TLS client hello messages with fake server names, triggering a JVM out-of-memory error.
References
- access.redhat.com/security/cve/CVE-2024-1300
- bugzilla.redhat.com/show_bug.cgi?id=2263139
- github.com/advisories/GHSA-9ph3-v2vh-3qx7
- github.com/eclipse-vertx/vert.x
- github.com/eclipse-vertx/vert.x/commit/3d9235cadf44df39a70dc75bddfe0b8fcbd6a683
- github.com/eclipse-vertx/vert.x/commit/7ad34ea9d78f85e26b231ee3ec8d492d10046479
- github.com/eclipse-vertx/vert.x/pull/5099
- github.com/eclipse-vertx/vert.x/pull/5100
- github.com/eclipse-vertx/vert.x/pull/5101
- nvd.nist.gov/vuln/detail/CVE-2024-1300
- vertx.io/docs/vertx-core/java/
Detect and mitigate CVE-2024-1300 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →