Lucene search
+L
PacketstormnewsMost viewed

7579 matches found

Packet Storm News
Packet Storm News
•added 2026/12/29 12:0 a.m.•401 views

GNUnet P2P Framework 0.26.2

GNUnet is a peer-to-peer framework with focus on providing security. All peer-to-peer messages in the network are confidential and authenticated. The framework provides a transport abstraction layer and can currently encapsulate the network traffic in UDP IPv4 and IPv6, TCP IPv4 and IPv6, HTTP, o...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/17 12:0 a.m.•277 views

AI Agents May Always Fall for Prompt Injections

Prompt injection is the most critical vulnerability in deployed AI agents. Despite recent progress, we show that the prevailing defense paradigm data-instruction separation both fails to detect attacks that operate through contextual manipulation and degrades contextually appropriate behavior. We...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/09/10 12:0 a.m.•245 views

IServ Schoolserver User Enumeration

IServ Schoolserver suffers from a user enumeration vulnerability. The vendor does not feel this is an issue...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/04/02 12:0 a.m.•228 views

Poison Once, Exploit Forever: Environment-Injected Memory Poisoning Attacks on Web Agents

Memory makes LLM-based web agents personalized, powerful, yet exploitable. By storing past interactions to personalize future tasks, agents inadvertently create a persistent attack surface that spans websites and sessions. While existing security research on memory assumes attackers can directly...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/04/18 12:0 a.m.•207 views

Everything You Wanted to Know about LLM-Based Vulnerability Detection but Were Afraid to Ask

Large Language Models are a promising tool for automated vulnerability detection, thanks to their success in code generation and repair. However, despite widespread adoption, a critical question remains: Are LLMs truly effective at detecting real-world vulnerabilities? Current evaluations, which...

7.2AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/07/22 12:0 a.m.•193 views

IssueTrojanBench: Benchmarking AI Coding Agents against Malicious Issue Requests

AI coding agents powered by LLMs are increasingly integrated into real-world software development, where they generate, edit, and execute code with autonomous access to local files and tools. Coding agents inherit security risks from both the LLM backbone, where adversarial prompts, poisoned...

6.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/09/09 12:0 a.m.•183 views

AgentSentinel: an End-To-End and Real-Time Security Defense Framework for Computer-Use Agents

Large Language Models LLMs have been increasingly integrated into computer-use agents, which can autonomously operate tools on a user's computer to accomplish complex tasks. However, due to the inherently unstable and unpredictable nature of LLM outputs, they may issue unintended tool commands or...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/12/04 12:0 a.m.•171 views

PBFuzz: Agentic Directed Fuzzing for PoV Generation

Proof-of-Vulnerability PoV input generation is a critical task in software security and supports downstream applications such as path generation and validation. Generating a PoV input requires solving two sets of constraints: 1 reachability constraints for reaching vulnerable code locations, and ...

7.2AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/04/25 12:0 a.m.•163 views

Automating Function-Level TARA for Automotive Full-Lifecycle Security

As modern vehicles evolve into intelligent and connected systems, their growing complexity introduces significant cybersecurity risks. Threat Analysis and Risk Assessment TARA has therefore become essential for managing these risks under mandatory regulations. However, existing TARA automation...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/03 12:0 a.m.•158 views

CyberGym-E2E: Scalable Real-World Benchmark for AI Agents' End-To-End Cybersecurity Capabilities

AI has the potential to transform cybersecurity by enabling systems that can autonomously detect, analyze, and remediate software vulnerabilities. However, existing cybersecurity evaluations of AI systems are limited in scale or scope, and fail to capture the end-to-end lifecycle of real-world...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/03/02 12:0 a.m.•149 views

ZeroDayBench: Evaluating LLM Agents on Unseen Zero-Day Vulnerabilities for Cyberdefense

Large language models LLMs are increasingly being deployed as software engineering agents that autonomously contribute to repositories. A major benefit these agents present is their ability to find and patch security vulnerabilities in the codebases they oversee. To estimate the capability of...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/12/03 12:0 a.m.•146 views

A Comprehensive Study on the Impact of Vulnerable Dependencies on Open-Source Software

Open-source libraries are widely used by software developers to speed up the development of products, however, they can introduce security vulnerabilities, leading to incidents like Log4Shell. With the expanding usage of open-source libraries, it becomes even more imperative to comprehend and...

7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/11/11 12:0 a.m.•144 views

QLCoder: A Query Synthesizer for Static Analysis of Security Vulnerabilities

Static analysis tools provide a powerful means to detect security vulnerabilities by specifying queries that encode vulnerable code patterns. However, writing such queries is challenging and requires diverse expertise in security and program analysis. To address this challenge, we present QLCoder...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/06/21 12:0 a.m.•142 views

deepSURF: Detecting Memory Safety Vulnerabilities in Rust through Fuzzing LLM-Augmented Harnesses

Although Rust ensures memory safety by default, it also permits the use of unsafe code, which can introduce memory safety vulnerabilities if misused. Unfortunately, existing tools for detecting memory bugs in Rust typically exhibit limited detection capabilities, inadequately handle Rust-specific...

7.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/13 12:0 a.m.•136 views

ExploitBench: A Capability Ladder Benchmark for LLM Cybersecurity Agents

Exploitation is not a binary event. It is a ladder of acquiring progressive capabilities, from executing a single buggy line of code to taking full control of the target. However, existing LLM security benchmarks treat a crash as exploitation success. That single binary outcome collapses the hard...

6.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/03/19 12:0 a.m.•134 views

A Framework for Formalizing LLM Agent Security

Security in LLM agents is inherently contextual. For example, the same action taken by an agent may represent legitimate behavior or a security violation depending on whose instruction led to the action, what objective is being pursued, and whether the action serves that objective. However,...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/11/14 12:0 a.m.•133 views

PATCHEVAL: A New Benchmark for Evaluating LLMs on Patching Real-World Vulnerabilities

Software vulnerabilities are increasing at an alarming rate. However, manual patching is both time-consuming and resource-intensive, while existing automated vulnerability repair AVR techniques remain limited in effectiveness. Recent advances in large language models LLMs have opened a new paradi...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/25 12:0 a.m.•122 views

Broken Object Level Authorization in the Wild: An Empirical Taxonomy from 100+ Bug Bounty Disclosures

Broken Object Level Authorization BOLA is consistently ranked the most critical API security vulnerability, yet the existing literature remains almost entirely conceptual. This paper presents one of the first large-scale empirical analyses of BOLA in publicly disclosed bug bounty reports. We...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/12/16 12:0 a.m.•116 views

PentestEval: Benchmarking LLM-Based Penetration Testing with Modular and Stage-Level Design

Penetration testing is essential for assessing and strengthening system security against real-world threats, yet traditional workflows remain highly manual, expertise-intensive, and difficult to scale. Although recent advances in Large Language Models LLMs offer promising opportunities for...

6.6AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/11 12:0 a.m.•115 views

Under the Hood of SKILL.Md: Semantic Supply-Chain Attacks on AI Agent Skill Registry

Autonomous AI agents increasingly extend their capabilities through Agent Skills: modular filesystem packages whose SKILL.md files describe when and how agents should use them. While this design enables scalable, on-demand capability expansion, it also introduces a semantic supply-chain risk in...

5.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/18 12:0 a.m.•114 views

LLM Agent Safety, Multi-Turn Red-Teaming, Jailbreak Benchmarks, Adversarial Robustness, Safety-Critical Systems

Large language model LLM agents are increasingly proposed as supervisory components for safety-critical systems, yet their robustness under sustained, adaptive adversarial pressure remains poorly characterized. We present NRT-Bench, a benchmark for multi-turn red-teaming of LLM agents acting as...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/04 12:0 a.m.•113 views

Membrane: A Self-Evolving Contrastive Safety Memory for LLM Agent Defense

Despite advances in safety alignment, large language models remain vulnerable to continuously evolving jailbreaks. Existing fine-tuned safety classifiers cannot adapt to these evolving attacks, while adaptive memory-based guardrails tend to over-refuse benign queries that resemble stored attacks...

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

What Makes a Good LLM Agent for Real-World Penetration Testing?

LLM-based agents show promise for automating penetration testing, yet reported performance varies widely across systems and benchmarks. We analyze 28 LLM-based penetration testing systems and evaluate five representative implementations across three benchmarks of increasing complexity. Our analys...

5.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/06/02 12:0 a.m.•105 views

WordPress TI WooCommerce Wishlist 2.9.2 Arbitrary File Upload

WordPress TI WooCommerce Wishlist plugin versions 2.9.2 and below suffer from an arbitrary file upload vulnerability...

10CVSS7.2AI score0.05152EPSS
SaveExploits2
Packet Storm News
Packet Storm News
•added 2026/05/28 12:0 a.m.•101 views

Automatically Attacking Software Reverse Engineering AI Agents

Software tools for reverse engineering executable binary files, such as Ghidra, enable malware analysts to safely conduct robust static analysis without having access to original source code. Coupled with the analytic power of large language models LLM, agentic systems enabled with tools, such as...

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

CTFusion: A CTF-Based Benchmark for LLM Agent Evaluation

