From d1ffadab591ae3f060bc1ad7b3afd11738f6c079 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 16:07:43 +0000 Subject: [PATCH] Publish GHSA-rpg2-jvhp-h354 --- .../GHSA-rpg2-jvhp-h354.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json (66%) diff --git a/advisories/unreviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json b/advisories/github-reviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json similarity index 66% rename from advisories/unreviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json rename to advisories/github-reviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json index f75a8d9691d..f0fe3fff865 100644 --- a/advisories/unreviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json +++ b/advisories/github-reviewed/2025/05/GHSA-rpg2-jvhp-h354/GHSA-rpg2-jvhp-h354.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-rpg2-jvhp-h354", - "modified": "2025-05-14T12:31:12Z", + "modified": "2025-05-15T16:06:18Z", "published": "2025-05-14T12:31:12Z", "aliases": [ "CVE-2025-3931" ], + "summary": "Yggdrasil Vulnerable to Local Privilege Escalation", "details": "A flaw was found in Yggdrasil, which acts as a system broker, allowing the processes to communicate to other children's \"worker\" processes through the DBus component. Yggdrasil creates a DBus method to dispatch messages to workers. However, it misses authentication and authorization checks, allowing every system user to call it. One available Yggdrasil worker acts as a package manager with capabilities to create and enable new repositories and install or remove packages. \n\nThis flaw allows an attacker with access to the system to leverage the lack of authentication on the dispatch message to force the Yggdrasil worker to install arbitrary RPM packages. This issue results in local privilege escalation, enabling the attacker to access and modify sensitive system data.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/redhatinsights/yggdrasil" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.4.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3931" }, + { + "type": "WEB", + "url": "https://github.com/RedHatInsights/yggdrasil/commit/196d0cbea42f72e6dfecaa563681a99e9fdb4a38" + }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2025:7592" @@ -30,6 +55,10 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362345" + }, + { + "type": "PACKAGE", + "url": "https://github.com/RedHatInsights/yggdrasil" } ], "database_specific": { @@ -37,8 +66,8 @@ "CWE-280" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-15T16:06:17Z", "nvd_published_at": "2025-05-14T12:15:19Z" } } \ No newline at end of file