diff --git a/advisories/github-reviewed/2024/11/GHSA-49cc-xrjf-9qf7/GHSA-49cc-xrjf-9qf7.json b/advisories/github-reviewed/2024/11/GHSA-49cc-xrjf-9qf7/GHSA-49cc-xrjf-9qf7.json index 0bf81eadfa1..88a8987c2e7 100644 --- a/advisories/github-reviewed/2024/11/GHSA-49cc-xrjf-9qf7/GHSA-49cc-xrjf-9qf7.json +++ b/advisories/github-reviewed/2024/11/GHSA-49cc-xrjf-9qf7/GHSA-49cc-xrjf-9qf7.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-49cc-xrjf-9qf7", - "modified": "2024-11-21T23:19:07Z", + "modified": "2024-12-02T18:04:00Z", "published": "2024-11-21T23:19:07Z", "aliases": [ "CVE-2024-52309" ], "summary": "SFTPGo allows administrators to restrict command execution from the EventManager", - "details": "### Impact\n\nOne powerful feature of SFTPGo is the ability to have the EventManager execute scripts or run applications in response to certain events.\nThis feature is very common in all software similar to SFTPGo and is generally unrestricted. \n\nHowever, any SFTPGo administrator with permission to run a script has access to the underlying OS/container with the same permissions as the user running SFTPGo.\n\nThis is unexpected for some SFTPGo administrators who think that there is a clear distinction between accessing the system shell and accessing the SFTPGo WebAdmin UI.\n\n### Patches\n\nTo avoid this confusion, running system commands is now disabled by default, and an allow list has been added so that system administrators configuring SFTPGo must explicitly define which commands are allowed to be configured from the WebAdmin UI.\n\nhttps://github.com/drakkan/sftpgo/commit/88b1850b5806eee81150873d4e565144b21021fb\nhttps://github.com/drakkan/sftpgo/commit/b524da11e9466d05fe03304713ee1c61bb276ec4\n\n### Workarounds\n\nAllow EventManager to be used only by SFTPGo administrators who also have shell access.", + "details": "### Impact\n\nOne powerful feature of SFTPGo is the ability to have the EventManager execute scripts or run applications in response to certain events.\nThis feature is very common in all software similar to SFTPGo and is generally unrestricted. \n\nHowever, any SFTPGo administrator with permission to run a script has access to the underlying OS/container with the same permissions as the user running SFTPGo, so they can access the database and server configurations.\n\nThis is unexpected for some SFTPGo administrators who think that there is a clear distinction between accessing the system shell and accessing the SFTPGo WebAdmin UI.\n\n### Patches\n\nTo avoid this confusion, running system commands is now disabled by default, and an allow list has been added so that system administrators configuring SFTPGo must explicitly define which commands are allowed to be configured from the WebAdmin UI.\n\nhttps://github.com/drakkan/sftpgo/commit/88b1850b5806eee81150873d4e565144b21021fb\nhttps://github.com/drakkan/sftpgo/commit/b524da11e9466d05fe03304713ee1c61bb276ec4\n\n### Workarounds\n\nAllow EventManager to be used only by SFTPGo administrators who also have shell access.", "severity": [ { "type": "CVSS_V4", @@ -33,6 +33,25 @@ ] } ] + }, + { + "package": { + "ecosystem": "Go", + "name": "sftpgo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.0" + }, + { + "fixed": "2.6.3" + } + ] + } + ] } ], "references": [ diff --git a/advisories/github-reviewed/2024/11/GHSA-55v3-xh23-96gh/GHSA-55v3-xh23-96gh.json b/advisories/github-reviewed/2024/11/GHSA-55v3-xh23-96gh/GHSA-55v3-xh23-96gh.json index 903c1aab466..c069a9bc6a5 100644 --- a/advisories/github-reviewed/2024/11/GHSA-55v3-xh23-96gh/GHSA-55v3-xh23-96gh.json +++ b/advisories/github-reviewed/2024/11/GHSA-55v3-xh23-96gh/GHSA-55v3-xh23-96gh.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-55v3-xh23-96gh", - "modified": "2024-11-27T21:43:03Z", + "modified": "2024-12-02T18:03:41Z", "published": "2024-11-27T21:43:03Z", "aliases": [ "CVE-2024-53859" @@ -43,16 +43,42 @@ "type": "WEB", "url": "https://github.com/cli/go-gh/security/advisories/GHSA-55v3-xh23-96gh" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53859" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps#reviewing-your-authorized-github-apps" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/identifying-audit-log-events-performed-by-an-access-token" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens" + }, { "type": "PACKAGE", "url": "https://github.com/cli/go-gh" + }, + { + "type": "WEB", + "url": "https://github.com/cli/go-gh/blob/71770357e0cb12867d3e3e288854c0aa09d440b7/pkg/auth/auth.go#L73-L77" } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-200" + ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-11-27T21:43:03Z", - "nvd_published_at": null + "nvd_published_at": "2024-11-27T22:15:05Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-jwcm-9g39-pmcw/GHSA-jwcm-9g39-pmcw.json b/advisories/github-reviewed/2024/11/GHSA-jwcm-9g39-pmcw/GHSA-jwcm-9g39-pmcw.json index 16d8f30a701..d7df9a57a32 100644 --- a/advisories/github-reviewed/2024/11/GHSA-jwcm-9g39-pmcw/GHSA-jwcm-9g39-pmcw.json +++ b/advisories/github-reviewed/2024/11/GHSA-jwcm-9g39-pmcw/GHSA-jwcm-9g39-pmcw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jwcm-9g39-pmcw", - "modified": "2024-11-27T21:43:05Z", + "modified": "2024-12-02T18:03:39Z", "published": "2024-11-27T21:43:05Z", "aliases": [ "CVE-2024-53858" @@ -43,16 +43,26 @@ "type": "WEB", "url": "https://github.com/cli/cli/security/advisories/GHSA-jwcm-9g39-pmcw" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53858" + }, + { + "type": "WEB", + "url": "https://git-scm.com/docs/gitcredentials" + }, { "type": "PACKAGE", "url": "https://github.com/cli/cli" } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-200" + ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-11-27T21:43:05Z", - "nvd_published_at": null + "nvd_published_at": "2024-11-27T22:15:05Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json b/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json index 2669cb1fb16..b060172b046 100644 --- a/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json +++ b/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mj5r-x73q-fjw6", - "modified": "2024-11-27T21:59:28Z", + "modified": "2024-12-02T18:03:43Z", "published": "2024-11-27T21:59:28Z", "aliases": [ "CVE-2024-53860" @@ -44,6 +44,10 @@ "type": "WEB", "url": "https://github.com/Spencer14420/SPEmailHandler-PHP/security/advisories/GHSA-mj5r-x73q-fjw6" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53860" + }, { "type": "WEB", "url": "https://github.com/Spencer14420/SPEmailHandler-PHP/commit/6f00dd0d44ff27889aed2980a5ba06e60d83549d" @@ -60,6 +64,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-11-27T21:59:28Z", - "nvd_published_at": null + "nvd_published_at": "2024-11-27T22:15:05Z" } } \ No newline at end of file