Skip to main content

윤인수 교수

In-Soo Yoon

KAIST 전산학부 · 컴퓨터과학

연구실 소개

윤인수 교수의 연구실은 시스템 보안과 효율성의 균형을 추구하는 고성능 시스템 기반 보안 기술을 주요 연구 분야로 삼고 있습니다. 특히, 퍼지드 테스팅, 공호닉 실행, 하드웨어 기반 데이터 흐름 격리 등으로 대표되는 혁신적인 기법을 통해 복잡한 실생활 소프트웨어와 네트워크 기반 시스템의 취약점을 효과적으로 탐지하고 보호합니다. 연구는 실제 시스템에서의 적용 가능성을 고려해 하드웨어와 소프트웨어의 융합 기반 솔루션 개발에 초점을 맞추고 있습니다. 특히, 고속 네트워크 환경, JavaScript 엔진, 기지국 펌웨어 등 다양한 시스템의 보안 문제를 체계적으로 해결하고자 합니다.

하이브리드 퍼지드공호닉 실행하드웨어 기반 보안실행 히스토리 복원기지국 펌웨어 분석

연구 현황

논문 수
28
총 인용 수
862
최근 5년 논문
16
주요 분야
컴퓨터과학

연구 성과 추이

표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.

5개년 연도별 논문 게재 수
16총합
2021
2022
2023
2025
2026
5개년 연도별 피인용 수
78총합
20212022202320252026

주요 논문

15
1
논문|인용수 272·2018
QSYM: a practical concolic execution engine tailored for hybrid fuzzing
Insu Yun, Sang-Ho Lee, Meng Xu, Yeongjin Jang, Taesoo Kim
USENIX Security Symposium

Recently, hybrid fuzzing has been proposed to address the limitations of fuzzing and concolic execution by combining both approaches. The hybrid approach has shown its effectiveness in various synthetic benchmarks such as DARPA Cyber Grand Challenge (CGC) binaries, but it still suffers from scaling to find bugs in complex, realworld software. We observed that the performance bottleneck of the existing concolic executor is the main limiting factor for its adoption beyond a small-scale study. T

SoftwareComputer Science
2
논문|인용수 144·2012
Kargus
Muhammad Asim Jamshed, Jihyung Lee, Sangwoo Moon, Insu Yun, Kim Deok-jin, Sungryoul Lee, Yung Yi, KyoungSoo Park

As high-speed networks are becoming commonplace, it is increasingly challenging to prevent the attack attempts at the edge of the Internet. While many high-performance intrusion detection systems (IDSes) employ dedicated network processors or special memory to meet the demanding performance requirements, it often increases the cost and limits functional flexibility. In contrast, existing software-based IDS stacks fail to achieve a high throughput despite modern hardware innovations such as multi

Hardware and ArchitectureComputer Science
3
논문|인용수 115·2016
HDFI: Hardware-Assisted Data-Flow Isolation
Chengyu Song, Hyungon Moon, Monjur Alam, Insu Yun, Byoungyoung Lee, Taesoo Kim, Wenke Lee, Yunheung Paek

Memory corruption vulnerabilities are the root cause of many modern attacks. Existing defense mechanisms are inadequate; in general, the software-based approaches are not efficient and the hardware-based approaches are not flexible. In this paper, we present hardware-assisted data-flow isolation, or, HDFI, a new fine-grained data isolation mechanism that is broadly applicable and very efficient. HDFI enforces isolation at the machine word granularity by virtually extending each memory unit with

Artificial IntelligenceComputer Science
4
논문|인용수 94·2020
Fuzzing JavaScript Engines with Aspect-preserving Mutation
Soyeon Park, Wen Xu, Insu Yun, Daehee Jang, Taesoo Kim
OA

Fuzzing is a practical, widely-deployed technique to find bugs in complex, real-world programs like JavaScript engines. We observed, however, that existing fuzzing approaches, either generative or mutational, fall short in fully harvesting high-quality input corpora such as known proof of concept (PoC) exploits or unit tests. Existing fuzzers tend to destruct subtle semantics or conditions encoded in the input corpus in order to generate new test cases because this approach helps in discovering

SoftwareComputer Science
5
논문|인용수 56·2016
APISan: Sanitizing API Usages through Semantic Cross-Checking
Insu Yun, Changwoo Min, Xujie Si, Yeongjin Jang, Taesoo Kim, Mayur Naik
USENIX Security Symposium
Artificial IntelligenceComputer Science
6
논문|인용수 37·2018
REPT: reverse debugging of failures in deployed software
Weidong Cui, Xinyang Ge, Baris Kasikci, Ben Niu, Upamanyu Sharma, Ruoyu Wang, Insu Yun
Operating Systems Design and Implementation

Debugging software failures in deployed systems is important because they impact real users and customers. However, debugging such failures is notoriously hard in practice because developers have to rely on limited information such as memory dumps. The execution history is usually unavailable because high-fidelity program tracing is not affordable in deployed systems.In this paper, we present REPT, a practical system that enables reverse debugging of software failures in deployed systems. REPT r

SoftwareComputer Science
7
논문|인용수 31·2021
BaseSpec: Comparative Analysis of Baseband Software and Cellular Specifications for L3 Protocols
Eun-Soo Kim, Dongkwan Kim, CheolJun Park, Insu Yun, Yongdae Kim
OA

