szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.

Home Page:https://microbin.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sending unexpected http requests crashes server

AeliusSaionji opened this issue · comments

commented

I've crashed the public server (sorry) and after setting up a local instance, I've crashed that some dozen times.

I am not very familiar with curl or http requests in general. I was attempting to set up some android http requests app to allow uploading to microbin via android's "share to" menu.

I iterated on a lot of incorrect parameters and types of requests, since I don't know what I'm doing. I don't have specifics for you, but it should not be hard to reproduce this, because it seems like just about any incorrect request would crash the server and require restarting the container.

I've seen responses ranging from 502 bad gateway (current state of the pub server), connection reset by peer, empty response.

Sorry I don't have more specific reproducibility steps at this time.

Thanks