Open starkgazer1729 opened 3 months ago
server.py
line 72 - 173
APIs do not have rate limiting implemented, which can lead to abuse and brute-force attacks. Attackers could overwhelm the system with requests.
not uploading
4/5
Implement rate limiting for your API endpoints to mitigate abuse. Flask-Limiter is a useful extension for this purpose.
BLUE BELLS MODEL SCHOOL
this is atleast a medium severity as per me not low because hackers can abuse force attacking leading to load on server because it will create huge spam requests
Description of the Vulnerability
server.py
line 72 - 173
APIs do not have rate limiting implemented, which can lead to abuse and brute-force attacks. Attackers could overwhelm the system with requests.
Screen Shot of the Vulnerable Code
not uploading
Impact of the vulnerability
4/5
Recommended Steps to resolve it?
Implement rate limiting for your API endpoints to mitigate abuse. Flask-Limiter is a useful extension for this purpose.
School Name
BLUE BELLS MODEL SCHOOL