AtifaFahmeen / FXT-Testing

0 stars 0 forks source link

FX SQL Test : ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound #168

Closed AtifaFahmeen closed 5 years ago

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Category : SQL_Injection

Tags : [OWASP A1, [PCI DSS 3.0] 6.5.1, OWASP - OTG-INPVAL-005, FX Top 10 - API Vulnerability, Intrusive]

Severity : Major

Region : US_WEST_2

Result : fail

Status Code : 404

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], Set-Cookie=[SESSION=YjAxMTkyODEtY2UyNS00ZDI4LTgxMTgtZDk4MDRiYzdlOGNl; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 05:55:49 GMT]}

Endpoint : http://localhost:8080/api/v1/api/v1/orgs?pageSize=

Request :

Response :
{ "timestamp" : "2019-01-23T05:55:49.714+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/orgs" }

Logs :
2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : URL [http://localhost:8080/api/v1/api/v1/orgs?pageSize=] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Method [GET] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request [] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic RlhMYWJzLy9hZG1pbkBmeGxhYnMuaW86YWRtaW4xMjMk]}] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Response [{ "timestamp" : "2019-01-23T05:55:49.714+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/orgs" }] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : 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], Set-Cookie=[SESSION=YjAxMTkyODEtY2UyNS00ZDI4LTgxMTgtZDk4MDRiYzdlOGNl; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 05:55:49 GMT]}] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : StatusCode [404] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Time [633] 2019-01-23 05:55:49 DEBUG [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Size [139] 2019-01-23 05:55:49 INFO [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [633 < 7000 OR 633 > 10000] result [Passed] 2019-01-23 05:55:49 ERROR [ApiV1OrgsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]

--- FX Bot ---

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Region : US_WEST_2

Result : pass

Status Code : 500

Headers : {}

Endpoint : http://localhost:8080/api/v1/api/v1/orgs?pageSize=

Request :

Response :
I/O error on GET request for "http://localhost:8080/api/v1/api/v1/orgs": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out

Logs :
Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [15013 < 7000 OR 15013 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [500 != 404] result [Passed] --- FX Bot ---

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Region : US_WEST_2

Result : pass

Status Code : 500

Headers : {}

Endpoint : http://localhost:8080/api/v1/api/v1/orgs?pageSize=

Request :

Response :
I/O error on GET request for "http://localhost:8080/api/v1/api/v1/orgs": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out

Logs :
Assertion [@StatusCode != 404] resolved-to [500 != 404] result [Passed]Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [15019 < 7000 OR 15019 > 10000] result [Passed] --- FX Bot ---