SaTC: CORE: Small: Collaborative: Understanding and Detecting Memory Bugs in Rust

SaTC:核心:小:协作:理解和检测 Rust 中的内存错误

基本信息

  • 批准号:
    1956364
  • 负责人:
  • 金额:
    $ 20万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Standard Grant
  • 财政年份:
    2020
  • 资助国家:
    美国
  • 起止时间:
    2020-07-01 至 2024-06-30
  • 项目状态:
    已结题

项目摘要

Rust is a young programming language designed for systems software development. Its main design goal is to achieve runtime performance as good as its competitor language, C, while offering better memory and thread safety using a linear type system and strict compile-time checking. Rust has become increasingly popular among developers of safety-critical software, such as operating systems, browsers, and block-chain systems. However, both practitioners and researchers know little about the status of memory bugs in real-world Rust programs. For example, do Rust compile-time checks eliminate all memory bugs? If not, do memory bugs in Rust exhibit certain detectable patterns? This project seeks answers to these questions by devising techniques to identify and eliminate the memory bugs? In particular, it aims to achieve a better understanding of common mistakes made by Rust programmers and build novel techniques to catch memory bugs missed by Rust compile-time checks. The outcome will influence how Rust evolves, guide how developers program Rust safely, and improve the safety of the Rust ecosystem. Rust safety mechanisms are sound, but sometimes they are too strict and prevent flexible control over low-level resources. To mitigate this problem, Rust allows developers to bypass its compiler checks using unsafe code. A function can be declared as unsafe. A piece of code inside a safe function can be unsafe, known as interior unsafe, where the unsafe code is encapsulated internally and treated as safe externally. Unfortunately, unsafe code and interior unsafe code can lead to memory bugs since they bypass Rust safety checks. This project aims to better understand Rust memory bugs and build novel static/dynamic tools to combat Rust memory bugs. This project contains three components: (1) a comprehensive taxonomy of Rust memory bugs, (2) novel static techniques to identify memory bugs in interior unsafe functions, and (3) novel fuzzing techniques enhanced by the safe/unsafe information in Rust.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
Rust是一种为系统软件开发而设计的年轻编程语言。它的主要设计目标是实现与其竞争语言C一样好的运行时性能,同时使用线性类型系统和严格的编译时检查提供更好的内存和线程安全性。Rust在安全关键软件(如操作系统、浏览器和区块链系统)的开发人员中越来越受欢迎。然而,实践者和研究人员对真实Rust程序中内存bug的状态知之甚少。例如,Rust编译时检查是否消除了所有内存错误?如果不是,Rust中的内存错误是否表现出某些可检测的模式?本项目通过设计识别和消除内存漏洞的技术来寻求这些问题的答案。特别是,它旨在更好地理解Rust程序员所犯的常见错误,并构建新的技术来捕获Rust编译时检查遗漏的内存错误。其结果将影响Rust的发展,指导开发者如何安全地编程Rust,并提高Rust生态系统的安全性。Rust安全机制是健全的,但有时过于严格,阻碍了对底层资源的灵活控制。为了缓解这个问题,Rust允许开发人员使用不安全的代码绕过编译器的检查。可以将函数声明为不安全的。安全函数中的一段代码可能是不安全的,称为内部不安全,其中不安全代码在内部封装并在外部被视为安全的。不幸的是,不安全代码和内部不安全代码会导致内存错误,因为它们绕过Rust安全检查。这个项目旨在更好地理解Rust内存错误,并构建新的静态/动态工具来对抗Rust内存错误。该项目包含三个组成部分:(1)Rust内存错误的全面分类,(2)识别内部不安全函数中内存错误的新颖静态技术,以及(3)Rust中安全/不安全信息增强的新型模糊测试技术。该奖项反映了美国国家科学基金会的法定使命,并通过使用基金会的知识价值和更广泛的影响审查标准进行评估,被认为值得支持。

项目成果

期刊论文数量(8)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
Protect privacy of deep classification networks by exploiting their generative power
  • DOI:
    10.1007/s10994-021-05951-6
  • 发表时间:
    2021-04
  • 期刊:
  • 影响因子:
    7.5
  • 作者:
    Jiyu Chen;Yiwen Guo;Qianjun Zheng;Hao Chen
  • 通讯作者:
    Jiyu Chen;Yiwen Guo;Qianjun Zheng;Hao Chen
Valkyrie: Improving Fuzzing Performance Through Deterministic Techniques
Integrity: Finding Integer Errors by Targeted Fuzzing
  • DOI:
    10.1007/978-3-030-63086-7_20
  • 发表时间:
    2020
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Yuyang Rong;Peng Chen;Hao Chen
  • 通讯作者:
    Yuyang Rong;Peng Chen;Hao Chen
