cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Denial_Of_Service_Resource_Exhaustion @ server/router.go [master] #72

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Denial_Of_Service_Resource_Exhaustion issue exists @ server/router.go in branch master

The resource FormValue allocated by r.HandleFunc in the file server\router.go at line 33 is prone to resource exhaustion when used by GetProducts in the file vulnerable\sql.go at line 75.Similarity ID: -649682603

Severity: Medium

CWE:400

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 33


Code (Line #33):

category := r.FormValue("category")

github-actions[bot] commented 1 month ago

Issue still exists.