> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Slowloris dos

<AccordionGroup>
  <Accordion title="slowloris-dos">
    This server may be vulnerable to a Slowloris Denial-of-Service (DoS) attack. Slowloris attacks exploit the fact that HTTP servers keep the connection active if the request received is incomplete. By default, Go does not define a timeout value for `ReadHeaderTimeout`, which leaves your application vulnerable. To mitigate this, configure this parameter in your Server settings.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- C
    <br />- W
    <br />- E
    <br />- -
    <br />- 4
    <br />- 0
    <br />- 0
    <br />- :
    <br />-\
    <br />- U
    <br />- n
    <br />- c
    <br />- o
    <br />- n
    <br />- t
    <br />- r
    <br />- o
    <br />- l
    <br />- l
    <br />- e
    <br />- d
    <br />-\
    <br />- R
    <br />- e
    <br />- s
    <br />- o
    <br />- u
    <br />- r
    <br />- c
    <br />- e
    <br />-\
    <br />- C
    <br />- o
    <br />- n
    <br />- s
    <br />- u
    <br />- m
    <br />- p
    <br />- t
    <br />- i
    <br />- o
    <br />- n
  </Accordion>
</AccordionGroup>
