tencent cloud

APIs

DescribeSearchBugInfo

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

1. API Description

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

Query vulnerability information in the three-dimensional protection 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: DescribeSearchBugInfo.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Id Yes String Return urgent vulnerabilities when the value is 1, return the emergency vulnerability list when the value is 2, and use with the CVEId field as input to display the vulnerability data when the value is 3.
CVEId No String Pass in this parameter when id=3.

3. Output Parameters

Parameter Name Type Description
Data DataSearchBug Vulnerability information and asset information
ReturnCode Integer Status value. 0: query successful. Non-zero: query failed.
ReturnMsg String Status information. success: query succeeded. fail: query failed.
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 information

Query emergency vulnerability information

Input Example

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

{
    "Id": "1"
}

Output Example

{
    "Response": {
        "Data": {
            "CFWPatch": "1",
            "CWPFix": 0,
            "CWPScan": "0",
            "CveId": "CVE-2024-0884",
            "DataAsset": [
                {
                    "AppID": "12435623",
                    "CVEId": "CVE-2012-0023",
                    "IsScan": 1,
                    "InfluenceAsset": 45,
                    "NotRepairAsset": 33,
                    "NotProtectAsset": 24,
                    "TaskId": "mis-qbskll7i",
                    "TaskPercent": 100,
                    "TaskTime": "1630291892",
                    "ScanTime": "2022-1-12"
                }
            ],
            "DataBug": [
                {
                    "CVEId": "CVE-2023-22518",
                    "CVSSScore": "9.8",
                    "CreateTime": "2023-12-17T11:25:43+08:00",
"Fix": "1. There is an updated version available. Users affected are advised to upgrade to the following fixed versions:\nAtlassian Confluence >= 7.19.16\nAtlassian Confluence >= 8.3.4\nAtlassian Confluence >= 8.4.4\nAtlassian Confluence >= 8.5.3\nAtlassian Confluence >= 8.6.1\nReference link: https://www.atlassian.com/software/confluence/download-archives\n2. Mitigation solution\n(1) Back up the instance by referring to the following link: https://confluence.atlassian.com/doc/production-backup-strategy-38797389.html;\n(2) Set ACL to restrict externally accessible IPs;\n(3) It is advisable to delete the instance from the internet based on the actual business situation until it can be upgraded."
                    "Id": 1012504,
                    "ImpactCOMPENT": "(atlassian) confluence",
                    "ImpactOs": "debian",
                    "ImpactVersion": "version<7.19.16,8.0.0<=version<8.3.4,8.4.0<=version<8.4.4,8.5.0<=version<8.5.3,8.6.0<=version<8.6.1",
                    "IsPublish": 1,
                    "Level": "extreme",
                    "PatchId": "pcmgr-452553",
                    "ProSupport": 0,
                    "Reference": "url",
                    "ReleaseTime": "2023-10-30 16:09:48",
"SubCategory": "Permission escalation"
                    "Tag": "NETWORK,POC,KNOWN_EXPLOITED,APP",
                    "UpdateTime": "2023-12-17T11:25:43+08:00",
                    "VULCategory": 54,
"VULDescribe": "Confluence is knowledge management and collaboration software developed by Atlassian, designed to help teams collaborate, share information, and create documents. An improper authentication vulnerability exists in affected versions of Confluence Data Center/Server. An unauthenticated attacker can construct malicious requests to escalate privileges and execute commands."
"VULName": "Atlassian Confluence Data Center and Server privilege bypass vulnerability (CVE-2023-22518)"
                }
            ],
            "DataSupport": [
                {
                    "VSSScan": true,
                    "CWPScan": "1",
                    "CFWPatch": "1",
                    "WafPatch": 1,
                    "CWPFix": 1,
                    "CveId": "CVE-2024-1889"
                }
            ],
            "StateCode": "1",
            "VSSScan": true,
            "WafPatch": 1
        },
        "RequestId": "ea962c2c-4d97-4412-9e3b-db533b59592b",
        "ReturnCode": 0,
        "ReturnMsg": "Success"
    }
}

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