diff --git a/advisories/github-reviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json b/advisories/github-reviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json new file mode 100644 index 00000000000..4eef430768f --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json @@ -0,0 +1,108 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9ph3-v2vh-3qx7", + "modified": "2024-04-02T16:15:47Z", + "published": "2024-04-02T09:30:42Z", + "aliases": [ + "CVE-2024-1300" + ], + "summary": "Eclipse Vert.x vulnerable to a memory leak in TCP servers", + "details": "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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.vertx:vertx-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.3.4" + }, + { + "fixed": "4.4.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.vertx:vertx-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0" + }, + { + "fixed": "4.5.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1300" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-vertx/vert.x/pull/5099" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-vertx/vert.x/pull/5100" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-vertx/vert.x/pull/5101" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-vertx/vert.x/commit/3d9235cadf44df39a70dc75bddfe0b8fcbd6a683" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-vertx/vert.x/commit/7ad34ea9d78f85e26b231ee3ec8d492d10046479" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2024-1300" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263139" + }, + { + "type": "PACKAGE", + "url": "https://github.com/eclipse-vertx/vert.x" + }, + { + "type": "WEB", + "url": "https://vertx.io/docs/vertx-core/java/#_server_name_indication_sni." + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-02T16:15:47Z", + "nvd_published_at": "2024-04-02T08:15:53Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json b/advisories/unreviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json deleted file mode 100644 index e05272b201f..00000000000 --- a/advisories/unreviewed/2024/04/GHSA-9ph3-v2vh-3qx7/GHSA-9ph3-v2vh-3qx7.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9ph3-v2vh-3qx7", - "modified": "2024-04-02T09:30:42Z", - "published": "2024-04-02T09:30:42Z", - "aliases": [ - "CVE-2024-1300" - ], - "details": "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.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1300" - }, - { - "type": "WEB", - "url": "https://access.redhat.com/security/cve/CVE-2024-1300" - }, - { - "type": "WEB", - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263139" - }, - { - "type": "WEB", - "url": "https://vertx.io/docs/vertx-core/java/#_server_name_indication_sni." - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-04-02T08:15:53Z" - } -} \ No newline at end of file