Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to obtain vulnerability emergency notifications.
A maximum of 20 requests can be initiated per second for this API.
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: DescribeVulEmergentMsg. |
| Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
| Region | No | String | Common Params. This parameter is not required. |
| Parameter Name | Type | Description |
|---|---|---|
| EmergentMsgList | Array of VulEmergentMsgInfo | Vulnerability emergency notification data |
| 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. |
This example shows you how to obtain vulnerability emergency notification information.
https://cwp.intl.tencentcloudapi.com/?Action=DescribeVulEmergentMsg
&<Common request parameters>
{
"Response": {
"RequestId": "4234234",
"EmergentMsgList": [
{
"VulId": 100488,
"PublishTime": "2020-03-13 00:00:00",
"Name": "Windows SMB remote code execution vulnerability"
"NameEn": "Windows SMB remote exec"
}
]
}
}
Getting KB and Emergent Vulnerability Information
POST / HTTP/1.1
Host: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVulEmergentMsg
<Common request parameters>
{}
{
"Response": {
"EmergentMsgList": [
{
"KbId": 0,
"KbNumber": "",
"Name": "Vulnerability of Redis remote code execution (CVE-2025-32023)"
"NameEn": "Redis remote code execution vulnerability (CVE-2025-32023)",
"PublishTime": "2025-07-07 11:18:57",
"SupportDefense": 0,
"SupportFix": 0,
"VulId": 55275
},
{
"KbId": 1536,
"KbNumber": "KB5051972",
"Name": "2025-02 Cumulative Security Update for Internet Explorer 11 for Windows Server 2012 for x64-based systems (KB5051972)",
"NameEn": "",
"PublishTime": "",
"SupportDefense": 0,
"SupportFix": 1,
"VulId": 0
}
],
"RequestId": "d49c3490-8b74-4f01-9d92-d1060215b061"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError | Internal error |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback