Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to retrieve the host vulnerability risk list.
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: DescribeHostVulRiskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Filter condition array. Multi-condition with each other is AND relationship |
| Limit | No | Integer | Number of results per page |
| Offset | No | Integer | Paging offset |
| Order | No | String | Sorting order |
| By | No | String | Sorting field |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of HostVulRisk | Host vulnerability risk list (aggregated by vulnerability) |
| 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. |
Retrieve the vulnerability risk list
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeHostVulRiskList
<Common request parameters>
{
"MemberId": [
"mem-tencent-6f5795752f66e429"
],
"Limit": 10,
"Offset": 0,
"Order": "desc",
"By": "LatestScanTime"
}
{
"Response": {
"List": [
{
"Account": [
{
"AppID": 260083796,
"Nick": "700002365149",
"Uin": "700002365149"
}
],
"DefendStatus": "NOT_ENABLED",
"EffectHostCount": 1,
"LatestScanTime": "2026-06-12T08:15:45Z",
"RiskID": 45230,
"RiskStatus": "PENDING",
"VulDetail": {
"AffectProduct": [
"socat"
],
"AffectVendor": [
"dest-unreach"
],
"CVEID": "CVE-2024-54661",
"CVSSLevel": "LOW",
"Category": "LINUX",
"CheckMethod": "VersionCompare",
"CvssScore": 9.8,
"DefendHostCount": 0,
"DefendStatus": "NOT_ENABLED",
"EPSSScore": 0.00164,
"FixSolution": "It is recommended to pay attention to vendor announcements or upgrade to the latest version."
"ID": 45230,
"KVERecord": false,
"KVERecordTime": "",
"Label": [],
"LatestScanTime": "",
"LatestTrend": [],
"Mechanism": "",
"Name": "socat security vulnerability (CVE-2024-54661)"
"NotDefendHostCount": 0,
"Precondition": "",
"PublishTime": "2024-12-04 13:15:00",
"RefLink": "https://repo.or.cz/socat.git/blob/6ff391324d2d3b9f6bfb58e7d16a20be43b47af7:/readline.sh#l29",
"Remark": "",
"Summary": "socat is an open-source relay for bidirectional data transmission between two standalone channels. socat 1.8.0.1 and prior versions has a security vulnerability, which stems from readline.sh depend on the /tmp/$USER/stderr2 file."
"SupportFix": true,
"VRPRatingInfo": {
"Remark": "",
"Result": "",
"Stage": [
{
"Result": "",
"Stage": "Threat Activity Level"
}
]
},
"VulAffect": []
}
}
],
"TotalCount": 706,
"RequestId": "d224b5c5-013c-427e-a7ea-0b2e780da55f"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
フィードバック