devopsenggineer / Sanity

0 stars 0 forks source link

rest : ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac #38

Open devopsenggineer opened 5 years ago

devopsenggineer commented 5 years ago

Project : rest

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 10:44:55 GMT]}

Endpoint : http://54.215.136.217/api/v1/users/team-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Borer-Borer", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "gardner.tromp@yahoo.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Administration Executive", "location" : "wDSUAxXC", "modifiedBy" : "", "modifiedDate" : "", "name" : "wDSUAxXC", "password" : "wDSUAxXC", "privileges" : [ "wDSUAxXC" ], "username" : "queenie.ritchie", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T10:44:55.706+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Borer-Borer] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }

Logs :
2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : URL [http://54.215.136.217/api/v1/users/team-sign-up] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Method [POST] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Request [{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Borer-Borer", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "gardner.tromp@yahoo.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Administration Executive", "location" : "wDSUAxXC", "modifiedBy" : "", "modifiedDate" : "", "name" : "wDSUAxXC", "password" : "wDSUAxXC", "privileges" : [ "wDSUAxXC" ], "username" : "queenie.ritchie", "version" : "" }] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-21T10:44:55.706+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Borer-Borer] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : 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 10:44:55 GMT]}] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : StatusCode [200] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Time [212] 2019-02-21 10:44:55 DEBUG [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Size [205] 2019-02-21 10:44:55 ERROR [ApiV1UsersTeamSignUpPostRoleAdminDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---