Lucene search
+L

61 matches found

Packet Storm News
Packet Storm News
added 2025/09/17 12:00 a.m.10 views

ATLANTIS: AI-Driven Threat Localization, Analysis, and Triage Intelligence System

We present ATLANTIS, the cyber reasoning system developed by Team Atlanta that won 1st place in the Final Competition of DARPA's AI Cyber Challenge AIxCC at DEF CON 33 August 2025. AIxCC 2023-2025 challenged teams to build autonomous cyber reasoning systems capable of discovering and patching...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/05 12:00 a.m.7 views

FuzzRDUCC: Fuzzing with Reconstructed Def-Use Chain Coverage

Binary-only fuzzing often struggles with achieving thorough code coverage and uncovering hidden vulnerabilities due to limited insight into a program's internal dataflows. Traditional grey-box fuzzers guide test case generation primarily using control flow edge coverage, which can overlook bugs n...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/08/08 12:00 a.m.38 views

Symbolic Execution in Practice: a Survey of Applications in Vulnerability, Malware, Firmware, and Protocol Analysis

Symbolic execution is a powerful program analysis technique that allows for the systematic exploration of all program paths. Path explosion, where the number of states to track becomes unwieldy, is one of the biggest challenges hindering symbolic execution's practical application. To combat this,...

7.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/07/07 12:00 a.m.9 views

Hybrid Approach to Directed Fuzzing

Program analysis and automated testing have recently become an essential part of SSDLC. Directed greybox fuzzing is one of the most popular automated testing methods that focuses on error detection in predefined code regions. However, it still lacks ability to overcome difficult program...

7.2AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/07/07 12:00 a.m.8 views

LIFT: Automating Symbolic Execution Optimization with Large Language Models for AI Networks

Dynamic Symbolic Execution DSE is a key technique in program analysis, widely used in software testing, vulnerability discovery, and formal verification. In distributed AI systems, DSE plays a crucial role in identifying hard-to-detect bugs, especially those arising from complex network...

7.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/06/08 12:00 a.m.24 views

Insecurity through Obscurity: Veiled Vulnerabilities in Closed-Source Contracts

Most blockchains cannot hide the binary code of programs i.e., smart contracts running on them. To conceal proprietary business logic and to potentially deter attacks, many smart contracts are closed-source and employ layers of obfuscation. However, we demonstrate that such obfuscation can obscur...

7.5AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/28 12:00 a.m.6 views

Hunting the Ghost: Towards Automatic Mining of IoT Hidden Services

In this paper, we proposes an automatic firmware analysis tool targeting at finding hidden services that may be potentially harmful to the IoT devices. Our approach uses static analysis and symbolic execution to search and filter services that are transparent to normal users but explicit to...

7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/06 12:00 a.m.12 views

Empc: Effective Path Prioritization for Symbolic Execution with Path Cover

Symbolic execution is a powerful program analysis technique that can formally reason the correctness of program behaviors and detect software bugs. It can systematically explore the execution paths of the tested program. But it suffers from an inherent limitation: path explosion. Path explosion...

7.4AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/11/02 8:59 a.m.152 views

Researchers Find 34 Windows Drivers Vulnerable to Full Device Takeover

As many as 34 unique vulnerable Windows Driver Model WDM and Windows Driver Frameworks WDF drivers could be exploited by non-privileged threat actors to gain full control of the devices and execute arbitrary code on the underlying systems. "By exploiting the drivers, an attacker without privilege...

7.8CVSS8AI score0.0046EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2023/06/01 5:10 a.m.251 views

Exploit for Stack-based Buffer Overflow in Netgear R6400_Firmware

Exploiting a Stack Buffer Overflow on the NETGEAR R6700v3 CVE...

8.8CVSS6.7AI score0.01432EPSS
SaveExploits1
Kitploit
Kitploit
added 2021/12/22 11:30 a.m.31 views

MUI - A GUI Plugin For Binary Ninja To Easily Interact With And View The Progress Of Manticore

With the Manticore User Interface MUI project, we provide a graphical user interface plugin for Binary Ninja to allow users to easily interact with and view progress of the Manticore symbolic execution engine for analysis of smart contracts and native binaries. ATTENTION This project is under...

7.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2019/02/16 12:32 p.m.559 views

Ponce - IDA Plugin For Symbolic Execution Just One-Click Away!

Ponce pronounced 'poN θe pon-they is an IDA Pro plugin that provides users the ability to perform taint analysis and symbolic execution over binaries in an easy and intuitive fashion. With Ponce you are one click away from getting all the power from cutting edge symbolic execution. Entirely writt...

8.1AI score
SaveExploits0References13
Kitploit
Kitploit
added 2018/12/03 12:04 p.m.50 views

Triton - Dynamic Binary Analysis (DBA) Framework

Triton is a dynamic binary analysis DBA framework. It provides internal components like a Dynamic Symbolic Execution DSE engine, a Taint engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification passes, an SMT Solver Interface and, the last but not least...

7.4AI score
SaveExploits0References4
n0where
n0where
added 2018/09/02 5:52 a.m.41 views

Dynamic Binary Analysis Tool: Manticore

Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation. Manticore comes with an easy-to-use command line tool that quickly generates new program “test cases” or sample inputs with symbolic execution. Each test...

1AI score
SaveExploits0References3
n0where
n0where
added 2018/08/23 4:00 p.m.29 views

Bounded Model Checking Framework for Heap-implementations: HeapHopper

Heap metadata attacks have become one of the primary ways in which attackers exploit memory corruption vulnerabilities. While heap implementation developers have introduced mitigations to prevent and detect corruption, it is still possible for attackers to work around them. In part, this is becau...

SaveExploits0References1
pentestit
pentestit
added 2017/08/17 4:55 a.m.96 views

BootStomp: Find Mobile Device Bootloader Vulnerabilities

PenTestIT RSS Feed Oh boy! This post is going to be interesting as it is about an interesting topic - mobile bootloaders. Specifically, this post is about BootStomp, which helps you find vulnerabilities in the bootloader. All of us know; as the name suggests, that bootloader is a program loads th...

7.2AI score
SaveExploits0
n0where
n0where
added 2017/05/02 4:33 a.m.41 views

x86 to LLVM Bitcode Translation Framework: McSema

x86 to LLVM Bitcode Translation Framework McSema lifts x86 and amd64 binaries to LLVM bitcode modules. McSema support both Linux and Windows binaries, and most x86 and amd64 instructions, including integer, FPU, and SSE operations. McSema is separated into two conceptual parts: control flow...

0.1AI score
SaveExploits0References6
myhack58
myhack58
added 2016/12/03 12:00 a.m.400 views

angr:python-based binary analysis framework-vulnerability warning-the black bar safety net

Foreword Take a look at this Integrated Framework in binary code analysis of the CTF, to solve what the problem it, here is the git are listed in the solution to the CTF game: ! ! Wherein, HackCon 2016 - angry-reverser takes 31 min, SecurityFest 2016 – it takes 20s, Defcamp CTF Qualification...

8.1AI score
SaveExploits0
n0where
n0where
added 2016/11/03 4:06 a.m.82 views

Binary Analysis Platform: angr

Binary Analysis Platform angr is a platform-agnostic binary analysis framework developed by the Computer Security Lab at UC Santa Barbara and their associated CTF team, Shellphish. angr is a suite of python libraries that let you load a binary and do a lot of cool things to it: Disassembly and...

7.2AI score
SaveExploits0References10
n0where
n0where
added 2016/09/26 3:53 p.m.34 views

One Click Symbolic Execution: Ponce

Ponce pronounced ‘poN θe pon-they is an IDA Pro plugin that provides users the ability to perform taint analysis and symbolic execution over binaries in an easy and intuitive fashion. With Ponce you are one click away from getting all the power from cutting edge symbolic execution. Entirely writt...

8AI score
SaveExploits0References3
Rows per page
Query Builder