tencent cloud

Cloud Security Center

DescribeVULList

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-09-01 09:48:05

1. API Description

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

Vulnerability list in the risk center of the new security center

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: DescribeVULList.
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
Filter No Filter Query condition

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number.
Data Array of VULBaseInfo Vulnerability list
VULTypeLists Array of FilterDataObject Vulnerability Type List
RiskLevels Array of FilterDataObject Risk level list
Tags Array of FilterDataObject Tag.
ProductSupport Array of FilterDataObject Product support status
CheckStatus Array of FilterDataObject Product support status
AttackHeat Array of FilterDataObject Attack level enumeration
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 Example 1

Example 1

Input Example

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

{
    "Filter": {
        "Limit": 3,
        "Offset": 0,
        "Filters": [
            {
                "Name": "EMGCVulType",
                "Values": [
                    "1"
                ]
            }
        ]
    }
}

Output Example

{
    "Response": {
        "AttackHeat": [
            {
No Popularity
                "Value": "0"
            },
            {
"Text": "High"
                "Value": "3"
            },
            {
"Text": "Low",
                "Value": "1"
            },
            {
"Text": "Medium"
                "Value": "2"
            }
        ],
        "CheckStatus": [
            {
"Text": "Scan complete"
                "Value": "2"
            },
            {
"Text": "Unscanned",
                "Value": "0"
            }
        ],
        "Data": [
            {
                "AffectAssetCount": 0,
                "AppName": "(vim) vim",
                "AttackHeat": 0,
                "CVE": "CVE-2008-4101",
                "CVSS": 0,
                "EMGCVulType": 1,
                "LastScanTime": "",
                "Level": "high",
                "PublishTime": "2008-09-19 01:59:00",
                "ScanStatus": 0,
                "SupportProduct": "cwp_detect,cwp_fix",
                "TaskId": "",
"VULName": "Vim input validation vulnerability",
"VULType": "Input validation"
                "VulTag": [
                    "NETWORK",
                    "POC",
                    "SYS",
                    "APP"
                ]
            },
            {
                "AffectAssetCount": 0,
                "AppName": "(radius_extension_project) radius",
                "AttackHeat": 0,
                "CVE": "CVE-2013-2220",
                "CVSS": 0,
                "EMGCVulType": 1,
                "LastScanTime": "",
                "Level": "high",
                "PublishTime": "2013-07-31 21:20:00",
                "ScanStatus": 0,
                "SupportProduct": "cwp_detect,cwp_fix",
                "TaskId": "",
"VULName": "PECL radius 'radius_get_vendor_attr()' Remote Denial of Service Vulnerability"
"VULType": "Buffer error",
                "VulTag": [
                    "NETWORK",
                    "SYS"
                ]
            },
            {
                "AffectAssetCount": 0,
                "AppName": "(apache) activemq",
                "AttackHeat": 0,
                "CVE": "CVE-2016-3088",
                "CVSS": 9.8,
                "EMGCVulType": 1,
                "LastScanTime": "",
                "Level": "high",
                "PublishTime": "2016-06-01 16:59:04",
                "ScanStatus": 0,
                "SupportProduct": "cwp_detect,cwp_defense",
                "TaskId": "",
"VULName": "Apache ActiveMQ Fileserver remote code execution vulnerability (CVE-2016-3088)",
"VULType": "input validation"
                "VulTag": [
                    "NETWORK",
                    "EXP",
                    "POC",
                    "KNOWN_EXPLOITED",
                    "SYS",
                    "APP"
                ]
            }
        ],
        "ProductSupport": [
            {
CSC automatic fix
                "Value": "cwp_fix"
            },
            {
Cloud firewall and WAF enable virtual patch
                "Value": "cfw_waf_virtual"
            },
            {
"Text": "CSC vulnerability detection"
                "Value": "cwp_detect"
            },
            {
"Text": "Cloud Security Center vulnerability defense"
                "Value": "cwp_defense"
            }
        ],
        "RequestId": "d2e5b2ba-6ee2-4801-a378-af163d79a052",
        "RiskLevels": [
            {
High-risk
                "Value": "high"
            },
            {
"Text": "Medium"
                "Value": "middle"
            },
            {
                "Text": "",
"Value": "unknown"
            },
            {
"Text": "Low",
                "Value": "low"
            }
        ],
        "Tags": [
            {
"Text": "Emergency"
                "Value": "IS_EMERGENCY"
            },
            {
Mandatory
                "Value": "IS_SUGGEST"
            },
            {
Vulnerability can be exploited remotely
                "Value": "NETWORK"
            },
            {
"Text": "The vulnerability can be used as vulnerability detection for application components"
                "Value": "APP"
            },
            {
"Text": "This vulnerability has an exploit"
                "Value": "EXP"
            },
            {
"Text": "This vulnerability is exploited or attacked in the wild"
                "Value": "KNOWN_EXPLOITED"
            },
            {
"Text": "There is a poc for this vulnerability"
                "Value": "POC"
            },
            {
"Text": "The vulnerability can only be exploited locally"
                "Value": "LOCAL"
            },
            {
"Text": "This vulnerability can be used as a system component vulnerability detection"
                "Value": "SYS"
            }
        ],
        "TotalCount": 208,
        "VULTypeLists": [
            {
"Text": "Input Validation"
                "Value": "3"
            },
            {
Buffer error
                "Value": "12"
            },
            {
"Text": "Race condition"
                "Value": "9"
            },
            {
Permission license and access control
                "Value": "24"
            },
            {
"Text": "Batch assignment vulnerability"
                "Value": "52"
            },
            {
"Text": "Code injection",
                "Value": "18"
            },
            {
"Text": "File upload",
                "Value": "35"
            },
            {
Deserialize
                "Value": "16"
            },
            {
"Text": "path traversal"
                "Value": "21"
            },
            {
trust management
                "Value": "32"
            },
            {
"Text": "Authorization issue"
                "Value": "4"
            },
            {
"Text": "Code execution",
                "Value": "45"
            },
            {
"Input validation error"
                "Value": "42"
            },
            {
"Text": "SQL injection",
                "Value": "37"
            },
            {
"Text": "Unauthorized access",
                "Value": "53"
            },
            {
Infinite loop vulnerability
                "Value": "22"
            },
            {
Resource management error.
                "Value": "6"
            },
            {
"Text": "Command execution"
                "Value": "41"
            },
            {
"Text": "Other",
                "Value": "0"
            },
            {
operating system command injection
                "Value": "36"
            },
            {
"Text": "Injection",
                "Value": "11"
            },
            {
Improper permission management
                "Value": "20"
            },
            {
"Text": "Null pointer reference",
                "Value": "10"
            },
            {
"Text": "integer overflow"
                "Value": "25"
            },
            {
"Text": "Code issue"
                "Value": "23"
            },
            {
"Text": "Out-of-bounds write",
                "Value": "5"
            },
            {
"Text": "Access control error",
                "Value": "30"
            },
            {
"Text": "Component Vulnerability"
                "Value": "56"
            },
            {
Server-side request forgery (SSRF)
                "Value": "57"
            },
            {
Cross-site request forgery
                "Value": "15"
            },
            {
"Incorrect currency numbers"
                "Value": "28"
            },
            {
DoS
                "Value": "40"
            },
            {
buffer overflow
                "Value": "14"
            },
            {
"Text": "Out-of-bounds read",
                "Value": "1"
            },
            {
"Text": "Configuration error",
                "Value": "8"
            },
            {
Security mode bypass
                "Value": "61"
            },
            {
"Text": "Permission escalation ",
                "Value": "54"
            },
            {
"Text": "Arbitrary file read",
                "Value": "71"
            },
            {
"Text": "Information leakage"
                "Value": "2"
            },
            {
"Text": "Login bypass"
                "Value": "60"
            },
            {
"Text": "Information leakage"
                "Value": "43"
            },
            {
Parsing error
                "Value": "63"
            },
            {
"Text": "Xml injection",
                "Value": "78"
            },
            {
permission and access control issues
                "Value": "13"
            },
            {
"Text": "XML external entity (XXE) injection"
                "Value": "29"
            },
            {
"Text": "Cross-site scripting"
                "Value": "44"
            },
            {
"Command injection"
                "Value": "34"
            },
            {
http request split
                "Value": "59"
            },
            {
Security feature issue
                "Value": "48"
            },
            {
Insufficient material
                "Value": "33"
            },
            {
"Text": "Double Free vulnerability"
                "Value": "17"
            },
            {
encryption issue
                "Value": "7"
            },
            {
url redirection
                "Value": "49"
            },
            {
"Text": "Weak password",
                "Value": "62"
            },
            {
Trust management issues
                "Value": "46"
            },
            {
"Text": "Post link",
                "Value": "19"
            },
            {
Design error
                "Value": "38"
            },
            {
CRLF injection
                "Value": "31"
            },
            {
Data reliability not fully verified
                "Value": "51"
            },
            {
"Text": "Local file inclusion",
                "Value": "50"
            },
            {
Race condition issue
                "Value": "58"
            },
            {
"Text": "Access control",
                "Value": "26"
            },
            {
"Text": "path traversal",
                "Value": "27"
            },
            {
"Text": "Invalid pointer reference"
                "Value": "55"
            },
            {
"Text": "LDAP injection vulnerability"
                "Value": "47"
            },
            {
"Text": "Format string",
                "Value": "67"
            },
            {
"Text": "Session fixed",
                "Value": "69"
            },
            {
ldap injection
                "Value": "70"
            },
            {
"Text": "Man-in-the-middle attack"
                "Value": "72"
            },
            {
http request forgery
                "Value": "73"
            },
            {
http response spoofing
                "Value": "64"
            },
            {
Boundary condition error
                "Value": "68"
            },
            {
"Text": "Unknown",
                "Value": "66"
            },
            {
"Text": "Access verification error"
                "Value": "65"
            },
            {
"Text": "Remote overflow"
                "Value": "75"
            },
            {
"Text": "Backdoor "
                "Value": "76"
            },
            {
"Text": "Local overflow"
                "Value": "77"
            },
            {
"Text": "Arbitrary file download",
                "Value": "80"
            },
            {
Obfuscation proxy
                "Value": "79"
            },
            {
"Text": "Directory traversal ",
                "Value": "81"
            },
            {
Permission verification failed
                "Value": "82"
            },
            {
Fix logic errors
                "Value": "83"
            },
            {
Xpath injection
                "Value": "84"
            },
            {
"Text": "Path leakage",
                "Value": "86"
            }
        ]
    }
}

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.

Ajuda e Suporte

Esta página foi útil?

comentários