diff --git a/advisories/unreviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json b/advisories/github-reviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json similarity index 59% rename from advisories/unreviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json rename to advisories/github-reviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json index 9d6fe621c1d..33095aae52e 100644 --- a/advisories/unreviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json +++ b/advisories/github-reviewed/2025/06/GHSA-mcwh-c9pg-xw43/GHSA-mcwh-c9pg-xw43.json @@ -1,19 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-mcwh-c9pg-xw43", - "modified": "2025-06-10T09:30:31Z", + "modified": "2025-06-10T20:21:18Z", "published": "2025-06-10T09:30:31Z", "aliases": [ "CVE-2025-27819" ], + "summary": "Apache Kafka Deserialization of Untrusted Data vulnerability", "details": "In CVE-2023-25194, we announced the RCE/Denial of service attack via SASL JAAS JndiLoginModule configuration in Kafka Connect API. But not only Kafka Connect API is vulnerable to this attack, the Apache Kafka brokers also have this vulnerability. To exploit this vulnerability, the attacker needs to be able to connect to the Kafka cluster and have the AlterConfigs permission on the cluster resource.\n\n\nSince Apache Kafka 3.4.0, we have added a system property (\"-Dorg.apache.kafka.disallowed.login.modules\") to disable the problematic login modules usage in SASL JAAS configuration. Also by default \"com.sun.security.auth.module.JndiLoginModule\" is disabled in Apache Kafka 3.4.0, and \"com.sun.security.auth.module.JndiLoginModule,com.sun.security.auth.module.LdapLoginModule\" is disabled by default in in Apache Kafka 3.9.1/4.0.0", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.kafka:kafka" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.4.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27819" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-26f8-x7cc-wqpc" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/kafka" + }, { "type": "WEB", "url": "https://kafka.apache.org/cve-list" @@ -23,9 +57,9 @@ "cwe_ids": [ "CWE-502" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:21:18Z", "nvd_published_at": "2025-06-10T08:15:22Z" } } \ No newline at end of file