Lucene search
+L

2258 matches found

AlpineLinux
AlpineLinux
added 2026/04/30 5:39 a.m.43 views

CVE-2026-5654

AMR-NB codec crash in Wireshark 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14 allows denial of service...

7.5CVSS5.8AI score0.00206EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/30 12:0 a.m.12 views

PT-2026-36054

Name of the Vulnerable Software and Affected Versions Wireshark versions 4.6.0 through 4.6.4 Wireshark versions 4.4.0 through 4.4.14 Description A crash in the AMR-NB codec allows for a denial of service. Recommendations At the moment, there is no information about a newer version that contains a...

8.8CVSS5.8AI score0.0039EPSS
SaveExploits43References51
OSV
OSV
added 2026/04/29 4:16 p.m.13 views

UBUNTU-CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References3
AlpineLinux
AlpineLinux
added 2026/04/29 12:0 a.m.12 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS7.4AI score0.00504EPSS
SaveExploits2References20
Cvelist
Cvelist
added 2026/04/24 11:5 a.m.38 views

CVE-2026-4313 Stored XSS in AdaptiveGRC

AdaptiveGRC is vulnerable to Stored XSS via text type fields across the forms. Authenticated attacker can replace the value of the text field in the HTTP POST request. Improper parameter validation by the server results in arbitrary JavaScript execution in the victim's browser. Critically, this...

2.4CVSS0.0059EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2026/04/24 12:0 a.m.7 views

Adversarial Co-Evolution of Malware and Detection Models: A Bilevel Optimization Perspective

Machine learning-based malware detectors are increasingly vulnerable to adversarial examples. Traditional defenses, such as one-shot adversarial training, often fail against adaptive attackers who use reinforcement learning to bypass detection. This paper proposes a robust defense framework based...

5.2AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/22 12:0 a.m.12 views

Adaptive Instruction Composition for Automated LLM Red-Teaming

Many approaches to LLM red-teaming leverage an attacker LLM to discover jailbreaks against a target. Several of them task the attacker with identifying effective strategies through trial and error, resulting in a semantically limited range of successes. Another approach discovers diverse attacks ...

5.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/20 12:0 a.m.26 views

ARES: Adaptive Red-Teaming and End-To-End Repair of Policy-Reward System

Reinforcement Learning from Human Feedback RLHF is central to aligning Large Language Models LLMs, yet it introduces a critical vulnerability: an imperfect Reward Model RM can become a single point of failure when it fails to penalize unsafe behaviors. While existing red-teaming approaches...

5.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/17 11:49 a.m.132 views

exploitra

🚀 EXPLOITRA v1.0 - Advanced Vulnerability Engine EXPLOITRA...

7.8CVSS5.8AI score0.00758EPSS
SaveExploits2
Packet Storm News
Packet Storm News
added 2026/04/16 12:0 a.m.11 views

MLDAS: Machine Learning Dynamic Algorithm Selection for Software-Defined Networking Security

Network security is a critical concern in the digital landscape of today, with users demanding secure browsing experiences and protection of their personal data. This study explores the dynamic integration of Machine Learning ML algorithms with Software-Defined Networking SDN controllers to enhan...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/10 12:0 a.m.5 views

ADAM: A Systematic Data Extraction Attack on Agent Memory Via Adaptive Querying

Large Language Model LLM agents have achieved rapid adoption and demonstrated remarkable capabilities across a wide range of applications. To improve reasoning and task execution, modern LLM agents would incorporate memory modules or retrieval-augmented generation RAG mechanisms, enabling them to...

5.8AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2026/04/09 7:0 p.m.29 views

The agentic SOC—Rethinking SecOps for the next decade

Every major shift in cyberattacker behavior over the past decade has followed a meaningful shift in how defenders operate. When security operation centers SOCs deployed endpoint detection and response EDR—and later extended detection and response XDR—security teams raised the bar, pushing...

6AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2026/04/09 7:0 p.m.28 views

The agentic SOC—Rethinking SecOps for the next decade

Every major shift in cyberattacker behavior over the past decade has followed a meaningful shift in how defenders operate. When security operation centers SOCs deployed endpoint detection and response EDR—and later extended detection and response XDR—security teams raised the bar, pushing...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/09 12:0 a.m.5 views

Your Agent Is Mine: Measuring Malicious Intermediary Attacks on the LLM Supply Chain

Large language model LLM agents increasingly rely on third-party API routers to dispatch tool-calling requests across multiple upstream providers. These routers operate as application-layer proxies with full plaintext access to every in-flight JSON payload, yet no provider enforces cryptographic...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/07 12:0 a.m.52 views

LLM4CodeRE: Generative AI for Code Decompilation Analysis and Reverse Engineering

Code decompilation analysis is a fundamental yet challenging task in malware reverse engineering, particularly due to the pervasive use of sophisticated obfuscation techniques. Although recent large language models LLMs have shown promise in translating low-level representations into high-level...

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

Can Drift-Adaptive Malware Detectors Be Made Robust? Attacks and Defenses under White-Box and Black-Box Threats

Concept drift and adversarial evasion are two major challenges for deploying machine learning-based malware detectors. While both have been studied separately, their combination, the adversarial robustness of drift-adaptive detectors, remains unexplored. We address this problem with AdvDA, a rece...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/07 12:0 a.m.8 views

PoC-Adapt: Semantic-Aware Automated Vulnerability Reproduction with LLM Multi-Agents and Reinforcement Learning-Driven Adaptive Policy

While recent approaches leverage large language models LLMs and multi-agent pipelines to automatically generate proof-of-concept PoC exploits from vulnerability reports, existing systems often suffer from two fundamental limitations: unreliable validation based on surface-level execution signals...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/05 12:0 a.m.11 views

Triggering and Detecting Exploitable Library Vulnerability from the Client by Directed Greybox Fuzzing

Developers utilize third-party libraries to improve productivity, which also introduces potential security risks. Existing approaches generate tests for public functions to trigger library vulnerabilities from client programs, yet they depend on proof-of-concepts PoCs, which are often unavailable...

6.1AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/03/28 12:0 a.m.8 views

Red-MIRROR: Agentic LLM-Based Autonomous Penetration Testing with Reflective Verification and Knowledge-Augmented Interaction

Web applications remain the dominant attack surface in cybersecurity, where vulnerabilities such as SQL injection, XSS, and business logic flaws continue to cause significant data breaches. While penetration testing is effective for identifying these weaknesses, traditional manual approaches are...

6AI score
SaveExploits0
OSV
OSV
added 2026/03/27 12:29 p.m.9 views

CLSA-2026-1774438942 freerdp: Fix of 3 CVEs

CVE-2026-29774: heap buffer overflow in H.264 AVC420/AVC444 YUV-to-RGB conversion - CVE-2026-31884: division by zero in ADPCM decoders when nBlockAlign is 0 - CVE-2026-29775: off-by-one in bitmapcacheput...

8.2CVSS6AI score0.00323EPSS
SaveExploits3References1
Rows per page
Query Builder