SaTC: CORE: Small: Regulating and Leveraging Types for Security
SaTC:核心:小型:监管和利用安全类型
基本信息
- 批准号:2247434
- 负责人:
- 金额:$ 59.93万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Continuing Grant
- 财政年份:2023
- 资助国家:美国
- 起止时间:2023-08-01 至 2026-07-31
- 项目状态:未结题
- 来源:
- 关键词:
项目摘要
Data elements are defined with types during software programming. A type not only specifies the semantics and characteristics of data elements, but also constrains the program operations and behaviors against data elements. Such type information is valuable for program analysis, and type analysis does not require complicated data-flow analysis. However, the type system in the widely used system programming languages (C/C++) has two fundamental problems. First, general types are prevalent; they obscure the specific data types and result in imprecise type-based analysis results. Second, type errors and typecasting are common; directly using erroneous types for defense mechanisms would lead to runtime errors which are considered unacceptable. This project aims to address the problems and use types for various security applications. The research results will be integrated into education to improve students' awareness of type errors, and help them capture type errors and harden their code.This project aims to address fundamental problems with types in type-unsafe programming languages like C/C++ and then use the improved types for various security applications. The project has three research thrusts. First, the project will regulate types—specifizing the prevalent general types and statically detecting type-confusion errors. It will employ selective, path-based, and function-grained typecasting analysis to improve scalability and precision. The second research thrust will then develop new techniques that leverageregulated types to significantly improve the precision of several foundational analysis techniques for security. With the regulated types and precise analysis techniques, the last research thrust will build effective and practical defense mechanisms such as type-based data-/control-flow integrity. The techniques will be implemented as LLVM passes, so that they can be easily used as compiler plugins.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.
数据元素是在软件编程期间使用类型定义的。类型不仅规定了数据元素的语义和特征,而且约束了程序对数据元素的操作和行为。这种类型信息对于程序分析很有价值,并且类型分析不需要复杂的数据流分析。然而,广泛使用的系统编程语言(C/C++)中的类型系统存在两个基本问题。首先,通用类型很普遍;它们模糊了特定的数据类型,导致基于类型的分析结果不精确。其次,类型错误和类型转换很常见;直接使用错误类型作为防御机制会导致运行时错误,这被认为是不可接受的。该项目旨在解决各种安全应用程序的问题和使用类型。研究成果将被整合到教育中,以提高学生对类型错误的认识,并帮助他们捕获类型错误并强化代码。该项目旨在解决C/C++等类型不安全编程语言中的类型基本问题,并将改进后的类型用于各种安全应用。该项目有三个研究推动力。首先,该项目将规范类型--指定流行的通用类型,并静态检测类型混淆错误。它将使用选择性的、基于路径的和功能粒度的类型转换分析,以提高可伸缩性和精度。第二个研究重点将开发利用监管类型的新技术,以显着提高几种基本安全分析技术的精度。通过规范的类型和精确的分析技术,最终的研究重点将建立有效和实用的防御机制,如基于类型的数据/控制流完整性。这些技术将在LLVM通过后实施,因此它们可以很容易地用作编译器插件。该奖项反映了NSF的法定使命,并通过使用基金会的智力优势和更广泛的影响审查标准进行评估,被认为值得支持。
项目成果
期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
数据更新时间:{{ journalArticles.updateTime }}
{{
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 }}
Kangjie Lu其他文献
On the Feasibility of Stealthily Introducing Vulnerabilities in Open-Source Software via Hypocrite Commits
论通过伪君子提交在开源软件中偷偷引入漏洞的可行性
- DOI:
- 发表时间:
2021 - 期刊:
- 影响因子:0
- 作者:
Qiushi Wu;Kangjie Lu - 通讯作者:
Kangjie Lu
Effective fluid front of the moving meniscus in capillary.
毛细管中移动弯月面的有效流体前沿。
- DOI:
- 发表时间:
2013 - 期刊:
- 影响因子:3.9
- 作者:
Chen Chen;Kangjie Lu;L. Zhuang;Xuefeng Li;Jinfeng Dong;Juntao Lu - 通讯作者:
Juntao Lu
Exploring the Influence of Prompts in LLMs for Security-Related Tasks
探索法学硕士中提示对安全相关任务的影响
- DOI:
- 发表时间:
- 期刊:
- 影响因子:0
- 作者:
Weiheng Bai;Qiushi Wu;Kefu Wu;Kangjie Lu - 通讯作者:
Kangjie Lu
Dancing with Wolves: An Intra-process Isolation Technique with Privileged Hardware
与狼共舞:使用特权硬件的进程内隔离技术
- DOI:
10.1109/tdsc.2022.3168089 - 发表时间:
2022 - 期刊:
- 影响因子:7.3
- 作者:
Chenggang Wu;Mengyao Xie;Zhe Wang;Yinqian Zhang;Kangjie Lu;Xiaofeng Zhang;Yuanming Lai;Yan Kang;Min Yang;Tao Li - 通讯作者:
Tao Li
Securing software systems by preventing information leaks
- DOI:
- 发表时间:
2017-07 - 期刊:
- 影响因子:0
- 作者:
Kangjie Lu - 通讯作者:
Kangjie Lu
Kangjie Lu的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Kangjie Lu', 18)}}的其他基金
Travel: NSF Student Travel Grant for The 2nd International Workshop on Ethics in Computer Security (EthiCS 2023)
旅行:第二届计算机安全道德国际研讨会 (EthiCS 2023) 的 NSF 学生旅行补助金
- 批准号:
2312705 - 财政年份:2023
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
Collaborative Research: SaTC: CORE: Small: Improving Decentralized Kernel Patch Ecosystems
协作研究:SaTC:CORE:小型:改善去中心化内核补丁生态系统
- 批准号:
2154989 - 财政年份:2022
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
CAREER: Whole-Kernel Analysis Against Developer- and Compiler-Introduced Errors
职业:针对开发人员和编译器引入的错误进行全内核分析
- 批准号:
2045478 - 财政年份:2021
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant
SaTC: CORE: Small: Checking Security Checks in OS Kernels
SaTC:核心:小:检查操作系统内核中的安全检查
- 批准号:
1931208 - 财政年份:2019
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
SaTC: CORE: Small: MOSE: Automated Detection of Module-Specific Semantic Errors
SaTC:核心:小:MOSE:模块特定语义错误的自动检测
- 批准号:
1815621 - 财政年份:2018
- 资助金额:
$ 59.93万 - 项目类别:
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-shell)同步血管化骨组织工程策略的应用与机制探讨
- 批准号:
- 批准年份:2020
- 资助金额:55 万元
- 项目类别:
肌营养不良蛋白聚糖Core M3型甘露糖肽的精确制备及功能探索
- 批准号:92053110
- 批准年份:2020
- 资助金额:70.0 万元
- 项目类别:重大研究计划
Core-1-O型聚糖黏蛋白缺陷诱导胃炎发生并介导慢性胃炎向胃癌转化的分子机制研究
- 批准号:81902805
- 批准年份:2019
- 资助金额:20.5 万元
- 项目类别:青年科学基金项目
原始地球增生晚期的Core-merging大碰撞事件:地核增生、核幔平衡与核幔边界结构的新认识
- 批准号:41973063
- 批准年份:2019
- 资助金额:65.0 万元
- 项目类别:面上项目
CORDEX-CORE区域气候模拟与预估研讨会
- 批准号:41981240365
- 批准年份:2019
- 资助金额:1.5 万元
- 项目类别:国际(地区)合作与交流项目
RBM38通过协助Pol-ε结合、招募core调控HBV复制
- 批准号:31900138
- 批准年份:2019
- 资助金额:24.0 万元
- 项目类别:青年科学基金项目
相似海外基金
SaTC: CORE: Small: An evaluation framework and methodology to streamline Hardware Performance Counters as the next-generation malware detection system
SaTC:核心:小型:简化硬件性能计数器作为下一代恶意软件检测系统的评估框架和方法
- 批准号:
2327427 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant
Collaborative Research: NSF-BSF: SaTC: CORE: Small: Detecting malware with machine learning models efficiently and reliably
协作研究:NSF-BSF:SaTC:核心:小型:利用机器学习模型高效可靠地检测恶意软件
- 批准号:
2338301 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant
Collaborative Research: NSF-BSF: SaTC: CORE: Small: Detecting malware with machine learning models efficiently and reliably
协作研究:NSF-BSF:SaTC:核心:小型:利用机器学习模型高效可靠地检测恶意软件
- 批准号:
2338302 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant
SaTC: CORE: Small: NSF-DST: Understanding Network Structure and Communication for Supporting Information Authenticity
SaTC:核心:小型:NSF-DST:了解支持信息真实性的网络结构和通信
- 批准号:
2343387 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
NSF-NSERC: SaTC: CORE: Small: Managing Risks of AI-generated Code in the Software Supply Chain
NSF-NSERC:SaTC:核心:小型:管理软件供应链中人工智能生成代码的风险
- 批准号:
2341206 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
Collaborative Research: SaTC: CORE: Small: Towards Secure and Trustworthy Tree Models
协作研究:SaTC:核心:小型:迈向安全可信的树模型
- 批准号:
2413046 - 财政年份:2024
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
SaTC: CORE: Small: Socio-Technical Approaches for Securing Cyber-Physical Systems from False Claim Attacks
SaTC:核心:小型:保护网络物理系统免受虚假声明攻击的社会技术方法
- 批准号:
2310470 - 财政年份:2023
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
SaTC: CORE: Small: Study, Detection and Containment of Influence Campaigns
SaTC:核心:小型:影响力活动的研究、检测和遏制
- 批准号:
2321649 - 财政年份:2023
- 资助金额:
$ 59.93万 - 项目类别:
Standard Grant
Collaborative Research: SaTC: CORE: Small: Investigation of Naming Space Hijacking Threat and Its Defense
协作研究:SaTC:核心:小型:命名空间劫持威胁及其防御的调查
- 批准号:
2317830 - 财政年份:2023
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant
Collaborative Research: SaTC: CORE: Small: Towards a Privacy-Preserving Framework for Research on Private, Encrypted Social Networks
协作研究:SaTC:核心:小型:针对私有加密社交网络研究的隐私保护框架
- 批准号:
2318843 - 财政年份:2023
- 资助金额:
$ 59.93万 - 项目类别:
Continuing Grant