Lucene search
+L

2936 matches found

Packet Storm News
Packet Storm News
added 2026/02/12 12:0 a.m.9 views

An Empirical Study of the Imbalance Issue in Software Vulnerability Detection

Vulnerability detection is crucial to protect software security. Nowadays, deep learning DL is the most promising technique to automate this detection task, leveraging its superior ability to extract patterns and representations within extensive code volumes. Despite its promise, DL-based...

5.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/11 12:0 a.m.7 views

VulReaD: Knowledge-Graph-Guided Software Vulnerability Reasoning and Detection

Software vulnerability detection SVD is a critical challenge in modern systems. Large language models LLMs offer natural-language explanations alongside predictions, but most work focuses on binary evaluation, and explanations often lack semantic consistency with Common Weakness Enumeration CWE...

5.6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/10 12:0 a.m.17 views

SecCodePRM: A Process Reward Model for Code Security

Large Language Models are rapidly becoming core components of modern software development workflows, yet ensuring code security remains challenging. Existing vulnerability detection pipelines either rely on static analyzers or use LLM/GNN-based detectors trained with coarse program-level...

5.7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/02/07 7:37 p.m.240 views

Vajra

⚡ Vajra ██╗ ██╗ █████╗ ██╗██████╗ █████╗ ██║...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/05 12:0 a.m.8 views

Persistent Human Feedback, LLMs, and Static Analyzers for Secure Code Generation and Vulnerability Detection

Existing literature heavily relies on static analysis tools to evaluate LLMs for secure code generation and vulnerability detection. We reviewed 1,080 LLM-generated code samples, built a human-validated ground-truth, and compared the outputs of two widely used static security tools, CodeQL and...

5.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/02 12:0 a.m.11 views

Co-RedTeam: Orchestrated Security Discovery and Exploitation with LLM Agents

Large language models LLMs have shown promise in assisting cybersecurity tasks, yet existing approaches struggle with automatic vulnerability discovery and exploitation due to limited interaction, weak execution grounding, and a lack of experience reuse. We propose Co-RedTeam, a security-aware...

5.7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2026/02/02 12:0 a.m.3 views

Fedora: Security Advisory (FEDORA-2026-5829e53bd7)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.5CVSS5.7AI score0.0023EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2026/02/02 12:0 a.m.4 views

Huawei EulerOS: Security Advisory for protobuf (EulerOS-SA-2026-1140)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.2CVSS8.1AI score0.00239EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/02/02 12:0 a.m.6 views

Huawei EulerOS: Security Advisory for libtasn1 (EulerOS-SA-2026-1128)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.3CVSS7.6AI score0.0107EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2026/01/30 12:0 a.m.7 views

Okara: Detection and Attribution of TLS Man-In-The-Middle Vulnerabilities in Android Apps with Foundation Models

Transport Layer Security TLS is fundamental to secure online communication, yet vulnerabilities in certificate validation that enable Man-in-the-Middle MitM attacks remain a pervasive threat in Android apps. Existing detection tools are hampered by low-coverage UI interaction, costly...

5.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/30 12:0 a.m.14 views

The Semantic Trap: Do Fine-Tuned LLMs Learn Vulnerability Root Cause or Just Functional Pattern?

LLMs demonstrate promising performance in software vulnerability detection after fine-tuning. However, it remains unclear whether these gains reflect a genuine understanding of vulnerability root causes or merely an exploitation of functional patterns. In this paper, we identify a critical failur...

5.6AI score
SaveExploits0
OpenVAS
OpenVAS
added 2026/01/27 12:0 a.m.6 views

Debian: Security Advisory (DLA-4457-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS5.9AI score0.00864EPSS
SaveExploits1References2
GithubExploit
GithubExploit
added 2026/01/26 9:58 a.m.272 views

Exploit for CVE-2026-24061

CVE-2026-24061 Vulnerability Detection and Exploitation Tool...

9.8CVSS7.5AI score0.97878EPSS
SaveExploits62
OpenVAS
OpenVAS
added 2026/01/22 12:0 a.m.7 views

Fedora: Security Advisory (FEDORA-2026-f677c523ec)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7CVSS5.5AI score0.0043EPSS
SaveExploits0References6
Packet Storm News
Packet Storm News
added 2026/01/21 12:0 a.m.6 views

SAGA: Detecting Security Vulnerabilities Using Static Aspect Analysis

Python is one of the most popular programming languages; as such, projects written in Python involve an increasing number of diverse security vulnerabilities. However, existing state-of-the-art analysis tools for Python only support a few vulnerability types. Hence, there is a need to detect a...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/15 12:0 a.m.42 views

Multi-Agent Taint Specification Extraction for Vulnerability Detection

Static Application Security Testing SAST tools using taint analysis are widely viewed as providing higher-quality vulnerability detection results compared to traditional pattern-based approaches. However, performing static taint analysis for JavaScript poses two major challenges. First,...

5.5AI score
SaveExploits0
OpenVAS
OpenVAS
added 2026/01/15 12:0 a.m.5 views

Fedora: Security Advisory (FEDORA-2026-2ca69451b9)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS6.8AI score0.00674EPSS
SaveExploits3References6
GithubExploit
GithubExploit
added 2026/01/13 11:14 a.m.228 views

Exploit for CVE-2025-14172

📄 Nuclei Template for CVE-2025-14172 🚀 Overview This repo...

6.5CVSS6.5AI score0.00376EPSS
SaveExploits1
Packet Storm News
Packet Storm News
added 2026/01/13 12:0 a.m.64 views

Deep Learning-Based Binary Analysis for Vulnerability Detection in X86-64 Machine Code

While much of the current research in deep learning-based vulnerability detection relies on disassembled binaries, this paper explores the feasibility of extracting features directly from raw x86-64 machine code. Although assembly language is more interpretable for humans, it requires more comple...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/11 12:0 a.m.10 views

Zer0n: An AI-Assisted Vulnerability Discovery and Blockchain-Backed Integrity Framework

As vulnerability research increasingly adopts generative AI, a critical reliance on opaque model outputs has emerged, creating a "trust gap" in security automation. We address this by introducing Zer0n, a framework that anchors the reasoning capabilities of Large Language Models LLMs to the...

7AI score
SaveExploits0
Rows per page
Query Builder