paper-with-me

Papers

On Security Weaknesses and Vulnerabilities in Deep Learning Systems

2024-06-12 · Zhongzheng Lai, Huaming Chen, Ruoxi Sun, Yu Zhang, Minhui Xue, Dong Yuan

The security guarantee of AI-enabled software systems (particularly using deep learning techniques as a functional core) is pivotal against the adversarial attacks exploiting software vulnerabilities. However, little attention has been paid to a systematic investigation of vulnerabilities in such systems. A common situation learned from the open source software community is that deep learning engineers frequently integrate off-the-shelf or open-source learning frameworks into their ecosystems. In this work, we specifically look into deep learning (DL) framework and perform the first systematic study of vulnerabilities in DL systems through a comprehensive analysis of identified vulnerabilities from Common Vulnerabilities and Exposures (CVE) and open-source DL tools, including TensorFlow, Caffe, OpenCV, Keras, and PyTorch. We propose a two-stream data analysis framework to explore vulnerability patterns from various databases. We investigate the unique DL frameworks and libraries development ecosystems that appear to be decentralized and fragmented. By revisiting the Common Weakness Enumeration (CWE) List, which provides the traditional software vulnerability related practices, we observed that it is more challenging to detect and fix the vulnerabilities throughout the DL systems lifecycle. Moreover, we conducted a large-scale empirical study of 3,049 DL vulnerabilities to better understand the patterns of vulnerability and the challenges in fixing them. We have released the full replication package at https://github.com/codelzz/Vulnerabilities4DLSystem. We anticipate that our study can advance the development of secure DL systems.

📄 PDF Abstract BibTeX arXiv:2406.08688

Code (1)

codelzz/vulnerabilities4dlsystem 공식 구현 tf

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Lessons from Penetration Tests on Large-Scale Agent Systems

2026-05-26 · Kevin Eykholt, Dhilung Kirat, Xiaokui Shu, Jiyong Jang 외 arxiv

As AI systems gain increasing autonomy and execution capability, the number of discovered security vulnerabilities continues to rise. However, many of these vulnerabilities are not fundamentally novel, but instead reflec…

Attack Techniques and Threat Identification for Vulnerabilities

2022-06-22 · Constantin Adam, Muhammed Fatih Bulut, Daby Sow, Steven Ocepek 외

Modern organizations struggle with insurmountable number of vulnerabilities that are discovered and reported by their network and application vulnerability scanners. Therefore, prioritization and focus become critical, t…

Management

V2W-BERT: A Framework for Effective Hierarchical Multiclass Classification of Software Vulnerabilities

2021-02-23 · Siddhartha Shankar Das, Edoardo Serra, Mahantesh Halappanavar, Alex Pothen 외

Weaknesses in computer systems such as faults, bugs and errors in the architecture, design or implementation of software provide vulnerabilities that can be exploited by attackers to compromise the security of a system. …

General ClassificationLink PredictionTransfer Learning

CodeLMSec Benchmark: Systematically Evaluating and Finding Security Vulnerabilities in Black-Box Code Language Models

2023-02-08 · Hossein Hajipour, Keno Hassler, Thorsten Holz, Lea Schönherr 외

Large language models (LLMs) for automatic code generation have achieved breakthroughs in several programming tasks. Their advances in competition-level programming problems have made them an essential pillar of AI-assis…

Code Generation

Identifying Vulnerabilities of Industrial Control Systems using Evolutionary Multiobjective Optimisation

2020-05-27 · Nilufer Tuptuk, Stephen Hailes

In this paper we propose a novel methodology to assist in identifying vulnerabilities in a real-world complex heterogeneous industrial control systems (ICS) using two evolutionary multiobjective optimisation (EMO) algori…

Intrusion Detection