From cb437c42d39dbfc5e31f06f135b086d6f456f7d4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:59:54 +0000 Subject: [PATCH] Publish Advisories GHSA-mq6f-5xh5-hgcf GHSA-5r8j-qmcm-7g7q GHSA-wf5p-g6vw-rhxx --- .../2023/10/GHSA-mq6f-5xh5-hgcf/GHSA-mq6f-5xh5-hgcf.json | 3 ++- .../2023/11/GHSA-5r8j-qmcm-7g7q/GHSA-5r8j-qmcm-7g7q.json | 9 ++++++--- .../2023/11/GHSA-wf5p-g6vw-rhxx/GHSA-wf5p-g6vw-rhxx.json | 7 +++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2023/10/GHSA-mq6f-5xh5-hgcf/GHSA-mq6f-5xh5-hgcf.json b/advisories/github-reviewed/2023/10/GHSA-mq6f-5xh5-hgcf/GHSA-mq6f-5xh5-hgcf.json index 44cd1c1a7f0..026c0383135 100644 --- a/advisories/github-reviewed/2023/10/GHSA-mq6f-5xh5-hgcf/GHSA-mq6f-5xh5-hgcf.json +++ b/advisories/github-reviewed/2023/10/GHSA-mq6f-5xh5-hgcf/GHSA-mq6f-5xh5-hgcf.json @@ -105,7 +105,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-208" + "CWE-208", + "CWE-362" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2023/11/GHSA-5r8j-qmcm-7g7q/GHSA-5r8j-qmcm-7g7q.json b/advisories/github-reviewed/2023/11/GHSA-5r8j-qmcm-7g7q/GHSA-5r8j-qmcm-7g7q.json index fe4f8d35f33..3efa3066056 100644 --- a/advisories/github-reviewed/2023/11/GHSA-5r8j-qmcm-7g7q/GHSA-5r8j-qmcm-7g7q.json +++ b/advisories/github-reviewed/2023/11/GHSA-5r8j-qmcm-7g7q/GHSA-5r8j-qmcm-7g7q.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-5r8j-qmcm-7g7q", - "modified": "2023-11-08T17:48:22Z", + "modified": "2023-11-16T19:58:31Z", "published": "2023-11-08T09:30:25Z", "aliases": [ "CVE-2023-39913" @@ -9,7 +9,10 @@ "summary": "Apache UIMA Java SDK Deserialization of Untrusted Data, Improper Input Validation vulnerability", "details": "Deserialization of Untrusted Data, Improper Input Validation vulnerability in Apache UIMA Java SDK. This issue affects Apache UIMA Java SDK before 3.5.0.\n\nUsers are recommended to upgrade to version 3.5.0, which fixes the issue.\n\nThere are several locations in the code where serialized Java objects are deserialized without verifying the data. This affects in particular:\n * the deserialization of a Java-serialized CAS, but also other binary CAS formats that include TSI information using the CasIOUtils class;\n * the CAS Editor Eclipse plugin which uses the the CasIOUtils class to load data;\n * the deserialization of a Java-serialized CAS of the Vinci Analysis Engine service which can receive using Java-serialized CAS objects over network connections;\n * the CasAnnotationViewerApplet and the CasTreeViewerApplet;\n * the checkpointing feature of the CPE module.\n\nNote that the UIMA framework by default does not start any remotely accessible services (i.e. Vinci) that would be vulnerable to this issue. A user or developer would need to make an active choice to start such a service. However, users or developers may use the CasIOUtils in their own applications and services to parse serialized CAS data. They are affected by this issue unless they ensure that the data passed to CasIOUtils is not a serialized Java object.\n\nWhen using Vinci or using CasIOUtils in own services/applications, the unrestricted deserialization of Java-serialized CAS files may allow arbitrary (remote) code execution.\n\nAs a remedy, it is possible to set up a global or context-specific ObjectInputFilter (cf. https://openjdk.org/jeps/290  and  https://openjdk.org/jeps/415 ) if running UIMA on a Java version that supports it. \n\nNote that Java 1.8 does not support the ObjectInputFilter, so there is no remedy when running on this out-of-support platform. An upgrade to a recent Java version is strongly recommended if you need to secure an UIMA version that is affected by this issue.\n\nTo mitigate the issue on a Java 9+ platform, you can configure a filter pattern through the \"jdk.serialFilter\" system property using a semicolon as a separator:\n\nTo allow deserializing Java-serialized binary CASes, add the classes:\n * org.apache.uima.cas.impl.CASCompleteSerializer\n * org.apache.uima.cas.impl.CASMgrSerializer\n * org.apache.uima.cas.impl.CASSerializer\n * java.lang.String\n\nTo allow deserializing CPE Checkpoint data, add the following classes (and any custom classes your application uses to store its checkpoints):\n * org.apache.uima.collection.impl.cpm.CheckpointData\n * org.apache.uima.util.ProcessTrace\n * org.apache.uima.util.impl.ProcessTrace_impl\n * org.apache.uima.collection.base_cpm.SynchPoint\n\nMake sure to use \"!*\" as the final component to the filter pattern to disallow deserialization of any classes not listed in the pattern.\n\nApache UIMA 3.5.0 uses tightly scoped ObjectInputFilters when reading Java-serialized data depending on the type of data being expected. Configuring a global filter is not necessary with this version.\n\n", "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": [ { @@ -59,7 +62,7 @@ "CWE-20", "CWE-502" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-11-08T17:48:22Z", "nvd_published_at": "2023-11-08T08:15:08Z" diff --git a/advisories/github-reviewed/2023/11/GHSA-wf5p-g6vw-rhxx/GHSA-wf5p-g6vw-rhxx.json b/advisories/github-reviewed/2023/11/GHSA-wf5p-g6vw-rhxx/GHSA-wf5p-g6vw-rhxx.json index fc11ba6d046..57cba58227d 100644 --- a/advisories/github-reviewed/2023/11/GHSA-wf5p-g6vw-rhxx/GHSA-wf5p-g6vw-rhxx.json +++ b/advisories/github-reviewed/2023/11/GHSA-wf5p-g6vw-rhxx/GHSA-wf5p-g6vw-rhxx.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wf5p-g6vw-rhxx", - "modified": "2023-11-10T00:35:37Z", + "modified": "2023-11-16T19:59:08Z", "published": "2023-11-08T21:30:37Z", "aliases": [ "CVE-2023-45857" @@ -9,7 +9,10 @@ "summary": "Axios Cross-Site Request Forgery Vulnerability", "details": "An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" + } ], "affected": [ {