CAPEC Definitions

    CAPEC Definitions / CAPEC-469

    CAPEC-469: HTTP DoS

    An attacker performs flooding at the HTTP level to bring down only a particular web application rather than anything listening on a TCP/IP connection. This denial of service attack requires substantially fewer packets to be sent which makes DoS harder to detect. This is an equivalent of SYN flood in HTTP. The idea is to keep the HTTP session alive indefinitely and then repeat that hundreds of times. This attack targets resource depletion weaknesses in web server software. The web server will wait to attacker's responses on the initiated HTTP sessions while the connection threads are being exhausted.

    Severity:Low
    Possibility:

    Extended Description

    No Extended Description.

    Mitigations

    Configuration: Configure web server software to limit the waiting period on opened HTTP sessions

    Design: Use load balancing mechanisms

    Relationships with other CAPECs

    CAPEC-227: Sustained Client Engagement

    Prerequisites

    HTTP protocol is usedWeb server used is vulnerable to denial of service via HTTP flooding

    Related Weaknesses

    CWE-770: Allocation of Resources Without Limits or Throttling

    CWE-772: Missing Release of Resource after Effective Lifetime