django-planet
Sept. 11, 2020

Not all attacks are equal: understanding and preventing DoS in web applications

in blog Jacob Kaplan-Moss
original entry Not all attacks are equal: understanding and preventing DoS in web applications

Denial-of-Service (DoS) vulnerabilities are common, but teams frequently disagree on how to treat them. The risk can be difficult to analyze: I’ve seen development teams argue for weeks over how to handle a DoS vector. This article tries to cut through those arguments. It provides a framework for engineering and application security teams to think about denial-of-service risk, breaks down DoS vulnerabilities into high-, medium-, and low-risk classes, and has recommendations for mitigations at each layer.