diff --git a/advisories/unreviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json b/advisories/github-reviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json similarity index 65% rename from advisories/unreviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json rename to advisories/github-reviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json index e78e8545357..a60a65962b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json +++ b/advisories/github-reviewed/2022/05/GHSA-g3fc-8jv4-qmmv/GHSA-g3fc-8jv4-qmmv.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-g3fc-8jv4-qmmv", - "modified": "2025-04-20T03:38:17Z", + "modified": "2025-04-22T19:35:38Z", "published": "2022-05-13T01:11:15Z", "aliases": [ "CVE-2017-5646" ], + "summary": "Apache Knox allows impersonation of users", "details": "For versions of Apache Knox from 0.2.0 to 0.11.0 - an authenticated user may use a specially crafted URL to impersonate another user while accessing WebHDFS through Apache Knox. This may result in escalated privileges and unauthorized data access. While this activity is audit logged and can be easily associated with the authenticated user, this is still a serious security issue. All users are recommended to upgrade to the Apache Knox 0.12.0 release.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.knox:gateway-provider-identity-assertion-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.2.0" + }, + { + "fixed": "0.12.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -21,7 +42,11 @@ }, { "type": "WEB", - "url": "https://lists.apache.org/thread.html/rcd6bcbcc08840d4e4bea661efe9a5ef8f6126ebbbc5bc266701d8f48%40%3Cdev.logging.apache.org%3E" + "url": "https://github.com/apache/knox/commit/998dcd257dc839c9651485760da4d614c16e2ca2" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/knox" }, { "type": "WEB", @@ -30,10 +55,6 @@ { "type": "WEB", "url": "http://mail-archives.apache.org/mod_mbox/knox-user/201705.mbox/%3CCACRbFyjtT7QQGHUzTRdbJoySbJb7tt4BDk5-r-VRn0GB0Kgvag%40mail.gmail.com%3E" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/98739" } ], "database_specific": { @@ -41,8 +62,8 @@ "CWE-346" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-22T19:35:38Z", "nvd_published_at": "2017-05-26T21:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json b/advisories/github-reviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json similarity index 55% rename from advisories/unreviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json rename to advisories/github-reviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json index 6b1da67b229..83d7017149d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json +++ b/advisories/github-reviewed/2022/05/GHSA-j3hp-pv6v-rgrx/GHSA-j3hp-pv6v-rgrx.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-j3hp-pv6v-rgrx", - "modified": "2025-04-20T03:38:17Z", + "modified": "2025-04-22T19:36:17Z", "published": "2022-05-13T01:47:51Z", "aliases": [ "CVE-2017-9232" ], + "summary": "Juju uses a UNIX domain socket without setting appropriate permissions", "details": "Juju before 1.25.12, 2.0.x before 2.0.4, and 2.1.x before 2.1.3 uses a UNIX domain socket without setting appropriate permissions, allowing privilege escalation by users on the system to root.", "severity": [ { @@ -13,23 +14,47 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/juju/juju" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.0-20170524231039-0417178a3c28" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-9232" }, + { + "type": "WEB", + "url": "https://github.com/juju/juju/commit/0417178a3c2869537860e8b3b5e787ce1732231f" + }, { "type": "WEB", "url": "https://bugs.launchpad.net/juju/+bug/1682411" }, + { + "type": "PACKAGE", + "url": "https://github.com/juju/juju" + }, { "type": "WEB", "url": "https://www.exploit-db.com/exploits/44023" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/98737" } ], "database_specific": { @@ -37,8 +62,8 @@ "CWE-862" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-22T19:36:16Z", "nvd_published_at": "2017-05-28T00:29:00Z" } } \ No newline at end of file