首页
社区
课程
招聘
[分享]Using Memory Errors to Attack a Virtual Machine
发表于: 2011-1-27 01:48 4146

[分享]Using Memory Errors to Attack a Virtual Machine

2011-1-27 01:48
4146
Using Memory Errors to Attack a Virtual Machine

Abstract

We present an experimental study showing that soft
memory errors can lead to serious security vulnerabilities
in Java and .NET virtual machines, or in any system that
relies on type-checking of untrusted programs as a protection
mechanism. Our attack works by sending to the JVM
a Java program that is designed so that almost any memory
error in its address space will allow it to take control
of the JVM. All conventional Java and .NET virtual machines
are vulnerable to this attack. The technique of the
attack is broadly applicable against other language-based
security schemes such as proof-carrying code.
We measured the attack on two commercial Java Virtual
Machines: Sun’s and IBM’s. We show that a singlebit
error in the Java program’s data space can be exploited
to execute arbitrary code with a probability of
about 70%, and multiple-bit errors with a lower probability.
Our attack is particularly relevant against smart cards
or tamper-resistant computers, where the user has physical
access (to the outside of the computer) and can use
various means to induce faults; we have successfully used
heat. Fortunately, there are some straightforward defenses
against this attack.

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 225
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
好东东,收藏谢谢
2011-1-27 13:02
0
雪    币: 370
活跃值: (15)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
3
深度theory来了
2011-1-27 18:38
0
游客
登录 | 注册 方可回帖
返回
//