Retrieves the details of urgent vulnerabilities.
Try it now
Test
RAM authorization
|
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 |
| RiskStatus |
string |
No |
Specifies whether the vulnerability poses risks.
|
y |
| ScanType |
string |
No |
The method that is used to detect the vulnerability.
|
python |
| CheckType |
integer |
No |
The check method. Valid values:
|
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:
|
30 |
| Type |
string |
The method that is used to detect the urgent vulnerability. Valid values:
|
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:
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.