Lucene search
+L

1531 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-37439

Malicious code in bioql PyPI...

8.8CVSS9.2AI score0.00981EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-14216

Malicious code in bioql PyPI...

4.3CVSS6.6AI score0.0025EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-55489

Malicious code in bioql PyPI...

7.1AI score0.00198EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2021-34671

Malicious code in bioql PyPI...

7.1CVSS6.6AI score0.00258EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-44402

Malicious code in bioql PyPI...

8.6CVSS7.6AI score0.00556EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.19 views

EUVD-2023-1861

Malicious code in bioql PyPI...

7.8CVSS7.5AI score0.01299EPSS
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2025/10/02 12:0 a.m.19 views

MALF: A Multi-Agent LLM Framework for Intelligent Fuzzing of Industrial Control Protocols

Industrial control systems ICS are vital to modern infrastructure but increasingly vulnerable to cybersecurity threats, particularly through weaknesses in their communication protocols. This paper presents MALF Multi-Agent LLM Fuzzing Framework, an advanced fuzzing solution that integrates large...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/10/02 12:0 a.m.6 views

FalseCrashReducer: Mitigating False Positive Crashes in OSS-Fuzz-Gen Using Agentic AI

Fuzz testing has become a cornerstone technique for identifying software bugs and security vulnerabilities, with broad adoption in both industry and open-source communities. Directly fuzzing a function requires fuzz drivers, which translate random fuzzer inputs into valid arguments for the target...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/28 12:0 a.m.5 views

HFuzzer: Testing Large Language Models for Package Hallucinations Via Phrase-Based Fuzzing

Large Language Models LLMs are widely used for code generation, but they face critical security risks when applied to practical production due to package hallucinations, in which LLMs recommend non-existent packages. These hallucinations can be exploited in software supply chain attacks, where...

7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/26 12:0 a.m.16 views

Red Teaming Quantum-Resistant Cryptographic Standards: A Penetration Testing Framework Integrating AI and Quantum Security

This study presents a structured approach to evaluating vulnerabilities within quantum cryptographic protocols, focusing on the BB84 quantum key distribution method and National Institute of Standards and Technology NIST approved quantum-resistant algorithms. By integrating AI-driven red teaming,...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/25 12:0 a.m.6 views

Intelligent Graybox Fuzzing Via ATPG-Guided Seed Generation and Submodule Analysis

Hardware Fuzzing emerged as one of the crucial techniques for finding security flaws in modern hardware designs by testing a wide range of input scenarios. One of the main challenges is creating high-quality input seeds that maximize coverage and speed up verification. Coverage-Guided Fuzzing CGF...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/23 12:0 a.m.10 views

Semantic-Aware Fuzzing: an Empirical Framework for LLM-Guided, Reasoning-Driven Input Mutation

Security vulnerabilities in Internet-of-Things devices, mobile platforms, and autonomous systems remain critical. Traditional mutation-based fuzzers -- while effectively explore code paths -- primarily perform byte- or bit-level edits without semantic reasoning. Coverage-guided tools such as AFL+...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/22 12:15 a.m.307 views

Exploit for Heap-based Buffer Overflow in Google Android

This is a PoC exploit for CVE-2020-8899, a memory corruption vulnerability in the Samsung Qmage codec. The exploit targets a Samsung Galaxy Note 10+ phone running Android 10 via MMS. The exploit code is written in Python and requires the following software to be locally installed: Python 3, Netwi...

10CVSS7AI score0.05711EPSS
SaveExploits2
OSV
OSV
added 2025/09/20 12:19 a.m.8 views

OSV-2025-767 UNKNOWN READ in dcd_int_handler

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=445845231 Crash type: UNKNOWN READ Crash state: dcdinthandler fuzz.cc...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/09/20 12:18 a.m.11 views

OSV-2025-766 Heap-buffer-overflow in Open

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=446027676 Crash type: Heap-buffer-overflow READ 4 Crash state: Open demuxProbe vlcmoduleload...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/09/18 4:4 p.m.4 views

CVE-2023-53439 net: skb_partial_csum_set() fix against transport header magic value

In the Linux kernel, the following vulnerability has been resolved: net: skbpartialcsumset fix against transport header magic value skb-transportheader uses the special 0xFFFF value to mark if the transport header was set or not. We must prevent callers to accidentaly set skb-transportheader to...

5.5CVSS6.2AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/09/18 4:4 p.m.3 views

CVE-2023-53439 net: skb_partial_csum_set() fix against transport header magic value

In the Linux kernel, the following vulnerability has been resolved: net: skbpartialcsumset fix against transport header magic value skb-transportheader uses the special 0xFFFF value to mark if the transport header was set or not. We must prevent callers to accidentaly set skb-transportheader to...

6.2AI score0.00134EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2025/09/18 12:0 a.m.9 views

Orion: Fuzzing Workflow Automation

Fuzz testing is one of the most effective techniques for finding software vulnerabilities. While modern fuzzers can generate inputs and monitor executions automatically, the overall workflow, from analyzing a codebase, to configuring harnesses, to triaging results, still requires substantial manu...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/09/17 12:0 a.m.8 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/11 12:0 a.m.8 views

IoTFuzzSentry: a Protocol Guided Mutation Based Fuzzer for Automatic Vulnerability Testing in Commercial IoT Devices

Protocol fuzzing is a scalable and cost-effective technique for identifying security vulnerabilities in deployed Internet of Things devices. During their operational phase, IoT devices often run lightweight servers to handle user interactions, such as video streaming or image capture in smart...

9.8CVSS7AI score0.00643EPSS
SaveExploits1
Rows per page
Query Builder