Recent advances in Large Language Models LLMs have enabled agentic systems for complex, multi-step tasks; cybersecurity is emerging as a prominent application. To evaluate such agents, researchers widely adopt Capture The Flag CTF benchmarks. However, current CTF benchmarks reuse existing...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/05/24 12:0 a.m.•99 views

Benchmarking Poisoning Attacks against Retrieval-Augmented Generation

Retrieval-Augmented Generation RAG has proven effective in mitigating hallucinations in large language models by incorporating external knowledge during inference. However, this integration introduces new security vulnerabilities, particularly to poisoning attacks. Although prior work has explore...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/04/03 12:0 a.m.•98 views

Apple Security Advisory 03-31-2025-7

Apple Security Advisory 03-31-2025-7 - macOS Sequoia 15.4 addresses buffer overflow, bypass, code execution, format string, heap corruption, integer overflow, out of bounds read, out of bounds write, spoofing, and use-after-free vulnerabilities...

9.8CVSS7.4AI score0.02527EPSS
SaveExploits9
Packet Storm News
Packet Storm News
•added 2026/06/01 12:0 a.m.•97 views

SkillGuard: A Permission Framework for Agent Skills

Agent skills extend LLM agents with reusable instructions, scripts, tool bindings, and contextual dependencies. However, current skill ecosystems largely rely on trust-based loading and static inspection, leaving a gap between what a skill can inject into an agent's context and what it can cause...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/10/30 12:0 a.m.•95 views

TEE.fail: Breaking Trusted Execution Environments via DDR5 Memory Bus Interposition

In this paper, the researchers show that the security guarantees of modern TEE offerings by Intel and AMD can be broken cheaply and easily, by building a memory interposition device that allows attackers to physically inspect all memory traffic inside a DDR5 server...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/10/16 12:0 a.m.•92 views

A Hard-Label Black-Box Evasion Attack against ML-Based Malicious Traffic Detection Systems

Machine Learning ML-based malicious traffic detection is a promising security paradigm. It outperforms rule-based traditional detection by identifying various advanced attacks. However, the robustness of these ML models is largely unexplored, thereby allowing attackers to craft adversarial traffi...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/20 12:0 a.m.•91 views

Revelio: Cost-Efficient Agentic Memory Safety Vulnerability Detection for Repository-Scale Codebases

Memory safety vulnerabilities remain a significant threat even for projects with extensive fuzzing and manual auditing. Recent results suggest that large language models hold great promise for detecting such vulnerabilities, but they are unreliable, at risk of hallucination, and challenging to...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/04 12:0 a.m.•88 views

WebMCP Tool Surface Poisoning: Runtime Manipulation Attacks on LLM Agents

WebMCP is a newly emerging protocol that enables websites to expose tools directly to AI agents, bypassing traditional user interfaces and introducing new security risks. The dynamic exposure of agent-accessible tools in WebMCP expands the attack surface of web sessions, especially when third-par...

5.6AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/06/03 12:0 a.m.•88 views

ZERO-APT: A Closed-Loop Adversarial Framework for LLM-Driven Automated Penetration Testing under Intelligent Defense

LLM-driven automated penetration testing agents are typically evaluated against static targets that neither detect nor respond to attacks, so their behavior under intelligent defense remains untested. The causal consistency of multi-step attack chains likewise hinges on unstable LLM reasoning, an...

5.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/10/07 12:0 a.m.•86 views

Adversarial-Resilient RF Fingerprinting: A CNN-GAN Framework for Rogue Transmitter Detection

Radio Frequency Fingerprinting RFF has evolved as an effective solution for authenticating devices by leveraging the unique imperfections in hardware components involved in the signal generation process. In this work, we propose a Convolutional Neural Network CNN based framework for detecting rog...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/07/26 12:0 a.m.•86 views

The Illusion of Secure LLM Code: Closing the Security Gap Via Iterative Reprompting

Large Language Models LLMs are increasingly integrated into software development workflows, yet their ability to autonomously generate secure authentication code remains uncertain. This paper evaluates the security architecture of authentication systems generated by five prominent AI coding...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/04/24 12:0 a.m.•85 views

MetInfo CMS 8.1 WeChat Module Vulnerability Detection Scanner

This Metasploit auxiliary module is a non-exploit vulnerability detection scanner designed to assess potential security weaknesses in the MetInfo CMS WeChat module, specifically related to weixinreply.class.php handling logic...

9.8CVSS5.2AI score0.41576EPSS
SaveExploits4
Packet Storm News
Packet Storm News
•added 2025/08/26 12:0 a.m.•85 views

