tencent cloud

APIs

DescribeVULRiskAdvanceCFGList

Baixar
Modo Foco
Tamanho da Fonte
Última atualização: 2026-09-01 09:47:59

1. API Description

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

Query Vulnerability Risk Advanced Configuration

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: DescribeVULRiskAdvanceCFGList.
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
TaskId No String Task ID.
Filter No Filter Filter criteria.

3. Output Parameters

Parameter Name Type Description
Data Array of VULRiskAdvanceCFGList Configuration item list
TotalCount Integer Total number.
RiskLevelLists Array of FilterDataObject Risk Level Filter List
VULTypeLists Array of FilterDataObject Vulnerability Type Filter List
CheckFromLists Array of FilterDataObject Recognition Source Filter List
VulTagList Array of FilterDataObject Vulnerability tag list.
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 Query Vulnerability Risk Advanced Configuration

Query Vulnerability Risk Advanced Configuration

Input Example

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

{
    "MemberId": [
        "mem-68b8087a65268000"
    ],
    "Filter": {
        "Limit": 1,
        "Offset": 0
    }
}

Output Example

{
    "Response": {
        "CheckFromLists": [
            {
"Text": "CSC"
                "Value": "0"
            },
            {
"Text": "Host detection",
                "Value": "1"
            }
        ],
        "Data": [
            {
                "AttackHeat": "0",
                "CVE": "CVE-2024-45507",
                "CVSS": "9.8",
                "CheckFrom": "cpe",
                "EMGCVulType": 1,
                "Enable": 0,
                "FixMethod": [
It is recommended to update the current system or software to the latest version.
                ],
                "ImpactComponent": "(apache) ofbiz",
                "ImpactVersion": "version<18.12.16",
                "RecentScanTime": "2024-10-11 00:00:00",
                "References": "https://ofbiz.apache.org/download.html,https://ofbiz.apache.org/security.html,https://issues.apache.org/jira/browse/OFBIZ-13132,https://lists.apache.org/thread/o90dd9lbk1hh3t2557t2y2qvrh92p7wy",
                "ReleaseTime": "2024-09-04 17:15:00",
                "RiskId": "4c57121fa47a0d493ca934f6fa1bda31",
                "RiskLevel": "extreme",
                "ServiceSupport": [
                    {
                        "IsSupport": true,
                        "ServiceName": "cfw",
                        "SupportHandledCount": 0,
                        "SupportTotalCount": 0
                    },
                    {
                        "IsSupport": true,
                        "ServiceName": "cwp_detect",
                        "SupportHandledCount": 0,
                        "SupportTotalCount": 0
                    },
                    {
                        "IsSupport": true,
                        "ServiceName": "vss",
                        "SupportHandledCount": 0,
                        "SupportTotalCount": 0
                    }
                ],
"VULDescribe": "Apache OFBiz is an enterprise resource plan (ERP) system from the American Apache foundation. The system provides a whole set of Java-based Web application components and tools. Apache OFBiz previous versions before 18.12.16 have a vulnerability stemming from coding issues. This vulnerability makes it easy to be affected by server-side request forgery and code injection attacks."
"VULName": "Apache OFBiz SSRF to remote code execution vulnerability (CVE-2024-45507)",
                "VULTag": [
The vulnerability can be exploited remotely.
The vulnerability has a poc.
The vulnerability can be used as application component vulnerability detection.
                ],
"VULType": "code injection"
            }
        ],
        "RequestId": "b6826e70-03cf-4a5c-8796-1f943a5a76ab",
        "RiskLevelLists": [
            {
"Text": "Prompt",
                "Value": "info"
            },
            {
Severe
                "Value": "extreme"
            },
            {
High-risk
                "Value": "high"
            },
            {
"Text": "Medium"
                "Value": "middle"
            },
            {
"Text": "Low",
                "Value": "low"
            }
        ],
        "TotalCount": 10,
        "VULTypeLists": [
            {
"Text": "Out-of-bounds read",
"Value": "Out-of-bounds read"
            },
            {
"Text": "Race condition"
"Value": "race condition"
            },
            {
"Text": "Code injection",
"Value": "Code injection"
            },
            {
"Text": "Directory traversal ",
"Value": "directory traversal"
            }
        ],
        "VulTagList": [
            {
Vulnerability can be exploited remotely
"Value": "This vulnerability can be exploited remotely"
            },
            {
"Text": "This vulnerability has an exploit",
"Value": "This vulnerability has an exploit"
            },
            {
"Text": "The vulnerability can only be exploited locally"
"Value": "The vulnerability can only be exploited locally"
            },
            {
"Text": "The vulnerability can be detected as a system component vulnerability"
"Value": "This vulnerability can be detected as a system component vulnerability"
            },
            {
Vulnerability can be used as application component vulnerability detection
"Value": "This vulnerability can be used as a component vulnerability detect"
            },
            {
"Text": "Emergency"
"Value": "Emergency"
            },
            {
Mandatory
"Value": "Mandatory"
            },
            {
"Text": "The vulnerability is exploited or attacked in the wild"
"Value": "This vulnerability exists and is exploited or attacked in the wild"
            },
            {
"Text": "There is a poc for this vulnerability"
"Value": "This vulnerability has a poc"
            }
        ]
    }
}

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

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM signature/authentication error.
DryRunOperation DryRun operation means the request will be successful, but the DryRun parameter is passed.
FailedOperation Operation failed.
InternalError Internal error.
InvalidParameter Parameter error.
InvalidParameterValue Parameter value error.
LimitExceeded The quota limit is exceeded.
MissingParameter Parameters are missing.
OperationDenied Operation denied.
RequestLimitExceeded Number of requests exceeds the frequency limit.
ResourceInUse The resource is occupied.
ResourceInsufficient Insufficient resources.
ResourceNotFound The resource does not exist.
ResourceUnavailable Resources are unavailable.
ResourcesSoldOut Resources are sold out.
UnauthorizedOperation Unauthorized operation.
UnknownParameter Unknown parameter error.
UnsupportedOperation The operation is not supported.

Ajuda e Suporte

Esta página foi útil?

comentários