Skip to content

Commit 5f283eb

Browse files
1 parent d459bd1 commit 5f283eb

File tree

2 files changed

+65
-36
lines changed

2 files changed

+65
-36
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-jm66-cg57-jjv5",
4+
"modified": "2026-01-13T21:57:47Z",
5+
"published": "2026-01-13T21:31:44Z",
6+
"aliases": [
7+
"CVE-2026-21226"
8+
],
9+
"summary": "Azure Core is vulnerable to deserialization of untrusted data",
10+
"details": "Deserialization of untrusted data in Azure Core shared client library for Python allows an authorized attacker to execute code over a network.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "azure-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.38.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21226"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/Azure/azure-sdk-for-python"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/Azure/azure-sdk-for-python/blob/6d2e6431ea0991861640e449e51e894247a7771a/sdk/core/azure-core/CHANGELOG.md#1380-2026-01-12"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21226"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-502"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-01-13T21:57:47Z",
63+
"nvd_published_at": "2026-01-13T19:16:23Z"
64+
}
65+
}

advisories/unreviewed/2026/01/GHSA-jm66-cg57-jjv5/GHSA-jm66-cg57-jjv5.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)