首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
QEMU - NBD Server Long Export Name Stack Buffer Overflow
来源:vfocus.net 作者:EricBlake 发布时间:2017-11-30  
Introduced in commit f37708f6b8 (2.10).  The NBD spec says a client
can request export names up to 4096 bytes in length, even though
they should not expect success on names longer than 256.  However,
qemu hard-codes the limit of 256, and fails to filter out a client
that probes for a longer name; the result is a stack smash that can
potentially give an attacker arbitrary control over the qemu
process.
 
The smash can be easily demonstrated with this client:
 
$ qemu-io f raw nbd://localhost:10809/$(printf %3000d 1 | tr ' ' a)
 
If the qemu NBD server binary (whether the standalone qemu-nbd, or
the builtin server of QMP nbd-server-start) was compiled with
-fstack-protector-strong, the ability to exploit the stack smash
into arbitrary execution is a lot more difficult (but still
theoretically possible to a determined attacker, perhaps in
combination with other CVEs).  Still, crashing a running qemu (and
losing the VM) is bad enough, even if the attacker did not obtain
full execution control.
 
[推荐] [评论(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
  相关文章
·Microsoft Windows 10 Creators
·Asterisk 13.17.2~dfsg-2 Memory
·osCommerce 2.3.4.1 - Arbitrary
·Mac OS X Root Privilege Escala
·pfSense 2.3.1_1 Remote Command
·Linux Kernel - 'The Huge Dirty
·Android Gmail < 7.11.5.1765680
·HP iMC Plat 7.2 - Remote Code
·Winamp Pro 5.66.Build.3512 - D
·HP iMC Plat 7.2 - Remote Code
·KMPlayer 4.2.2.4 - Denial of S
·aws-cfn-bootstrap Local Code E
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved