All Products
Search
Document Center

Security Center:DescribeVulListPage

Last Updated:Mar 25, 2026

Queries the vulnerabilities that can be detected.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:DescribeVulListPage

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

CveId

string

No

The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability.

CVE-2022-44702

VulNameLike

string

No

The name of the vulnerability.

Remote code execution vulnerability

CurrentPage

integer

No

The number of the page to return.

1

PageSize

integer

No

The number of entries to return on each page.

10

VulType

string

No

The type of the vulnerabilities. Valid values:

  • cve: Linux software vulnerability.

  • sys: Windows system vulnerability.

  • app: Application vulnerability that is detected by using web scanner.

cve

RaspDefend

integer

No

Indicates whether the application protection feature is supported. Valid values:

  • 0: no.

  • 1: yes.

0

Response elements

Element

Type

Description

Example

object

The response parameters.

TotalCount

integer

The total number of entries.

100

RequestId

string

The ID of the request.

4347E985-6E64-467B-96EC-30D4EA9E32FB

Data

array<object>

The response parameters.

object

Information about the vulnerability.

ReleaseTime

integer

The time when the vulnerability was disclosed.

2022-12-13T08:00Z

OtherId

string

The ID of the vulnerability.

AVD-2018-8218

IsSas

integer

Indicates whether the vulnerability was detected based on proof of concept (POC) verification. Valid values:

  • 1: The vulnerability was detected based on POC verification.

  • 0: The vulnerability was not detected based on POC verification.

0

CveId

string

The common vulnerabilities and exposures (CVE) ID of the vulnerability.

CVE-2022-42836

Id

integer

The primary key ID of the database.

40586

IsAegis

integer

Indicates whether the vulnerability was detected based on version comparison. Valid values:

  • 1: The vulnerability was detected based on version comparison.

  • 0: The vulnerability was not detected based on version comparison.

1

Title

string

The name of the vulnerability.

Windows Terminal Remote Code Execution Vulnerability

ExtAegis

string

The extended field for Server Guard.

{\"relatedType\":[{\"type\":\"sys\"}]}

Examples

Success response

JSON format

{
  "TotalCount": 100,
  "RequestId": "4347E985-6E64-467B-96EC-30D4EA9E32FB",
  "Data": [
    {
      "ReleaseTime": 0,
      "OtherId": "AVD-2018-8218",
      "IsSas": 0,
      "CveId": "CVE-2022-42836",
      "Id": 40586,
      "IsAegis": 1,
      "Title": "Windows Terminal Remote Code Execution Vulnerability",
      "ExtAegis": "{\\\"relatedType\\\":[{\\\"type\\\":\\\"sys\\\"}]}"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

500 ServerError ServerError
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.