From 5bab55b6e609583aa1f65d87ff5db6db1ccdcfad Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:32:15 +0000 Subject: [PATCH] Publish Advisories GHSA-7gq2-vwq9-w8vw GHSA-8259-2x72-2gvc --- .../GHSA-7gq2-vwq9-w8vw.json | 39 +++++++++++++++++-- .../GHSA-8259-2x72-2gvc.json | 39 +++++++++++++++++-- 2 files changed, 70 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json (59%) rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json (60%) diff --git a/advisories/unreviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json b/advisories/github-reviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json similarity index 59% rename from advisories/unreviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json rename to advisories/github-reviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json index 2e8e082869d..374826c00b6 100644 --- a/advisories/unreviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json +++ b/advisories/github-reviewed/2024/09/GHSA-7gq2-vwq9-w8vw/GHSA-7gq2-vwq9-w8vw.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-7gq2-vwq9-w8vw", - "modified": "2024-09-11T15:31:12Z", + "modified": "2024-09-11T17:30:47Z", "published": "2024-09-11T15:31:12Z", "aliases": [ "CVE-2024-8646" ], + "summary": "Eclipse Glassfish URL redirection vulnerability", "details": "In Eclipse Glassfish versions prior to 7.0.10, a URL redirection vulnerability to untrusted sites existed.\nThis vulnerability is caused by the vulnerability (CVE-2023-41080) in the Apache code included in GlassFish.\nThis vulnerability only affects applications that are explicitly deployed to the root context ('/').", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.glassfish.main.web:web-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.0.10" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +48,14 @@ "type": "WEB", "url": "https://github.com/eclipse-ee4j/glassfish/pull/24655" }, + { + "type": "WEB", + "url": "https://github.com/eclipse-ee4j/glassfish/commit/06b80012761d07f6e40e40aa6b0133465b0bd145" + }, + { + "type": "PACKAGE", + "url": "https://github.com/eclipse-ee4j/glassfish" + }, { "type": "WEB", "url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/34" @@ -43,8 +74,8 @@ "CWE-601" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-11T17:30:47Z", "nvd_published_at": "2024-09-11T14:15:14Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json b/advisories/github-reviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json similarity index 60% rename from advisories/unreviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json rename to advisories/github-reviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json index 82b1ffa1bcc..6b76d981f03 100644 --- a/advisories/unreviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json +++ b/advisories/github-reviewed/2024/09/GHSA-8259-2x72-2gvc/GHSA-8259-2x72-2gvc.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-8259-2x72-2gvc", - "modified": "2024-09-11T15:31:12Z", + "modified": "2024-09-11T17:31:05Z", "published": "2024-09-11T15:31:12Z", "aliases": [ "CVE-2024-8642" ], + "summary": "Eclipse Dataspace Components's ConsumerPullTransferTokenValidationApiController doesn't check for token validit", "details": "In Eclipse Dataspace Components, from version 0.5.0 and before version 0.9.0, the ConsumerPullTransferTokenValidationApiController does not check for token validity (expiry, not-before, issuance date), which can allow an attacker to bypass the check for token expiration. The issue requires to have a dataplane configured to support http proxy consumer pull AND include the module \"transfer-data-plane\". The affected code was marked deprecated from the version 0.6.0 in favour of Dataplane Signaling. In 0.9.0 the vulnerable code has been removed.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:L/U:Green" } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.edc:transfer-data-plane" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.5.0" + }, + { + "fixed": "0.9.0" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +48,14 @@ "type": "WEB", "url": "https://github.com/eclipse-edc/Connector/commit/04899e91dcdb4a407db4eb7af3e7b6ff9a9e9ad6" }, + { + "type": "PACKAGE", + "url": "https://github.com/eclipse-edc/Connector" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-edc/Connector/blob/bcb2e42aee82ce1863be3dcbdab29919d39a0e97/extensions/control-plane/transfer/transfer-data-plane/src/main/java/org/eclipse/edc/connector/controlplane/transfer/dataplane/api/ConsumerPullTransferTokenValidationApiController.java" + }, { "type": "WEB", "url": "https://github.com/eclipse-edc/Connector/releases/tag/v0.9.0" @@ -43,8 +74,8 @@ "CWE-303" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-11T17:31:04Z", "nvd_published_at": "2024-09-11T14:15:14Z" } } \ No newline at end of file