From 462d461a7aa05609c2306a856657099d83437707 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:19:59 +0000 Subject: [PATCH] Publish Advisories GHSA-2g4q-9vm9-9fw4 GHSA-2mvc-557g-5638 GHSA-2g4q-9vm9-9fw4 --- .../GHSA-2g4q-9vm9-9fw4.json | 58 +++++++++++++++++++ .../GHSA-2mvc-557g-5638.json | 38 ++++++++++-- .../GHSA-2g4q-9vm9-9fw4.json | 39 ------------- 3 files changed, 92 insertions(+), 43 deletions(-) create mode 100644 advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json rename advisories/{unreviewed => github-reviewed}/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json (54%) delete mode 100644 advisories/unreviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json diff --git a/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json b/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json new file mode 100644 index 00000000000..4ab6b1ebbba --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2g4q-9vm9-9fw4", + "modified": "2024-05-03T20:17:37Z", + "published": "2024-05-02T15:30:35Z", + "aliases": [ + "CVE-2024-34145" + ], + "summary": "Jenkins Script Security Plugin sandbox bypass vulnerability", + "details": "Jenkins Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call is to be allowed.\n\nMultiple sandbox bypass vulnerabilities exist in Script Security Plugin 1335.vf07d9ce377a_e and earlier:\n\n- Crafted constructor bodies that invoke other constructors can be used to construct any subclassable type via implicit casts.\n\n- Sandbox-defined Groovy classes that shadow specific non-sandbox-defined classes can be used to construct any subclassable type.\n\nThese vulnerabilities allow attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:script-security" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1336.vf33a" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34145" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-05-02/#SECURITY-3341" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/05/02/3" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-03T20:17:37Z", + "nvd_published_at": "2024-05-02T14:15:10Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json b/advisories/github-reviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json similarity index 54% rename from advisories/unreviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json rename to advisories/github-reviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json index 4468fca5ee6..920d51c32b2 100644 --- a/advisories/unreviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json +++ b/advisories/github-reviewed/2024/05/GHSA-2mvc-557g-5638/GHSA-2mvc-557g-5638.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-2mvc-557g-5638", - "modified": "2024-05-02T18:30:55Z", + "modified": "2024-05-03T20:18:57Z", "published": "2024-05-02T18:30:55Z", "aliases": [ "CVE-2024-4215" ], + "summary": "pgAdmin is affected by a multi-factor authentication bypass vulnerability", "details": "pgAdmin <= 8.5 is affected by a multi-factor authentication bypass vulnerability. This vulnerability allows an attacker with knowledge of a legitimate account’s username and password may authenticate to the application and perform sensitive actions within the application, such as managing files and executing SQL queries, regardless of the account’s MFA enrollment status.\n", "severity": [ { @@ -14,7 +15,28 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "pgadmin4" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.6" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 8.5" + } + } ], "references": [ { @@ -24,6 +46,14 @@ { "type": "WEB", "url": "https://github.com/pgadmin-org/pgadmin4/issues/7425" + }, + { + "type": "WEB", + "url": "https://github.com/pgadmin-org/pgadmin4/commit/f4761f55f7cf6d56d6c5129f921393b0b47fd976" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pgadmin-org/pgadmin4" } ], "database_specific": { @@ -31,8 +61,8 @@ ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-03T20:18:57Z", "nvd_published_at": "2024-05-02T18:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json b/advisories/unreviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json deleted file mode 100644 index fed1b8d894f..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-2g4q-9vm9-9fw4", - "modified": "2024-05-02T15:30:35Z", - "published": "2024-05-02T15:30:35Z", - "aliases": [ - "CVE-2024-34145" - ], - "details": "A sandbox bypass vulnerability involving sandbox-defined classes that shadow specific non-sandbox-defined classes in Jenkins Script Security Plugin 1335.vf07d9ce377a_e and earlier allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34145" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-05-02/#SECURITY-3341" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2024/05/02/3" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-02T14:15:10Z" - } -} \ No newline at end of file