All Products
Search
Document Center

Security Center:DescribeEmgVulItem

Last Updated:Mar 24, 2026

Retrieves the details of urgent vulnerabilities.

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:DescribeEmgVulItem

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese

  • en: English

zh

RiskStatus

string

No

Specifies whether the vulnerability poses risks.
If you do not specify this parameter, all vulnerabilities are queried regardless of whether the vulnerabilities pose risks. Valid values:

  • y: yes

  • n: no

y

ScanType

string

No

The method that is used to detect the vulnerability.
If you do not specify this parameter, all vulnerabilities are queried regardless of which method is used. Valid values:

  • python: The Version method is used. Security Center checks the software versions of your server to check whether disclosed vulnerabilities exist on your server.

  • scan: The Network Scan method is used. Security Center analyzes the access traffic to your server over the Internet to check whether vulnerabilities exist on your server.

python

CheckType

integer

No

The check method. Valid values:

  • 0: proof of concept (POC) verification

  • 1: version comparison

0

VulName

string

No

The name of the urgent vulnerability.

Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)

CurrentPage

integer

No

The number of the page to return. Default value: 1.

1

PageSize

integer

No

The number of entries to return on each page. Default value: 10.

10

ResourceDirectoryAccountId

integer

No

The Alibaba Cloud account ID of the member in the resource directory.

Note

You can call the DescribeMonitorAccounts operation to obtain the IDs.

127608589417****

Response elements

Element

Type

Description

Example

object

CurrentPage

integer

The page number of the returned page. Pages start from page 1. Default value: 1.

1

RequestId

string

The ID of the request, which is used to locate and troubleshoot issues.

BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3

PageSize

integer

The number of entries returned per page. Default value: 10.

10

TotalCount

integer

The total number of the urgent vulnerabilities returned.

1

GroupedVulItems

array<object>

An array that consists of the urgent vulnerabilities returned.

object

Status

integer

The detection status of the urgent vulnerability. Valid values:

  • 10: The urgent vulnerability is not detected.

  • 20: The urgent vulnerability is being detected.

  • 30: The urgent vulnerability detection is complete.

30

Type

string

The method that is used to detect the urgent vulnerability. Valid values:

  • python: The Version method is used. Security Center checks the software versions of your server to check whether disclosed vulnerabilities exist on your server.

  • scan: The Network Scan method is used. Security Center analyzes the access traffic to your server over the Internet to check whether vulnerabilities exist on your server.

scan

CheckType

integer

The check method.

1

GmtLastCheck

integer

The timestamp when the urgent vulnerability was last detected. Unit: milliseconds.

1619286031000

Progress

integer

The progress of the urgent vulnerability detection task. Valid values: 0 to 100.

Note

This parameter is returned only when an urgent vulnerability is being detected.

50

Description

string

The introduction to the vulnerability.

Chanjet T-Plus is an Internet business management software. There is an unauthorized access vulnerability in one of its interfaces disclosed on the Internet. Attackers can construct malicious requests to upload malicious files to execute arbitrary code and control the server.

GmtPublish

integer

The timestamp when the urgent vulnerability was last disclosed. Unit: milliseconds.

1618887687000

PendingCount

integer

The number of unhandled urgent vulnerabilities.

0

AliasName

string

The name of the urgent vulnerability.

Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)

Name

string

The name of the detection rule.

scan:AVD-2021-179344

RaspDefend

integer

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

  • 0: no

  • 1: yes

Note

If this parameter is not returned, the application protection is not supported.

1

Examples

Success response

JSON format

{
  "CurrentPage": 1,
  "RequestId": "BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3",
  "PageSize": 10,
  "TotalCount": 1,
  "GroupedVulItems": [
    {
      "Status": 30,
      "Type": "scan",
      "CheckType": 1,
      "GmtLastCheck": 1619286031000,
      "Progress": 50,
      "Description": "Chanjet T-Plus is an Internet business management software. There is an unauthorized access vulnerability in one of its interfaces disclosed on the Internet. Attackers can construct malicious requests to upload malicious files to execute arbitrary code and control the server.",
      "GmtPublish": 1618887687000,
      "PendingCount": 0,
      "AliasName": "Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)",
      "Name": "scan:AVD-2021-179344",
      "RaspDefend": 1
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 NoPermission no permission
400 UnknownError UnknownError
400 RdCheckNoPermission Resource directory account verification has no permission.
500 ServerError ServerError
500 RdCheckInnerError Resource directory account service internal error.
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.