Backpropagating Linearly Improves Transferability of Adversarial Examples
  • DOI:
  • 发表时间:
    2020-12
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Yiwen Guo;Qizhang Li;Hao Chen
  • 通讯作者:
    Yiwen Guo;Qizhang Li;Hao Chen
Hopper: Interpretative Fuzzing for Libraries
{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

Hao Chen其他文献

A multi-objective optimization approach for the selection of overseas oil projects
海外石油项目选择的多目标优化方法
  • DOI:
    10.1016/j.cie.2020.106977
  • 发表时间:
    2020-11
  • 期刊:
  • 影响因子:
    7.9
  • 作者:
    Hao Chen;Li Xi-Yu;Lu Xin-Ru;Sheng Ni;Zhou Wei;Geng Hao-Peng;Yu Shiwei
  • 通讯作者:
    Yu Shiwei
Aerosol optical depth and fine-mode fraction retrieval over East Asia using multi-angular total and polarized remote sensing
利用多角度全偏振遥感反演东亚气溶胶光学深度和精细模式分数
  • DOI:
  • 发表时间:
    2012
  • 期刊:
  • 影响因子:
    3.8
  • 作者:
    Tianhai Cheng;Xingfa Gu;Donghai Xie;Zhengqiang Li;Tao Yu;Hao Chen
  • 通讯作者:
    Hao Chen
Quantification of control rod worth uncertainties propagated from nuclear data via a hybrid high-order perturbation and efficient sampling method
通过混合高阶扰动和高效采样方法对从核数据传播的控制棒价值不确定性进行量化
  • DOI:
    10.1016/j.anucene.2017.12.049
  • 发表时间:
    2018-04
  • 期刊:
  • 影响因子:
    1.9
  • 作者:
    Hao Chen;Li Fu;Hu Wenqi;Zhang Yunfei;Zhao Qiang
  • 通讯作者:
    Zhao Qiang
Freeform manufacturing of a progressive addition lens by use of a voice coil fast tool servo
使用音圈快速工具伺服系统自由曲面制造渐进多焦点镜片
  • DOI:
  • 发表时间:
    2014
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Yi Yu Li;Jiaojie Chen;H. Feng;Chaohong Li;Jia Qu;Hao Chen
  • 通讯作者:
    Hao Chen
Image Classification Model Based on Deep Learning in Internet of Things
物联网中基于深度学习的图像分类模型

Hao Chen的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('Hao Chen', 18)}}的其他基金

ERI: Representations of Complex Engineering Systems via Technology Recursion and Renormalization Group
ERI:通过技术递归和重整化群表示复杂工程系统
  • 批准号:
    2301627
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
Making Use of the Curse of Dimensionality in Modern Data Analysis
在现代数据分析中利用维度诅咒
  • 批准号:
    2311399
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
Development of Absolute Quantitative Protein Footprinting Mass Spectrometry (aqPFMS) for Probing Protein 3D Structures
开发用于探测蛋白质 3D 结构的绝对定量蛋白质足迹质谱 (aqPFMS)
  • 批准号:
    2203284
  • 财政年份:
    2022
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
CAREER: New Change-Point Problems in Analyzing High-Dimensional and Non-Euclidean Data
职业:分析高维和非欧几里得数据的新变点问题
  • 批准号:
    1848579
  • 财政年份:
    2019
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
SaTC: CORE: Medium: Collaborative: Towards Robust Machine Learning Systems
SaTC:核心:媒介:协作:迈向稳健的机器学习系统
  • 批准号:
    1801751
  • 财政年份:
    2018
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
Development of Electrochemical Mass Spectrometry for the Study of Protein Redox Chemistry and Protein Structures
用于研究蛋白质氧化还原化学和蛋白质结构的电化学质谱法的发展
  • 批准号:
    1915878
  • 财政年份:
    2018
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
Development of Electrochemical Mass Spectrometry for the Study of Protein Redox Chemistry and Protein Structures
用于研究蛋白质氧化还原化学和蛋白质结构的电化学质谱法的发展
  • 批准号:
    1709075
  • 财政年份:
    2017
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
Change-Point Analysis for Multivariate and Object Data
多变量和对象数据的变点分析
  • 批准号:
    1513653
  • 财政年份:
    2015
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
CAREER: Development of Microsecond Time-Resolved Mass Spectrometry for the Study of Biochemical Reaction Mechanisms and Kinetics
职业:开发微秒时间分辨质谱用于生化反应机制和动力学研究
  • 批准号:
    1149367
  • 财政年份:
    2012
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
TC: Small: Designing New Authentication Mechanisms using Hardware Capabilities in Advanced Mobile Devices
TC:小型:使用高级移动设备中的硬件功能设计新的身份验证机制
  • 批准号:
    1018964
  • 财政年份:
    2010
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant

