查询指定漏洞的详细信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| UpdateId |
string |
是 |
漏洞对应的补丁包 ID。长度不超过 64 个字符。取值来源:
|
9f8c1d2e-4b7a-4c31-9e05-6d2f8a71**** |
| HistogramInterval |
string |
是 |
修复趋势的统计粒度,决定 Histogram 的统计区间与分桶粒度。取值:
枚举值:
|
day |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
本次请求的 ID。 |
3D7EC0AF-DB2A-5D9C-90EC-F090A6BAAEA7 |
| UpdateId |
string |
漏洞对应的补丁包 ID。Windows 漏洞为微软补丁的 Update ID。 |
9f8c1d2e-4b7a-4c31-9e05-6d2f8a71**** |
| VulLevel |
string |
漏洞风险等级,由厂商风险等级映射得到:Critical 映射为 High,Important 映射为 Mid,其余映射为 Low。取值:
枚举值:
|
High |
| TitleZh |
string |
漏洞的中文标题。 |
2026-08 适用于 Windows 11 的累积更新 |
| DescriptionZh |
string |
漏洞的中文描述。 |
该更新修复了若干远程代码执行与权限提升漏洞。 |
| TitleEn |
string |
漏洞的英文标题。 |
2026-08 Cumulative Update for Windows 11 |
| DescriptionEn |
string |
漏洞的英文描述。 |
This update fixes several remote code execution and privilege escalation vulnerabilities. |
| ReleaseTime |
integer |
漏洞的发布时间,秒级 Unix 时间戳。 |
1786291200 |
| Kbs |
array |
漏洞对应的知识库编号(KB 号)列表。 |
|
|
string |
知识库编号(KB 号)。 |
KB5062553 |
|
| PendingCount |
integer |
待修复的用户终端设备数。 |
5 |
| DownloadingCount |
integer |
补丁下载中的用户终端设备数。 |
2 |
| SuccessCount |
integer |
已修复的用户终端设备数。 |
8 |
| FailedCount |
integer |
修复失败的用户终端设备数。 |
1 |
| Histogram |
array<object> |
修复趋势,按 HistogramInterval 指定的粒度分桶统计。分桶内没有数据时该桶仍会返回,Value 为 0。 |
|
|
object |
一个统计分桶。 |
||
| Key |
string |
分桶起始时间,秒级 Unix 时间戳。 |
1786291200 |
| Value |
integer |
该分桶内最近一次修复动作落在此区间的用户终端设备数。 |
4 |
| Product |
string |
漏洞影响的产品名称。 |
Windows 11 家庭版 |
| InstallingCount |
integer |
补丁安装中的用户终端设备数。 |
1 |
| InstalledNotRestartCount |
integer |
补丁已安装、等待重启生效的用户终端设备数。 |
3 |
| CveList |
array |
漏洞对应的 CVE 编号列表。未关联 CVE 时返回空列表。 |
|
|
string |
CVE 编号。 |
CVE-2026-21418 |
示例
正常返回示例
JSON格式
{
"RequestId": "3D7EC0AF-DB2A-5D9C-90EC-F090A6BAAEA7",
"UpdateId": "9f8c1d2e-4b7a-4c31-9e05-6d2f8a71****",
"VulLevel": "High",
"TitleZh": "2026-08 适用于 Windows 11 的累积更新",
"DescriptionZh": "该更新修复了若干远程代码执行与权限提升漏洞。",
"TitleEn": "2026-08 Cumulative Update for Windows 11",
"DescriptionEn": "This update fixes several remote code execution and privilege escalation vulnerabilities.",
"ReleaseTime": 1786291200,
"Kbs": [
"KB5062553"
],
"PendingCount": 5,
"DownloadingCount": 2,
"SuccessCount": 8,
"FailedCount": 1,
"Histogram": [
{
"Key": "1786291200",
"Value": 4
}
],
"Product": "Windows 11 家庭版",
"InstallingCount": 1,
"InstalledNotRestartCount": 3,
"CveList": [
"CVE-2026-21418"
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。