From c2628ddeef7b383f852b63a1ed09bee8804abc89 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:14:47 +0000 Subject: [PATCH] Publish Advisories GHSA-5rfv-66g4-jr8h GHSA-jq3f-mfmg-747x GHSA-jq3f-mfmg-747x --- .../GHSA-5rfv-66g4-jr8h.json | 65 +++++++++++++++++ .../GHSA-jq3f-mfmg-747x.json | 73 +++++++++++++++++++ .../GHSA-jq3f-mfmg-747x.json | 42 ----------- 3 files changed, 138 insertions(+), 42 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-5rfv-66g4-jr8h/GHSA-5rfv-66g4-jr8h.json create mode 100644 advisories/github-reviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json diff --git a/advisories/github-reviewed/2024/09/GHSA-5rfv-66g4-jr8h/GHSA-5rfv-66g4-jr8h.json b/advisories/github-reviewed/2024/09/GHSA-5rfv-66g4-jr8h/GHSA-5rfv-66g4-jr8h.json new file mode 100644 index 00000000000..e45f327cf4d --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-5rfv-66g4-jr8h/GHSA-5rfv-66g4-jr8h.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5rfv-66g4-jr8h", + "modified": "2024-09-30T17:14:00Z", + "published": "2024-09-30T17:14:00Z", + "aliases": [ + "CVE-2024-47532" + ], + "summary": "RestrictedPython information leakage via `AttributeError.obj` and the `string` module", + "details": "### Impact\nA user can gain access to protected (and potentially sensible) information indirectly via `AttributeError.obj` and the `string` module.\n\n### Patches\nThe problem will be fixed in version 7.3.\n\n\n### Workarounds\nIf the application does not require access to the module `string`, it can remove it from `RestrictedPython.Utilities.utility_builtins` or otherwise do not make it available in the restricted execution environment.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "RestrictedPython" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-5rfv-66g4-jr8h" + }, + { + "type": "WEB", + "url": "https://github.com/zopefoundation/RestrictedPython/commit/d701cc36cccac36b21fa200f1f2d1945a9a215e6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/zopefoundation/RestrictedPython" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-30T17:14:00Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json b/advisories/github-reviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json new file mode 100644 index 00000000000..faa705c27df --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jq3f-mfmg-747x", + "modified": "2024-09-30T17:13:44Z", + "published": "2024-09-30T09:30:47Z", + "aliases": [ + "CVE-2024-9329" + ], + "summary": "Eclipse Glassfish improperly handles http parameters", + "details": "In Eclipse Glassfish versions before 7.0.17, the Host HTTP parameter could cause the web application to redirect to the specified URL, when the requested endpoint is `/management/domain`. By modifying the URL value to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/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:X/U:X" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.glassfish.main.admin:rest-service" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.0.17" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9329" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-ee4j/glassfish/pull/25106" + }, + { + "type": "WEB", + "url": "https://github.com/eclipse-ee4j/glassfish/commit/6ca35eee2ba90a8108984b27bec33f9cc50cd83b" + }, + { + "type": "PACKAGE", + "url": "https://github.com/eclipse-ee4j/glassfish" + }, + { + "type": "WEB", + "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/232" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-233" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-09-30T17:13:15Z", + "nvd_published_at": "2024-09-30T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json b/advisories/unreviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json deleted file mode 100644 index c0c539fb5cf..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-jq3f-mfmg-747x/GHSA-jq3f-mfmg-747x.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jq3f-mfmg-747x", - "modified": "2024-09-30T09:30:47Z", - "published": "2024-09-30T09:30:47Z", - "aliases": [ - "CVE-2024-9329" - ], - "details": "In Eclipse Glassfish versions before 7.0.17, The Host HTTP parameter could cause the web application to redirect to the specified URL, when the requested endpoint is '/management/domain'. By modifying the URL value to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.", - "severity": [ - { - "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/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:X/U:X" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9329" - }, - { - "type": "WEB", - "url": "https://github.com/eclipse-ee4j/glassfish/pull/25106" - }, - { - "type": "WEB", - "url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/232" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-233" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-30T08:15:05Z" - } -} \ No newline at end of file