zahedmohammed / testingApi

0 stars 0 forks source link

Test1251 : ApiV1PrimaryTransactionPutRolePmDisallowedRbac #214

Open zahedmohammed opened 5 years ago

zahedmohammed commented 5 years ago

Project : Test1251

Job : Default

Env : Default

Category : RBAC

Tags : [OWASP - OTG-IDENT-001 , FX Top 10 - API Vulnerability, Endpoint_Access_Control]

Severity : Major

Region : FXLabs/US_WEST_1

Result : fail

Status Code : 200

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:29:42 GMT]}

Endpoint : http://54.215.136.217/api/v1/primary-transaction

Request :
{ "amount" : "8979", "availableBalance" : "521676650", "createdBy" : "", "createdDate" : "", "description" : "7Ffw65md", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "status" : "7Ffw65md", "type" : "7Ffw65md", "user" : { "createdBy" : "", "createdDate" : "", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "name" : "7Ffw65md", "version" : "" }, "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:29:43.010+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : null } ], "data" : null, "totalPages" : 0, "totalElements" : 0 }

Logs :
2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : URL [http://54.215.136.217/api/v1/primary-transaction] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Method [PUT] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Request [{ "amount" : "8979", "availableBalance" : "521676650", "createdBy" : "", "createdDate" : "", "description" : "7Ffw65md", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "status" : "7Ffw65md", "type" : "7Ffw65md", "user" : { "createdBy" : "", "createdDate" : "", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "name" : "7Ffw65md", "version" : "" }, "version" : "" }] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-21T09:29:43.010+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : null } ], "data" : null, "totalPages" : 0, "totalElements" : 0 }] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:29:42 GMT]}] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : StatusCode [200] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Time [17] 2019-02-21 09:29:43 DEBUG [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Size [176] 2019-02-21 09:29:43 ERROR [ApiV1PrimaryTransactionPutRolePmDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---