diff --git a/advisories/unreviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json b/advisories/github-reviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json similarity index 50% rename from advisories/unreviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json rename to advisories/github-reviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json index 851ad109df2..69a60b62974 100644 --- a/advisories/unreviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json +++ b/advisories/github-reviewed/2024/10/GHSA-443j-grxv-2pgv/GHSA-443j-grxv-2pgv.json @@ -1,23 +1,57 @@ { "schema_version": "1.4.0", "id": "GHSA-443j-grxv-2pgv", - "modified": "2024-10-14T18:30:25Z", + "modified": "2024-10-14T21:17:12Z", "published": "2024-10-14T18:30:25Z", "aliases": [ "CVE-2023-50780" ], + "summary": "Apache ActiveMQ Artemis: Authenticated users could perform RCE via Jolokia MBeans", "details": "Apache ActiveMQ Artemis allows access to diagnostic information and controls through MBeans, which are also exposed through the authenticated Jolokia endpoint. Before version 2.29.0, this also included the Log4J2 MBean. This MBean is not meant for exposure to non-administrative users. This could eventually allow an authenticated attacker to write arbitrary files to the filesystem and indirectly achieve RCE.\n\n\nUsers are recommended to upgrade to version 2.29.0 or later, which fixes the issue.", "severity": [ - + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.activemq:artemis-cli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.29.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50780" }, + { + "type": "WEB", + "url": "https://github.com/apache/activemq-artemis/commit/cfb585eaf61d570eecd65c6ad0e92282df7d3869" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/activemq-artemis" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/ARTEMIS-4150" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/63b78shqz312phsx7v1ryr7jv7bprg58" @@ -27,9 +61,9 @@ "cwe_ids": [ "CWE-285" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-14T21:17:11Z", "nvd_published_at": "2024-10-14T16:15:03Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-pf5v-pqfv-x8jj/GHSA-pf5v-pqfv-x8jj.json b/advisories/github-reviewed/2024/10/GHSA-pf5v-pqfv-x8jj/GHSA-pf5v-pqfv-x8jj.json new file mode 100644 index 00000000000..46d6defaaa6 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-pf5v-pqfv-x8jj/GHSA-pf5v-pqfv-x8jj.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pf5v-pqfv-x8jj", + "modified": "2024-10-14T21:16:12Z", + "published": "2024-10-14T21:16:12Z", + "aliases": [ + "CVE-2024-48911" + ], + "summary": "OpenCanary Executes Commands From Potentially Writable Config File", + "details": "### Impact\n\nOpenCanary directly executed commands taken from its config file. Where the config file is stored in an unprivileged user directory but the daemon is executed by root, it’s possible for the unprivileged user to change the config file and escalate permissions when root later runs the daemon.\n\nThanks to the folks at [Whirlylabs](https://whirlylabs.com/) for finding and fixing this.\n\n### Patches\n\nUpgrade to 0.9.4 or higher.\n\n", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "OpenCanary" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.9.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/thinkst/opencanary/security/advisories/GHSA-pf5v-pqfv-x8jj" + }, + { + "type": "WEB", + "url": "https://github.com/thinkst/opencanary/commit/2c11575b1a3dd8b0df26a879ba856c0aa350c049" + }, + { + "type": "PACKAGE", + "url": "https://github.com/thinkst/opencanary" + }, + { + "type": "WEB", + "url": "https://github.com/thinkst/opencanary/releases/tag/v0.9.4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-14T21:16:12Z", + "nvd_published_at": null + } +} \ No newline at end of file