-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (217 loc) · 10.9 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="description" content="Ph.D. student in CS at Purdue Univ. A system security person.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sung-woo.kim/">
<meta property="og:type" content="website">
<meta property="og:title" content="Sungwoo Kim @ Purdue CS">
<meta property="og:description" content="Ph. D. student @ Purdue CS">
<meta property="og:site_name" content="Sungwoo Kim @ Purdue CS">
<meta property="og:locale" content="en_US">
<meta property="og:image:width" content="1080">
<meta property="og:image:height" content="1080">
<meta property="og:image" content="https://sung-woo.kim/og.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="Sungwoo Kim @ Purdue CS">
<meta property="twitter:domain" content="sung-woo.kim">
<meta property="twitter:url" content="https://sung-woo.kim/">
<meta name="twitter:title" content="Sungwoo Kim @ Purdue CS">
<meta name="twitter:description" content="Ph. D. student @ Purdue CS">
<meta name="twitter:image" content="https://sung-woo.kim/og.jpg">
<title>Sungwoo Kim @ Purdue CS</title>
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body class="container">
<header>
<h1>Sungwoo Kim</h1>
<audio controls>
<source src="sungwookim.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<blockquote>
<q>I am perfectly happy with all the people who are walking around and just staring at the clouds, looking at stars saying "I want to go there". But I am looking at the ground and I want to fix the pothole that is right in front of me before I fall in. This is kind of person I am.</q>
<i>- Linus Torvalds</i>
</blockquote>
<hr>
<p>
<a href="https://www.urbandictionary.com/define.php?term=graduate%20student" target="_blank" rel="noopener noreferrer">Ph. D. student</a>
@
<a href="https://cs.purdue.edu" target="_blank" rel="noopener noreferrer">Purdue CS</a>
</p>
<p>
Advised by
<a href="https://davejingtian.org/" target="_blank" rel="noopener noreferrer">Prof. Dave (Jing) Tian</a>
and
<a href="https://www.cs.purdue.edu/homes/dxu/" target="_blank" rel="noopener noreferrer">Prof. Dongyan Xu</a>
</p>
<p>
Working at
<a href="https://pursec.cs.purdue.edu/" target="_blank" rel="noopener noreferrer">PurSec Lab</a>
and
<a href="https://friends.cs.purdue.edu/" target="_blank" rel="noopener noreferrer">FRIENDS</a>
</p>
<hr>
</header>
<section>
<div><i>This site does not track users</i></div>
<h2>About</h2>
<ul>
<li>📄 <a href="https://sung-woo.kim/cv.pdf" rel="noopener noreferrer">Curriculum vitae</a></li>
<li>📧 <a href="mailto://[email protected]" rel="noopener noreferrer">contact (at) sung-woo.kim</a></li>
<li>📧 <a href="mailto://[email protected]" rel="noopener noreferrer">sk (at) purdue.edu</a></li>
<li>🔑 <a href="https://sung-woo.kim/pgp.asc" rel="noopener noreferrer">PGP key</a></li>
<li>🔗 <a href="https://scholar.google.com/citations?user=versi54AAAAJ&hl=en&oi=sra" rel="noopener noreferrer">Google scholar</a></li>
<li>🔗 <a href="https://github.com/swkim101" target="_blank" rel="noopener noreferrer">github.com/swkim101</a></li>
<li>🔗 <a href="https://orcid.org/0000-0001-8584-7419" target="_blank" rel="noopener noreferrer">orcid.org/0000-0001-8584-7419</a></li>
<li>🔗 <a href="https://facebook.com/sungwoo.kim.79656" target="_blank" rel="noopener noreferrer">facebook.com/sungwoo.kim.79656</a></li>
</ul>
</section>
<section>
<h2>Publications</h2>
<ol>
<li>
<div>
<strong>
Fuzz The Power: Dual-role State Guided Black-box Fuzzing for USB Power Delivery
</strong>
</div>
<div>
Kyungtae Kim,
<strong>Sungwoo Kim,</strong>
Kevin Buttler, Antonio Bianchi, Rick Kennell, Dave (Jing) Tian.
</div>
<div>
<em>32nd USENIX Security Symposium (Security’23), Anaheim, CA, August 2023</em>
</div>
<div>
Anaheim, CA, August 2023 (Acceptance Rate: <em>29.2%</em>)
</div>
<div>
<!-- [BibTex] -->
<a href="https://www.usenix.org/system/files/usenixsecurity23-kim-kyungtae.pdf">[PDF📃]</a>
<a href="https://github.com/purseclab/fuzzpd">[CODE💻]</a>
<div title="click to copy" class="bibtex-wrapper" id="bibtex-fuzzpd" onclick="handle('#bibtex-fuzzpd')">
<code class="bibtex" tabindex="0">
@inproceedings {290985,
author = {Kyungtae Kim and Sungwoo Kim and Kevin R. B. Butler and Antonio Bianchi and Rick Kennell and Dave (Jing) Tian},
title = {Fuzz The Power: Dual-role State Guided Black-box Fuzzing for {USB} Power Delivery},
booktitle = {32nd USENIX Security Symposium (USENIX Security 23)},
year = {2023},
isbn = {978-1-939133-37-3},
address = {Anaheim, CA},
pages = {5845--5861},
url = {https://www.usenix.org/conference/usenixsecurity23/presentation/kim-kyungtae},
publisher = {USENIX Association},
month = aug
}
</code>
</div>
<div id="bibtex-fuzzpd-status"></div>
</li>
<li>
<div>
<strong>
ShadowAuth: Backward-Compatible Automatic CAN Authentication for Legacy ECUs
</strong>
</div>
<div>
<strong>Sungwoo Kim,</strong>
Gisu Yeo, Taegyu Kim, Junghwan "John" Rhee, Yuseok Jeon,
Antonio Bianchi, Dongyan Xu, and Dave (Jing) Tian
</div>
<div>
<em>Proceedings of the 2022 ACM Asia Conference on Computer and Communications Security (ASIA CCS ’22)</em>
</div>
<div>
Nagasaki, Japan, May 2022 (Acceptance Rate: <em>18.4%</em>)
</div>
<div>
<!-- [BibTex] -->
<a href="https://sung-woo.kim/pub/shadowauth.pdf">[PDF📃]</a>
<a href="https://sung-woo.kim/pub/ShadowAuth_slide.pdf">[SLIDE🎥]</a>
<a href="https://doi.org/10.1145/3488932.3523263">[DOI🔗]</a>
<a href="https://github.com/purseclab/ShadowAuth">[CODE💻]</a>
<div title="click to copy" class="bibtex-wrapper" id="bibtex-shadowauth" onclick="handle('#bibtex-shadowauth')">
<code class="bibtex" tabindex="0">
@inproceedings{10.1145/3488932.3523263,
author = {Kim, Sungwoo and Yeo, Gisu and Kim, Taegyu and Rhee, Junghwan "John" and Jeon, Yuseok and Bianchi, Antonio and Xu, Dongyan and Tian, Dave (Jing)},
title = {ShadowAuth: Backward-Compatible Automatic CAN Authentication for Legacy ECUs},
year = {2022},
isbn = {9781450391405},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3488932.3523263},
doi = {10.1145/3488932.3523263},
booktitle = {Proceedings of the 2022 ACM on Asia Conference on Computer and Communications Security},
pages = {534–545},
numpages = {12},
keywords = {control area network, electronic control unit, authentication, binary analysis},
location = {Nagasaki, Japan},
series = {ASIA CCS '22}
}
</code>
</div>
<div id="bibtex-shadowauth-status"></div>
</div>
</li>
</ol>
</section>
<section>
<h2>CVEs</h2>
<ul>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50255" target="_blank" rel="noopener noreferrer">CVE-2024-50255</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-38620" target="_blank" rel="noopener noreferrer">CVE-2024-38620</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36968" target="_blank" rel="noopener noreferrer">CVE-2024-36968</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36013" target="_blank" rel="noopener noreferrer">CVE-2024-36013</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36012" target="_blank" rel="noopener noreferrer">CVE-2024-36012</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36011" target="_blank" rel="noopener noreferrer">CVE-2024-36011</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40283" target="_blank" rel="noopener noreferrer">CVE-2023-40283</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28866" target="_blank" rel="noopener noreferrer">CVE-2023-28866</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-45934" target="_blank" rel="noopener noreferrer">CVE-2022-45934</a></li>
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34125" target="_blank" rel="noopener noreferrer">CVE-2021-34125</a></li>
</ul>
</section>
<section>
<h2>Services</h2>
<ul>
<li>Artifact Evaluation Committee (AEC): USENIX Security Symposium (USENIX) 2024</li>
<li>Developed and maintaining <a href="https://cspapers.org" target="_blank" rel="noopener noreferrer">cspapers.org</a></li>
</ul>
</section>
<footer>
<hr>
<p>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="/img/vcss-blue.gif"
alt="Valid CSS!" />
</a>
<img style="border:0;width:88px;height:31px"
src="/img/iotfragile.jpg"
alt="Valid CSS!" />
<a href="https://github.com/zephyrproject-rtos/zephyr/pull/70521">
<img style="border:0;width:88px;"
src="/img/zephyr.png"
alt="Zephyr Technical Contributor Badge" />
</a>
</p>
</footer>
<script>
function handle(id) {
const dom = document.querySelector(id)
navigator.clipboard.writeText(dom.innerText);
document.querySelector(`${id}-status`).innerText = 'copied';
}
</script>
</body>
</html>