AtifaFahmeen / FXT-Testing

0 stars 0 forks source link

FX SQL Test : ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound #199

Open AtifaFahmeen opened 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=ZDM1MzNmYTItYjM5Yy00OWEyLWIyZDctMjczNDhlOTMwYTZk; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 06:56:14 GMT]}

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

Request :

Response :
{ "timestamp" : "2019-01-23T06:56:14.251+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/jobs" }

Logs :
2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : URL [http://localhost:8080/api/v1/api/v1/jobs?pageSize=] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Method [GET] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request [] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic RlhMYWJzLy9hZG1pbkBmeGxhYnMuaW86YWRtaW4xMjMk]}] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Response [{ "timestamp" : "2019-01-23T06:56:14.251+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/jobs" }] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : 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=ZDM1MzNmYTItYjM5Yy00OWEyLWIyZDctMjczNDhlOTMwYTZk; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 06:56:14 GMT]}] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : StatusCode [404] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Time [7033] 2019-01-23 06:56:14 DEBUG [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Size [139] 2019-01-23 06:56:14 ERROR [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [7033 < 7000 OR 7033 > 10000] result [Failed] 2019-01-23 06:56:14 ERROR [ApiV1JobsGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]

--- FX Bot ---