相似国自然基金

胆固醇羟化酶CH25H非酶活依赖性促进乙型肝炎病毒蛋白Core及Pre-core降解的分子机制研究
  • 批准号:
    82371765
  • 批准年份:
    2023
  • 资助金额:
    50 万元
  • 项目类别:
    面上项目
锕系元素5f-in-core的GTH赝势和基组的开发
  • 批准号:
    22303037
  • 批准年份:
    2023
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
基于合成致死策略搭建Core-matched前药共组装体克服肿瘤耐药的机制研究
  • 批准号:
  • 批准年份:
    2022
  • 资助金额:
    52 万元
  • 项目类别:
鼠伤寒沙门氏菌LPS core经由CD209/SphK1促进树突状细胞迁移加重炎症性肠病的机制研究
  • 批准号:
  • 批准年份:
    2022
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
肌营养不良蛋白聚糖Core M3型甘露糖肽的精确制备及功能探索
  • 批准号:
    92053110
  • 批准年份:
    2020
  • 资助金额:
    70.0 万元
  • 项目类别:
    重大研究计划
Core-1-O型聚糖黏蛋白缺陷诱导胃炎发生并介导慢性胃炎向胃癌转化的分子机制研究
  • 批准号:
    81902805
  • 批准年份:
    2019
  • 资助金额:
    20.5 万元
  • 项目类别:
    青年科学基金项目
原始地球增生晚期的Core-merging大碰撞事件:地核增生、核幔平衡与核幔边界结构的新认识
  • 批准号:
    41973063
  • 批准年份:
    2019
  • 资助金额:
    65.0 万元
  • 项目类别:
    面上项目
RBM38通过协助Pol-ε结合、招募core调控HBV复制
  • 批准号:
    31900138
  • 批准年份:
    2019
  • 资助金额:
    24.0 万元
  • 项目类别:
    青年科学基金项目
CORDEX-CORE区域气候模拟与预估研讨会
  • 批准号:
    41981240365
  • 批准年份:
    2019
  • 资助金额:
    1.5 万元
  • 项目类别:
    国际(地区)合作与交流项目

相似海外基金

SaTC: CORE: Small: An evaluation framework and methodology to streamline Hardware Performance Counters as the next-generation malware detection system
SaTC:核心:小型:简化硬件性能计数器作为下一代恶意软件检测系统的评估框架和方法
  • 批准号:
    2327427
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
Collaborative Research: NSF-BSF: SaTC: CORE: Small: Detecting malware with machine learning models efficiently and reliably
协作研究:NSF-BSF:SaTC:核心:小型:利用机器学习模型高效可靠地检测恶意软件
  • 批准号:
    2338301
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
Collaborative Research: NSF-BSF: SaTC: CORE: Small: Detecting malware with machine learning models efficiently and reliably
协作研究:NSF-BSF:SaTC:核心:小型:利用机器学习模型高效可靠地检测恶意软件
  • 批准号:
    2338302
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
SaTC: CORE: Small: NSF-DST: Understanding Network Structure and Communication for Supporting Information Authenticity
SaTC:核心:小型:NSF-DST:了解支持信息真实性的网络结构和通信
  • 批准号:
    2343387
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
NSF-NSERC: SaTC: CORE: Small: Managing Risks of AI-generated Code in the Software Supply Chain
NSF-NSERC:SaTC:核心:小型:管理软件供应链中人工智能生成代码的风险
  • 批准号:
    2341206
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
Collaborative Research: SaTC: CORE: Small: Towards Secure and Trustworthy Tree Models
协作研究:SaTC:核心:小型:迈向安全可信的树模型
  • 批准号:
    2413046
  • 财政年份:
    2024
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
SaTC: CORE: Small: Study, Detection and Containment of Influence Campaigns
SaTC:核心:小型:影响力活动的研究、检测和遏制
  • 批准号:
    2321649
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
SaTC: CORE: Small: Socio-Technical Approaches for Securing Cyber-Physical Systems from False Claim Attacks
SaTC:核心:小型:保护网络物理系统免受虚假声明攻击的社会技术方法
  • 批准号:
    2310470
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Standard Grant
Collaborative Research: SaTC: CORE: Small: Investigation of Naming Space Hijacking Threat and Its Defense
协作研究:SaTC:核心:小型:命名空间劫持威胁及其防御的调查
  • 批准号:
    2317830
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
Collaborative Research: SaTC: CORE: Small: Towards a Privacy-Preserving Framework for Research on Private, Encrypted Social Networks
协作研究:SaTC:核心:小型:针对私有加密社交网络研究的隐私保护框架
  • 批准号:
    2318843
  • 财政年份:
    2023
  • 资助金额:
    $ 20万
  • 项目类别:
    Continuing Grant
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了