UoaWDCC / VPS

6 stars 0 forks source link

fix: fix server crash on invalid scenario id role list req #257

Closed wjin-lee closed 1 month ago

wjin-lee commented 1 month ago

This is a potential fix for the following bug bounty: image However, as backend nor network request logs were gathered, we cannot verify for sure. Current thinking is that an invalid role list request was made on login, crashing the backend. Consequently, this makes subsequent requests fail with a ERR_CONNECTION_REFUSED, before the HTTP protocol can even send a request.