Lucene search
+L

61 matches found

Kitploit
Kitploit
added 2026/08/23 5:26 p.m.3 views

wslink-vm-analyzer

WslinkVMAnalyzer WslinkVMAnalyzer ist ein Tool, das in erster Linie entwickelt wurde, um die Analyse von Wslink zu erleichtern, einem einzigartigen Loader, der als Server läuft und empfangene Module im Arbeitsspeicher ausführt. Dieses Tool verwendet Miasm, ein Open-Source-Framework, das eine...

5.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/21 1:19 a.m.2 views

android_demystification_toolbox

Android Demystification Toolbox Scopo ADT è un set di strumenti di esecuzione simbolica basato su Miasm, progettato per aiutare a modellare il comportamento delle applicazioni, ricercare e testare vulnerabilità di sicurezza e facilitare il reverse engineering di codice ostile. Caratteristiche La...

5.2AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/21 12:43 a.m.3 views

octopus

Octopus Un enorme ringraziamento a QuoScient per aver sponsorizzato questo progetto. Octopus è un framework di analisi della sicurezza per moduli WebAssembly e Smart Contract Blockchain. Lo scopo di Octopus è quello di fornire un modo semplice per analizzare moduli WebAssembly chiusi e bytecode d...

5.4AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72483

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421hubcontrol The max3421hubcontrol function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature switc...

7.8CVSS5.8AI score0.00181EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:22 a.m.12 views

UBUNTU-CVE-2026-72483

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421hubcontrol The max3421hubcontrol function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature switc...

7.8CVSS6AI score0.00181EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:57 a.m.11 views

CVE-2026-72483 usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421hubcontrol The max3421hubcontrol function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature switc...

7.8CVSS5.9AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:57 a.m.18 views

EUVD-2026-59382

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421hubcontrol The max3421hubcontrol function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature switc...

5.8AI score0.00181EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.30 views

CVE-2026-72483

In the Linux kernel, the max3421 USB hub control path (max3421_hub_control) improperly shifted port_status by 1 <= 32, this shift can cause shift-out-of-bounds behavior, leading to arbitrary bit corruption of port_status and potential bypass of internal checks. The fix rejects requests whose v...

7.8CVSS5.7AI score0.00181EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.34 views

CVE-2026-72483 usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421hubcontrol The max3421hubcontrol function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature switc...

7.8CVSS0.00181EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.17 views

PT-2026-72671

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421: Fix shift-out-of-bounds in max3421 hub control The max3421 hub control function handles USB hub class requests to the virtual root hub. In the default branches of both the ClearPortFeature and SetPortFeature...

5.7AI score0.00181EPSS
SaveExploits0References9
Packet Storm News
Packet Storm News
added 2026/06/08 12:00 a.m.20 views

RECON: An LLM-Enhanced Backward Constraint Analysis Framework

While traditional techniques, such as symbolic execution, provide a principled foundation for precise constraint reasoning in program analysis, they struggle to scale to modern software systems mainly due to path explosion, the need for function modeling, and the loss of semantic intent at...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/27 12:00 a.m.33 views

Symbolic Execution Meets Multi-LLM Orchestration: Detecting Memory Vulnerabilities in Incomplete Rust CVE Snippets

This paper presents a system combining symbolic execution KLEE with a 4-agent multi-LLM architecture for detecting memory vulnerabilities in Rust unsafe code. A central challenge we address is the incomplete-code problem: CVE database entries provide only isolated code snippets that lack struct...

6.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/08 12:00 a.m.15 views

Aether Smart Contract Security Analysis Framework 6.0

Aether is a Python-based framework for analyzing Solidity smart contracts, generating vulnerability findings, producing Foundry-based proof-of-concept PoC tests, and validating exploits on mainnet forks. It combines Solidity AST parsing, taint analysis, control flow graph analysis, cross-contract...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/08 12:00 a.m.42 views

Aether Smart Contract Security Analysis Framework 5.0.2

Aether is a Python-based framework for analyzing Solidity smart contracts, generating vulnerability findings, producing Foundry-based proof-of-concept PoC tests, and validating exploits on mainnet forks. It combines Solidity AST parsing, taint analysis, control flow graph analysis, cross-contract...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/07 12:00 a.m.10 views

Guiding Symbolic Execution with Static Analysis and LLMs for Vulnerability Discovery

Symbolic execution detects vulnerabilities with precision, but applying it to large codebases requires harnesses that set up symbolic state, model dependencies, and specify assertions. Writing these harnesses has traditionally been a manual process requiring expert knowledge, which significantly...

6.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/03/05 12:00 a.m.23 views

Adobe SDK 1.7.1 2410 Overflow Analysis / Fuzzing Model

This Python script implements a comprehensive framework to model, detect, and analyze integer overflows in 32-bit arithmetic, particularly in the context of image memory allocation. The framework combines formal methods, stepwise arithmetic, symbolic execution, SMT-style constraint solving,...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/02/02 12:00 a.m.35 views

SysFuSS: System-Level Firmware Fuzzing with Selective Symbolic Execution

Firmware serves as the critical interface between hardware and software in computing systems, making any bugs or vulnerabilities particularly dangerous as they can cause catastrophic system failures. While fuzzing is a promising approach for identifying design flaws and security vulnerabilities,...

5.9AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/01/06 7:12 p.m.273 views

Exploit for Off-by-one Error in Sudo_Project Sudo

ExploitForge - AI-Powered Automatic Exploit Generation !Pyt...

7.8CVSS9AI score0.99969EPSS
SaveExploits83
Packet Storm News
Packet Storm News
added 2025/11/12 12:00 a.m.48 views

One Signature, Multiple Payments: Demystifying and Detecting Signature Replay Vulnerabilities in Smart Contracts

Smart contracts have significantly advanced blockchain technology, and digital signatures are crucial for reliable verification of contract authority. Through signature verification, smart contracts can ensure that signers possess the required permissions, thus enhancing security and scalability...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/11/01 12:00 a.m.11 views

Penetrating the Hostile: Detecting DeFi Protocol Exploits through Cross-Contract Analysis

Decentralized finance DeFi protocols are crypto projects developed on the blockchain to manage digital assets. Attacks on DeFi have been frequent and have resulted in losses exceeding $80 billion. Current tools detect and locate possible vulnerabilities in contracts by analyzing the state changes...

7AI score
SaveExploits0
Rows per page
Query Builder