Highlights
Denial of Service: 3 prior fixes. Scrutinize any change in this area.
fakestorage: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Denial of Service: Buffering entire payloads in memory during object downloads and uploads makes the server highly susceptible to Out-of-Memory (OOM) crashes when handling large files. Transitioning to direct data streaming is critical to mitigate this risk.
Denial of Service: Unhandled errors propagated from the createObject function within setObjectACL and rewriteObject logic can trigger fatal panics, crashing the emulator process and denying service to all clients.
Denial of Service: An integer overflow in the parsing of HTTP Range headers allows requests with malicious or extremely large end values to crash the server through out-of-bounds slice indexing on object content.