From 11f8ef4aecef717d43b013ef95e1099f9c52d4d4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:05:36 +0000 Subject: [PATCH] Publish Advisories GHSA-76h9-2vwh-w278 GHSA-mpj7-7mg7-x95j GHSA-57m2-h3fw-rxhw --- .../2024/12/GHSA-76h9-2vwh-w278/GHSA-76h9-2vwh-w278.json | 7 ++++++- .../2024/12/GHSA-mpj7-7mg7-x95j/GHSA-mpj7-7mg7-x95j.json | 9 +++++++-- .../2025/02/GHSA-57m2-h3fw-rxhw/GHSA-57m2-h3fw-rxhw.json | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2024/12/GHSA-76h9-2vwh-w278/GHSA-76h9-2vwh-w278.json b/advisories/github-reviewed/2024/12/GHSA-76h9-2vwh-w278/GHSA-76h9-2vwh-w278.json index f36ba0e7730..c68e50a9e5e 100644 --- a/advisories/github-reviewed/2024/12/GHSA-76h9-2vwh-w278/GHSA-76h9-2vwh-w278.json +++ b/advisories/github-reviewed/2024/12/GHSA-76h9-2vwh-w278/GHSA-76h9-2vwh-w278.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-76h9-2vwh-w278", - "modified": "2025-01-03T12:30:31Z", + "modified": "2025-02-11T19:03:54Z", "published": "2024-12-25T12:30:45Z", "aliases": [ "CVE-2024-52046" @@ -9,6 +9,10 @@ "summary": "Apache MINA Deserialization RCE Vulnerability", "details": "The `ObjectSerializationDecoder` in Apache MINA uses Java’s native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious serialized data, potentially leading to remote code execution (RCE) attacks.\n\t\nThis issue affects MINA core versions 2.0.X, 2.1.X and 2.2.X, and will be fixed by the releases 2.0.27, 2.1.10 and 2.2.4.\n\nIt's also important to note that an application using MINA core library will only be affected if the IoBuffer#getObject() method is called, and this specific method is potentially called when adding a ProtocolCodecFilter instance using the `ObjectSerializationCodecFactory` class in the filter chain. If your application is specifically using those classes, you have to upgrade to the latest version of MINA core library.\n\nUpgrading will  not be enough: you also need to explicitly allow the classes the decoder will accept in the ObjectSerializationDecoder instance, using one of the three new methods:\n\n1. \n     * Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.\n * `@param classNameMatcher` the matcher to use\n * / `public void accept(ClassNameMatcher classNameMatcher)`\n\n2. \n * Accept class names that match the supplied pattern for deserialization, unless they are otherwise rejected.\n * `@param` pattern standard Java regexp\n * / `public void accept(Pattern pattern)`\n\n3.\n * Accept the wildcard specified classes for deserialization, unless they are otherwise rejected.\n * `@param` patterns Wildcard file name patterns as defined by `{@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}`\n * / `public void accept(String... patterns)`\n\nBy default, the decoder will reject *all* classes that will be present in the incoming data.\n\nNote: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H" @@ -97,6 +101,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-502", "CWE-94" ], "severity": "CRITICAL", diff --git a/advisories/github-reviewed/2024/12/GHSA-mpj7-7mg7-x95j/GHSA-mpj7-7mg7-x95j.json b/advisories/github-reviewed/2024/12/GHSA-mpj7-7mg7-x95j/GHSA-mpj7-7mg7-x95j.json index 3c4b1104cb0..ef78f9c2121 100644 --- a/advisories/github-reviewed/2024/12/GHSA-mpj7-7mg7-x95j/GHSA-mpj7-7mg7-x95j.json +++ b/advisories/github-reviewed/2024/12/GHSA-mpj7-7mg7-x95j/GHSA-mpj7-7mg7-x95j.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mpj7-7mg7-x95j", - "modified": "2025-01-06T18:12:06Z", + "modified": "2025-02-11T19:04:04Z", "published": "2024-12-28T18:30:48Z", "aliases": [ "CVE-2024-56512" @@ -9,6 +9,10 @@ "summary": "Apache NiFi: Missing Complete Authorization for Parameter and Service References", "details": "Apache NiFi 1.10.0 through 2.0.0 are missing fine-grained authorization checking for Parameter Contexts, referenced Controller Services, and referenced Parameter Providers, when creating new Process Groups.\n\nCreating a new Process Group can include binding to a Parameter Context, but in cases where the Process Group did not reference any Parameter values, the framework did not check user authorization for the bound Parameter Context. Missing authorization for a bound Parameter Context enabled clients to download non-sensitive Parameter values after creating the Process Group.\n\nCreating a new Process Group can also include referencing existing Controller Services or Parameter Providers. The framework did not check user authorization for referenced Controller Services or Parameter Providers, enabling clients to create Process Groups and use these components that were otherwise unauthorized.\n\nThis vulnerability is limited in scope to authenticated users authorized to create Process Groups. The scope is further limited to deployments with component-based authorization policies. Upgrading to Apache NiFi 2.1.0 is the recommended mitigation, which includes authorization checking for Parameter and Controller Service references on Process Group creation.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/U:Green" @@ -59,7 +63,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-638" + "CWE-638", + "CWE-862" ], "severity": "LOW", "github_reviewed": true, diff --git a/advisories/github-reviewed/2025/02/GHSA-57m2-h3fw-rxhw/GHSA-57m2-h3fw-rxhw.json b/advisories/github-reviewed/2025/02/GHSA-57m2-h3fw-rxhw/GHSA-57m2-h3fw-rxhw.json index 2a3fee27572..d0912ec1192 100644 --- a/advisories/github-reviewed/2025/02/GHSA-57m2-h3fw-rxhw/GHSA-57m2-h3fw-rxhw.json +++ b/advisories/github-reviewed/2025/02/GHSA-57m2-h3fw-rxhw/GHSA-57m2-h3fw-rxhw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-57m2-h3fw-rxhw", - "modified": "2025-02-06T19:02:30Z", + "modified": "2025-02-11T19:04:24Z", "published": "2025-02-06T12:31:58Z", "aliases": [ "CVE-2024-45626" @@ -11,7 +11,7 @@ "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ @@ -88,7 +88,7 @@ "cwe_ids": [ "CWE-400" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-02-06T19:02:30Z", "nvd_published_at": "2025-02-06T12:15:27Z"