From 5326036209697b46f89708265a5ecb6213a8264b Mon Sep 17 00:00:00 2001 From: dovezp <89095890+dovezp@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:33:54 -0500 Subject: [PATCH] Improve GHSA-f7w2-p362-48jp --- .../GHSA-f7w2-p362-48jp.json | 69 +++++++++++++++++-- 1 file changed, 65 insertions(+), 4 deletions(-) diff --git a/advisories/unreviewed/2022/05/GHSA-f7w2-p362-48jp/GHSA-f7w2-p362-48jp.json b/advisories/unreviewed/2022/05/GHSA-f7w2-p362-48jp/GHSA-f7w2-p362-48jp.json index 2c5d280b31af9..b64f6111b5dfc 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7w2-p362-48jp/GHSA-f7w2-p362-48jp.json +++ b/advisories/unreviewed/2022/05/GHSA-f7w2-p362-48jp/GHSA-f7w2-p362-48jp.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-f7w2-p362-48jp", - "modified": "2022-05-24T16:59:07Z", + "modified": "2023-01-28T05:07:37Z", "published": "2022-05-24T16:59:07Z", "aliases": [ "CVE-2019-2981" ], + "summary": "Update affected of CVE-2019-2981", "details": "Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JAXP). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).", "severity": [ { @@ -13,7 +14,65 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "GitHub Actions", + "name": "openjdk-11" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "11.0.5+10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "GitHub Actions", + "name": "openjdk-8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8u232-b09" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "GitHub Actions", + "name": "openjdk-7" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7u241" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -109,8 +168,10 @@ } ], "database_specific": { - "cwe_ids": [], - "severity": "MODERATE", + "cwe_ids": [ + + ], + "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2019-10-16T18:15:00Z"