-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (179 loc) · 6.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Zane Weissman</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style type="text/css">
:root {
--dark: #050020;
--light: #FAE8EB;
--pink: #D39CA2;
--green: #87BAAB;
--yellow: #FFE299;
--border-prop: none;
font-family: Arial, Helvetica, sans-serif;
font-size:large;
}
#main {
width: calc(100% - 160px - 16px);
float: right;
}
#main a {
color: var(--green);
}
hr#section {
color: var(--pink);
}
#tswcsstabs ul {
margin: 0px;
padding: 8px;
list-style: outside none none;
display: inline-block;
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0px;
left: 0px;
background-color: #aa7491;
overflow-x: hidden;
}
#tswcsstabs ul li {
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
display: block;
text-align: right;
width: 100%;
list-style: outside none none;
float: right;
font-size: larger;
font-family: Arial, Helvetica, sans-serif;
}
#tswcsstabs li a {
color: var(--light);
border: var(--border-prop) var(--pink);
padding: 0px;
margin: px;
text-decoration: none;
width: 100%;
}
#tswcsstabs li:hover {
color: var(--light);
background-color: var(--green) !important;
border: var(--border-prop) var(--light);
}
#about {
font-weight: bold;
font-size: xx-large;
color: var(--light);
}
#social {
float: right;
top: 0px;
display: inline-block;
background: var(--green);
color: var(--dark);
padding-left: 2pt;
padding-right: 2pt;
}
#social a {
text-decoration: none;
font-size: medium;
color:inherit;
}
body {
background-color: var(--dark);
color: var(--light);
}
a {
}
iframe {
height: 100%;
width: 50%;
}
</style></head>
<body>
<div id="tswcsstabs">
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#interests">Research Interests</a></li>
<li><a href="index.html#pub">Publications</a></li>
<li><a href="index.html#talks">Talks</a></li>
</ul>
</div>
<div id="main"> <span id="about">Zane Weissman </span> <span id="social">
<a href="docs/ZaneWeissman_cv.pdf">CV</a> - <a href="https://www.linkedin.com/in/zane-weissman-b99744219/">LinkedIn</a>
- <a href="https://www.github.com/zane-weissman">GitHub</a> - <a href="https://scholar.google.com/citations?user=-P7qRPoAAAAJ">Scholar</a>
- <a href="mailto:[email protected]">Email</a> </span>
<p style="text-align: left;"><img src="images/bio-2-2.jpg" alt="A headshot of Zane Weissman."
style="width: 30%; max-width:300px; height: auto; float: right; margin: 5px">
I am an Assistant Teaching Professor in the Department of Electrical and Computer Engineering at <a href="https://www.wpi.edu">Worcester
Polytechnic Institute (WPI)</a>, where I teach topics in computer engineering. I discovered my passion for teaching as a graduate teaching assistant at WPI, where I received my Ph.D. in Electrical and Computer Engineering after completing B.S. and M.S. degrees in the same subject. My research in microarchitectural security, FPGA-CPU systems, and cloud system security has been published in peer-reviewed security journals and a book chapter.
<br>
</p>
<h2 id="interests">Research Interests
<hr></h2>
<ul>
<li>Side-channel attacks</li>
<li>Speculative execution attacks</li>
<li>Virtual machine and cloud system security</li>
<li>FPGAs and FPGA-CPU coprocessing platforms</li>
<li>Hardware and firmware defenses against microarchitectural
vulnerabilities</li>
</ul>
<h2 id="pub"> Publications
<hr> </h2>
<ul>
<li> T. Tiemann, Z. Weissman, T. Eisenbarth, and B. Sunar,
<b>
"Microarchitectural Vulnerabilities Introduced,
Exploited, and Accelerated by Heterogeneous
FPGA-CPU Platforms" </b>,
in Security of FPGA-Accelerated Cloud
Computing Environments, edited by J. Szefer and R. Tessier, New York City: Springer (forthcoming).
</li>
<br>
<li> Z. Weissman, T. Tiemann, T. Eisenbarth, and B. Sunar, <b>Microarchitectural Security of AWS Firecracker
VMM for Serverless Cloud Platforms</b>, under review.
</li>
<br>
<li> <a href="https://arxiv.org/abs/2202.11623"> </a>T. Tiemann, Z.
Weissman, T. Eisenbarth, and B. Sunar, <b>IOTLB-SC: An
Accelerator-Independent Leakage Source in Modern Cloud Systems</b>, AsiaCCS 2023 (forthcoming). <a href="https://arxiv.org/abs/2202.11623">[arXiv]</a>
<a href="https://arxiv.org/pdf/2202.11623">[PDF]</a> <a href="citations/1912.11523.bib">[BibTeX]</a>
</li>
<br>
<li> Z. Weissman, T. Tiemann, D. Moghimi, E. Custodio, T. Eisenbarth,
and B. Sunar, <b>JackHammer: Efficient Rowhammer on Heterogeneous
FPGA-CPU Platforms</b>, IACR Transactions in Cryptographic Hardware
and Embedded Systems, Volume 2020, Issue 3. <a href="https://arxiv.org/abs/1912.11523">[arXiv]</a>
<a href="https://arxiv.org/abs/1912.11523">[PDF]</a> <a href="docs/jackhammer_poster.pdf">[poster]</a>
<a href="citations/2202.11623.bib">[BibTeX]</a> <a href="https://www.zdnet.com/article/fpga-cards-can-be-abused-for-faster-and-more-reliable-rowhammer-attacks/">[ZDNET]</a>
<a href="https://www.tomshardware.com/news/jackhammer-attack-security-fpga-cpu-rowhammer">[Tom's
Hardware]</a> </li>
</ul>
<h2 id="talks"> Talks
<hr> </h2>
<ul>
<li> JackHammer: Rowhammer and Cache Attacks on Heterogeneous FPGA-CPU
Platforms @ Hardwear.io 2020 <a href="https://www.youtube.com/watch?v=BpocgiNuJKY">[video]</a>
<a href="docs/hardweario2020-jackhammer.pdf">[slides]</a> </li>
<br>
<li> Jackhammer: Efficient Rowhammer on Heterogeneous FPGA-CPU Platforms
@ Intel SCAP 2020 </li>
<br>
<li> Jackhammer: Efficient Rowhammer on Heterogeneous FPGA-CPU Platforms
@ CHES 2020 <a href="https://www.youtube.com/watch?v=cBe3YTtrM5s">[video]</a>
<a href="docs/ches2020-jackhammer.pdf">[slides]</a> </li>
</ul>
</div>
</body>
</html>