Cellular basebands play a crucial role in mobile communication. However, it is significantly challenging to assess their security for several reasons. Manual analysis is inevitable because of the obscurity and complexity of baseband firmware; however, such analysis requires repetitive efforts to cover diverse models or versions. Automating the analysis is also non-trivial because the firmware is significantly large and contains numerous functions associated with complex cellular protocols. There

Biomedical EngineeringEngineering
8
논문|인용수 29·2017
CAB-Fuzz: Practical Concolic Testing Techniques for COTS Operating Systems.
Su Yong Kim, Sangho Lee, Insu Yun, Wen Xu, Byoungyoung Lee, Youngtae Yun, Taesoo Kim

Discovering the security vulnerabilities of commercial off-the-shelf (COTS) operating systems (OSes) is challenging because they not only are huge and complex, but also lack detailed debug information. Concolic testing, which generates all feasible inputs of a program by using symbolic execution and tests the program with the generated inputs, is one of the most promising approaches to solve this problem. Unfortunately, the state-of-the-art concolic testing tools do not scale well for testing CO

SoftwareComputer Science
9
논문|인용수 14·2017
AVPASS: Leaking and Bypassing Antivirus Detection Model Automatically
Chanil Jeon, Insu Yun, Jinho Jung, Max Wolotsky, Taesoo Kim
Artificial IntelligenceComputer Science
10
논문|인용수 13·2021
Preventing Use-After-Free Attacks with Fast Forward Allocation
Brian Wickman, Hong Hu, Insu Yun, Daehee Jang, Jung Won Lim, Sanidhya Kashyap, Taesoo Kim
Infoscience (Ecole Polytechnique Fédérale de Lausanne)OA

Memory-unsafe languages are widely used to implement critical systems like kernels and browsers, leading to thousands of memory safety issues every year. A use-after-free bug is a temporal memory error where the program accidentally visits a freed memory location. Recent studies show that use-after-free is one of the most exploited memory vulnerabilities. Unfortunately, previous efforts to mitigate use-after-free bugs are not widely deployed in real-world programs due to either inadequate accura

Artificial IntelligenceComputer Science
11
preprint|인용수 13·2019
Automatic Techniques to Systematically Discover New Heap Exploitation Primitives
Insu Yun, Dhaval Kapil, Taesoo Kim
arXiv (Cornell University)OA

Heap exploitation techniques to abuse the metadata of allocators have been widely studied since they are application independent and can be used in restricted environments that corrupt only metadata. Although prior work has found several interesting exploitation techniques, they are ad-hoc and manual, which cannot effectively handle changes or a variety of allocators. In this paper, we present a new naming scheme for heap exploitation techniques that systematically organizes them to discover the

Artificial IntelligenceComputer Science
12
논문|인용수 12·2022
Scalable and Secure Virtualization of HSM With ScaleTrust
Juhyeng Han, Insu Yun, Seongmin Kim, Taesoo Kim, Sooel Son, Dongsu Han
SJR Q1IEEE/ACM Transactions on Networking

Hardware security modules (HSMs) have been utilized as a trustworthy foundation for cloud services. Unfortunately, existing systems using HSMs fail to meet multi-tenant scalability arising from the emerging trends such as microservices, which utilize frequent cryptographic operations. As an alternative, cloud vendors provide HSMs as a service. However, such cloud-managed HSM usage models raise security concerns due to their untrusted and shared operating environment. We propose ScaleTrust, a sca

Artificial IntelligenceComputer Science
13
논문|인용수 10·2021
HardsHeap: A Universal and Extensible Framework for Evaluating Secure Allocators
Insu Yun, Woosun Song, Seunggi Min, Taesoo Kim
OA

Secure allocators have been extensively studied to mitigate heap vulnerabilities. They employ safe designs and randomized mechanisms to stop or mitigate heap exploitation. Despite extensive research efforts, secure allocators can only be evaluated by with theoretical analysis or pre-defined data sets, which are insufficient to effectively reflect powerful adversaries in the real world.

Signal ProcessingComputer Science
14
논문|인용수 8·2020
Automatic Techniques to Systematically Discover New Heap Exploitation Primitives
Insu Yun, Dhaval Kapil, Taesoo Kim
USENIX Security Symposium

Heap exploitation techniques to abuse the metadata of allocators have been widely studied since they are application independent and can be used in restricted environments that corrupt only metadata. Although prior work has found several interesting exploitation techniques, they are ad-hoc and manual, which cannot effectively handle changes or a variety of allocators. In this paper, we present a new naming scheme for heap exploitation techniques that systematically organizes them to discover t

Information SystemsComputer Science
15
논문|인용수 4·2023
QueryX: Symbolic Query on Decompiled Code for Finding Bugs in COTS Binaries
Hyung-Seok Han, JeongOh Kyea, Yonghwi Jin, J.‐B. KANG, Brian Pak, Insu Yun

Extensible static checking tools, such as Sys and CodeQL, have successfully discovered bugs in source code. These tools allow analysts to write application-specific rules, referred to as queries. These queries can leverage the domain knowledge of analysts, thereby making the analysis more accurate and scalable. However, the majority of these tools are inapplicable to binary-only analysis. One exception, joern, translates a binary code into decompiled code and feeds the decompiled code into an or

SoftwareComputer Science

대표 연구 분야

Artificial IntelligenceSoftwareComputer Networks and CommunicationsInformation SystemsHardware and ArchitectureBiomedical Engineering

윤인수 교수의 연구를 Nubint에서 더 깊이 살펴보세요

이 연구실의 논문을 앱에서 열어 AI와 함께 읽고, 핵심을 요약하고, 내 글에 인용하세요.