攻擊者可以造成程序崩潰或使合法用戶無法進行使用。
攻擊者可能通過對應用程序發送大量請求,而使它拒絕對合法用戶的服務,但是這種攻擊形式經常會在網絡層就被排除掉了。更加嚴重的是那些只需要使用少量請求就可以使得攻擊者讓應用程序過載的 bug。這種 bug 允許攻擊者去指定請求使用系統資源的數量,或者是持續使用這些系統資源的時間。
例1:以下代碼允許用戶指定當前進程進入休眠狀態的時長。通過指定一個較大的數字,攻擊者可以無限期地阻礙該進程。
...
CALL FUNCTION 'ENQUE_SLEEP'
EXPORTING
SECONDS = usrInput.
...
[1] Standards Mapping - OWASP Top 10 2004 - (OWASP 2004) A9 Application Denial of Service
[2] Standards Mapping - Security Technical Implementation Guide Version 3 - (STIG 3) APP6080 CAT II
[3] Standards Mapping - Security Technical Implementation Guide Version 3.4 - (STIG 3.4) APP6080 CAT II
[4] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 730
[5] Standards Mapping - Web Application Security Consortium 24 + 2 - (WASC 24 + 2) Denial of Service
[6] Standards Mapping - Payment Card Industry Data Security Standard Version 1.1 - (PCI 1.1) Requirement 6.5.9