zahedmohammed / testingApi

0 stars 0 forks source link

etqt : ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac #134

Open zahedmohammed opened 5 years ago

zahedmohammed commented 5 years ago

Project : etqt

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=[Tue, 19 Feb 2019 17:43:23 GMT]}

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

Request :
{ "amount" : "0806", "availableBalance" : "337700831", "createdBy" : "", "createdDate" : "", "description" : "bz2TmVcq", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "status" : "bz2TmVcq", "type" : "bz2TmVcq", "user" : { "createdBy" : "", "createdDate" : "", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "name" : "bz2TmVcq", "version" : "" }, "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-19T17:43:23.602+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : null } ], "data" : null, "totalPages" : 0, "totalElements" : 0 }

Logs :
2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : URL [http://54.215.136.217/api/v1/primary-transaction] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Method [PUT] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Request [{ "amount" : "0806", "availableBalance" : "337700831", "createdBy" : "", "createdDate" : "", "description" : "bz2TmVcq", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "status" : "bz2TmVcq", "type" : "bz2TmVcq", "user" : { "createdBy" : "", "createdDate" : "", "id" : "", "inactive" : false, "modifiedBy" : "", "modifiedDate" : "", "name" : "bz2TmVcq", "version" : "" }, "version" : "" }] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-19T17:43:23.602+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : null } ], "data" : null, "totalPages" : 0, "totalElements" : 0 }] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : 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=[Tue, 19 Feb 2019 17:43:23 GMT]}] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : StatusCode [200] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Time [18] 2019-02-19 05:43:23 DEBUG [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Size [176] 2019-02-19 05:43:23 ERROR [ApiV1PrimaryTransactionPutRoleAdminDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---