From 9f007d9399e2189b0f7b7fff16918f9696f19f2b Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Fri, 22 May 2026 10:14:45 -0500 Subject: [PATCH] Improve GHSA-97jf-46m3-8953 --- .../GHSA-97jf-46m3-8953.json | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/advisories/unreviewed/2026/05/GHSA-97jf-46m3-8953/GHSA-97jf-46m3-8953.json b/advisories/unreviewed/2026/05/GHSA-97jf-46m3-8953/GHSA-97jf-46m3-8953.json index 1f70159cfc2ab..50adb20242a61 100644 --- a/advisories/unreviewed/2026/05/GHSA-97jf-46m3-8953/GHSA-97jf-46m3-8953.json +++ b/advisories/unreviewed/2026/05/GHSA-97jf-46m3-8953/GHSA-97jf-46m3-8953.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-97jf-46m3-8953", - "modified": "2026-05-12T18:30:42Z", + "modified": "2026-05-12T18:30:48Z", "published": "2026-05-12T18:30:42Z", "aliases": [ "CVE-2026-33117" ], + "summary": "Security feature bypass vulnerability in Azure Key Vault Keys library for Java", "details": "Improper authentication in Azure SDK allows an unauthorized attacker to bypass a security feature over a network.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.azure:azure-security-keyvault-keys" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.10.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -26,7 +47,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-287" + "CWE-287", + "CWE-347" ], "severity": "CRITICAL", "github_reviewed": false,