tencent cloud

Cloud Security Center

DescribeVulItemList

Download
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-08-11 19:10:31

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

This API is used to obtain vulnerability list

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeVulItemList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Filters.N No Array of Filters

Filter condition array. Multi-condition with each other is AND relationship
SUPPORTED Filter.Name:
Keyword: Fuzzy search by Keyword (fuzzy matching for vulnerability Name/CVE/VulID)
Category: Vulnerability Category (LINUX/WINDOWS/WEB_CMS/APPLICATION/EMERGENCY)
Level: Threat Level
VPRLevel: VPR rating
Label: Risk tag
CheckMethod: Detection mode (VERSION_COMPARE/POC/VERSION_COMPARE_POC)
DefendStatus: Vulnerability defense status (ENABLED/NOT_SUPPORTED/NOT_ENABLED)
SupportFix: Whether one-click repair is SUPPORTED (true/false)
EMERGENCY: EMERGENCY vulnerability query (0/1)
Top5HotVul: Top 5 hotspot vulnerabilities (0/1)

Limit No Integer

Number of results per page
Value ranges from 1 to 100
Default value: 10

Offset No Integer

Paging offset
Value ranges from 0 to +∞
Default value: 0

Order No String

Sorting order
Enumeration value:
ASC: Ascending
DESC: Descending order
Default value: DESC

By No String

Sorting field
Enumeration value:
PublishTime: vulnerability disclosure time
Default value: PublishTime

3. Output Parameters

Parameter Name Type Description
List Array of VulDetailInfo

Vulnerability entry list

TotalCount Integer

Total number of secrets.

RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Retrieving the Vulnerability Detection Item List

Retrieve the vulnerability detection item list

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVulItemList
<Common request parameters>

{
    "Limit": 10,
    "Offset": 0,
    "Order": "desc",
    "By": "PublishTime"
}

Output Example

{
    "Response": {
        "List": [
            {
                "AffectProduct": [],
                "AffectVendor": [],
                "CVEID": "CVE-2026-8863",
                "CVSSLevel": "HIGH",
                "Category": "WINDOWS",
                "CheckMethod": "VersionCompare",
                "CvssScore": 7.8,
                "DefendHostCount": 0,
                "DefendStatus": "NOT_ENABLED",
                "EPSSScore": 0,
"FixSolution": "1. Edition upgrade: Microsoft has released a security update to fix the vulnerability. Assess business impact and install the official Windows security patch as soon as possible to fix the UEFI Secure Boot protection mechanism defect."
                "ID": 123044,
                "KVERecord": false,
                "KVERecordTime": "",
                "Label": [],
                "LatestScanTime": "",
                "LatestTrend": [],
                "Mechanism": "",
"Name": "Microsoft UEFI SHIM Secure Boot Bypass Vulnerability (CVE-2026-8863)"
                "NotDefendHostCount": 0,
                "Precondition": "",
                "PublishTime": "2026-06-10 02:10:15",
                "RefLink": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-8863,https://kb.cert.org/vuls/id/616257,https://nvd.nist.gov/vuln/detail/CVE-2026-8863,https://vuldb.com/vuln/369783,https://www.tenable.com/blog/microsofts-june-2026-patch-tuesday-addresses-198-cves-cve-2026-49160-cve-2026-50507,https://www.kb.cert.org/vuls/id/616257,https://github.com/advisories/GHSA-4hqv-6cp5-4rq9,https://exchange.xforce.ibmcloud.com/vulnerabilities/YX3srZ4BC7vCu9U8jfyM,https://www.wiz.io/vulnerability-database/cve/cve-2026-8863,https://msrc.microsoft.com/update-guide/en-us/vulnerability/CVE-2026-8863,https://www.tenable.com/cve/CVE-2026-8863",
                "Remark": "",
"Summary": "Multiple Microsoft-signed UEFI SHIM boot loaders have Secure Boot bypass vulnerabilities. Attackers with administrator permission or who can modify the boot process can leverage these vulnerable SHIM boot loaders to bypass Secure Boot protection and run arbitrary code before the operating system loads. Specific UEFI DBX (ban list) updates must be applied to prevent these vulnerable boot loaders."
                "SupportFix": false,
                "VRPRatingInfo": {
                    "Remark": "",
                    "Result": "",
                    "Stage": []
                },
                "VulAffect": []
            }
        ],
        "TotalCount": 70080,
        "RequestId": "2589e236-89fa-4379-882a-d5e675c2e8f7"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan