diff --git a/advisories/unreviewed/2022/04/GHSA-q7x5-x7rr-2859/GHSA-q7x5-x7rr-2859.json b/advisories/unreviewed/2022/04/GHSA-q7x5-x7rr-2859/GHSA-q7x5-x7rr-2859.json index 9b74557645757..b3bd8f47aa8d0 100644 --- a/advisories/unreviewed/2022/04/GHSA-q7x5-x7rr-2859/GHSA-q7x5-x7rr-2859.json +++ b/advisories/unreviewed/2022/04/GHSA-q7x5-x7rr-2859/GHSA-q7x5-x7rr-2859.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-q7x5-x7rr-2859", - "modified": "2022-04-16T00:00:33Z", + "modified": "2023-07-07T05:01:27Z", "published": "2022-04-16T00:00:33Z", "aliases": [ "CVE-2022-26788" ], + "summary": "Powershell Vulnerability Versions", "details": "PowerShell Elevation of Privilege Vulnerability.", "severity": [ { @@ -13,12 +14,74 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Microsoft.Powershell.SDK" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Microsoft.Powershell.SDK" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.1" + }, + { + "fixed": "7.1.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Microsoft.Powershell.SDK" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.2" + }, + { + "fixed": "7.2.3" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26788" }, + { + "type": "PACKAGE", + "url": "https://github.com/PowerShell/PowerShell" + }, { "type": "WEB", "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26788"