From 5107c63325324daafbda4cbb77529cea16178c49 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:35:00 +0000 Subject: [PATCH] Publish Advisories GHSA-9qvj-rpj8-v5c8 GHSA-9qvj-rpj8-v5c8 --- .../GHSA-9qvj-rpj8-v5c8.json | 164 ++++++++++++++++++ .../GHSA-9qvj-rpj8-v5c8.json | 48 ----- 2 files changed, 164 insertions(+), 48 deletions(-) create mode 100644 advisories/github-reviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json delete mode 100644 advisories/unreviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json diff --git a/advisories/github-reviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json b/advisories/github-reviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json new file mode 100644 index 00000000000..56eea246850 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json @@ -0,0 +1,164 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9qvj-rpj8-v5c8", + "modified": "2025-06-06T15:33:33Z", + "published": "2025-06-03T15:31:27Z", + "aliases": [ + "CVE-2025-46548" + ], + "summary": "Pekko Management may not properly apply authenticator when Basic Authentication enabled", + "details": "If you enable Basic Authentication in Pekko Management using the Java DSL, the authenticator may not be properly applied.\n\n\nUsers that rely on authentication instead of making sure the Management API ports are only available to trusted users are recommended to upgrade to version 1.1.1, which fixes this issue.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.pekko:pekko-management_2.12" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.lightbend.akka.management:akka-management_2.13" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.pekko:pekko-management_2.13" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.pekko:pekko-management_3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.lightbend.akka.management:akka-management_2.12" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.lightbend.akka.management:akka-management_3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46548" + }, + { + "type": "WEB", + "url": "https://github.com/akka/akka-management/pull/1385" + }, + { + "type": "WEB", + "url": "https://github.com/apache/pekko-management/pull/418" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/tnd84hj9w0ggjcft6cp12q67d5jzhp66" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/06/03/7" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-06T15:33:33Z", + "nvd_published_at": "2025-06-03T15:15:59Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json b/advisories/unreviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json deleted file mode 100644 index 79ca99c4446..00000000000 --- a/advisories/unreviewed/2025/06/GHSA-9qvj-rpj8-v5c8/GHSA-9qvj-rpj8-v5c8.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9qvj-rpj8-v5c8", - "modified": "2025-06-04T21:31:13Z", - "published": "2025-06-03T15:31:27Z", - "aliases": [ - "CVE-2025-46548" - ], - "details": "If you enable Basic Authentication in Pekko Management using the Java DSL, the authenticator may not be properly applied.\n\n\nUsers that rely on authentication instead of making sure the Management API ports are only available to trusted users are recommended to upgrade to version 1.1.1, which fixes this issue.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46548" - }, - { - "type": "WEB", - "url": "https://github.com/akka/akka-management/pull/1385" - }, - { - "type": "WEB", - "url": "https://github.com/apache/pekko-management/pull/418" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/tnd84hj9w0ggjcft6cp12q67d5jzhp66" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2025/06/03/7" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-287" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-06-03T15:15:59Z" - } -} \ No newline at end of file