LLMs in the SOC: an Empirical Study of Human-AI Collaboration in Security Operations Centres

The integration of Large Language Models LLMs into Security Operations Centres SOCs presents a transformative, yet still evolving, opportunity to reduce analyst workload through human-AI collaboration. However, their real-world application in SOCs remains underexplored. To address this gap, we...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/04/17 12:0 a.m.•85 views

GraphQLer: Enhancing GraphQL Security with Context-Aware API Testing

GraphQL is an open-source data query and manipulation language for web applications, offering a flexible alternative to RESTful APIs. However, its dynamic execution model and lack of built-in security mechanisms expose it to vulnerabilities such as unauthorized data access, denial-of-service DoS...

7.2AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/26 12:0 a.m.•84 views

SEC-Bench Pro: Can Language Models Solve Long-Horizon Software Security Tasks?

Large language models LLMs now support automated software security tasks, including vulnerability discovery and proof-of-concept PoC generation. Existing benchmarks do not faithfully evaluate LLMs in real-world bug hunting scenarios because they rely on fuzzing harnesses, target-specific...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/14 12:0 a.m.•84 views

Exploiting LLM Agent Supply Chains Via Payload-Less Skills

Autonomous agents powered by Large Language Models LLMs acquire external functionalities through third-party skills available in open marketplaces. Adopting these integrations broadens the potential attack surface, prompting a need for systematic security evaluation. Current auditing mechanisms a...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/01/23 12:0 a.m.•84 views

From Transactions to Exploits: Automated PoC Synthesis for Real-World DeFi Attacks

Blockchain systems are increasingly targeted by on-chain attacks that exploit contract vulnerabilities to extract value rapidly and stealthily, making systematic analysis and reproduction highly challenging. In practice, reproducing such attacks requires manually crafting proofs-of-concept PoCs, ...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/11/07 12:0 a.m.•83 views

When AI Meets the Web: Prompt Injection Risks in Third-Party AI Chatbot Plugins

Prompt injection attacks pose a critical threat to large language models LLMs, with prior work focusing on cutting-edge LLM applications like personal copilots. In contrast, simpler LLM applications, such as customer service chatbots, are widespread on the web, yet their security posture and...

7.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/03/18 12:0 a.m.•83 views

Gibbon 25.0.0 Local File Inclusion

Gibbon version 25.0.0 local file inclusion exploit that downloads a SQL dump...

9.8CVSS9.2AI score0.47238EPSS
SaveExploits3
Packet Storm News
Packet Storm News
•added 2026/06/01 12:0 a.m.•82 views

PyFEX: Uncovering Evasive Python-Based Threats Via Resilient and Exhaustive Path Exploration

The rapid expansion of the Python ecosystem has fueled two distinct but converging threats: adversaries increasingly target the software supply chain via the Python Package Index PyPI, while also building evasive, cross-platform malicious binaries compiled from source code written in Python...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/04/28 12:0 a.m.•82 views

An Empirical Security Evaluation of LLM-Generated Cryptographic Rust Code

Developers and organizations are using Large Language Models LLMs to generate security-critical code more frequently than ever, including cryptographic solutions for their products. This study presents an empirical evaluation of cryptographic security in 240 Rust code samples for two crypto...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/01/30 12:0 a.m.•81 views

Sifting the Noise: A Comparative Study of LLM Agents in Vulnerability False Positive Filtering

Static Application Security Testing SAST tools are essential for identifying software vulnerabilities, but they often produce a high volume of false positives FPs, imposing a substantial manual triage burden on developers. Recent advances in Large Language Model LLM agents offer a promising...

5.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2025/11/13 12:0 a.m.•82 views

Decoupling Bias, Aligning Distributions: Synergistic Fairness Optimization for Deepfake Detection

Fairness is a core element in the trustworthy deployment of deepfake detection models, especially in the field of digital identity security. Biases in detection models toward different demographic groups, such as gender and race, may lead to systemic misjudgments, exacerbating the digital divide...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/05/25 12:0 a.m.•80 views

Win32 Calc Shellcode

This is a 14-byte Win32 shellcode that opens calc.exe using a fixed CALL rel32 offset on Windows XP SP 3 English...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
•added 2026/03/28 12:0 a.m.•80 views

Finding Memory Leaks in C/C++ Programs Via Neuro-Symbolic Augmented Static Analysis

Memory leaks remain prevalent in real-world C/C++ software. Static analyzers such as CodeQL provide scalable program analysis but frequently miss such bugs because they cannot recognize project-specific custom memory-management functions and lack path-sensitive control-flow modeling. We present...

5.9AI score
SaveExploits0
Total number of security vulnerabilities5000