Lucene search
+L

23441 matches found

Packet Storm News
Packet Storm News
added 2026/04/04 12:00 a.m.11 views

AttackEval: A Systematic Empirical Study of Prompt Injection Attack Effectiveness against Large Language Models

Prompt injection has emerged as a critical vulnerability in large language model LLM deployments, yet existing research is heavily weighted toward defenses. The attack side -- specifically, which injection strategies are most effective and why -- remains insufficiently studied.We address this gap...

5.9AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/03 10:50 p.m.192 views

redhound-arsenal

Red Hound Arsenal Agent-consumable security skill library for...

6.1AI score
SaveExploits0
NVD
NVD
added 2026/04/03 4:16 p.m.9 views

CVE-2026-23466

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Open-code GGTT MMIO access protection GGTT MMIO access is currently protected by hotplug drmdeventer, which works correctly when the driver loads successfully and is later unbound or unloaded. However, if driver load fail...

7.8CVSS0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.10 views

CVE-2026-23448

In the Linux kernel, the following vulnerability has been resolved: net: usb: cdcncm: add ndpoffset to NDP16 nframes bounds check cdcncmrxverifyndp16 validates that the NDP header and its DPE entries fit within the skb. The first check correctly accounts for ndpoffset: if ndpoffset + sizeofstruct...

7.8CVSS0.00129EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.13 views

CVE-2026-23449

In the Linux kernel, the following vulnerability has been resolved: net/sched: teql: Fix double-free in teqlmasterxmit Whenever a TEQL devices has a lockless Qdisc as root, qdiscreset should be called using the seqlock to avoid racing with the datapath. Failure to do so may cause crashes like the...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.12 views

CVE-2026-23474

In the Linux kernel, the following vulnerability has been resolved: mtd: Avoid boot crash in RedBoot partition table parser Given CONFIGFORTIFYSOURCE=y and a recent compiler, commit 439a1bcac648 "fortify: Use builtindynamicobjectsize when available" produces the warning below and an oops. Searchi...

5.5CVSS5.5AI score0.00142EPSS
SaveExploits0References34
RedhatCVE
RedhatCVE
added 2026/04/03 3:53 p.m.10 views

CVE-2026-23420

A flaw was found in the Linux kernel's wlcore Wi-Fi driver. This vulnerability involves an improper handling of a locking mechanism, specifically the wl-mutex. This can lead to system instability or unexpected behavior. The issue was identified by a thread-safety analyzer. Mitigation To mitigate...

5.5CVSS5.9AI score0.00091EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 3:30 p.m.11 views

EUVD-2026-18637

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl-mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer...

5.7AI score0.00091EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:16 p.m.9 views

CVE-2026-31404

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00121EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/03 3:15 p.m.43 views

CVE-2026-23454

CVE-2026-23454 (Linux kernel, mana subsystem) : A race in mana_hwc_destroy_channel() can free hwc->caller_ctx before CQ/EQ are destroyed, enabling a use-after-free/NULL dereference in mana_hwc_handle_resp(). The root cause is lack of IRQ synchronization and a teardown order that frees resource...

7CVSS5.7AI score0.00121EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.42 views

CVE-2026-23448 net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check

In the Linux kernel, the following vulnerability has been resolved: net: usb: cdcncm: add ndpoffset to NDP16 nframes bounds check cdcncmrxverifyndp16 validates that the NDP header and its DPE entries fit within the skb. The first check correctly accounts for ndpoffset: if ndpoffset + sizeofstruct...

0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/03 2:16 p.m.16 views

UBUNTU-CVE-2026-23420

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl-mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer...

5.5CVSS5.7AI score0.00091EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2026/04/03 2:16 p.m.11 views

CVE-2026-23420

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl-mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer...

5.5CVSS5.3AI score0.00091EPSS
SaveExploits0References34
OSV
OSV
added 2026/04/03 1:27 p.m.11 views

JLSEC-2026-25

It was found that some PostgreSQL extensions did not use searchpath safely in their installation script. An attacker with sufficient privileges could use this flaw to trick an administrator into executing a specially crafted script, during the installation or update of such extension. This affect...

7.3CVSS7AI score0.00532EPSS
SaveExploits0References11
OSV
OSV
added 2026/04/03 1:24 p.m.10 views

CVE-2026-23420 wifi: wlcore: Fix a locking bug

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl-mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/04/03 1:24 p.m.40 views

CVE-2026-23420

CVE-2026-23420 affects the Linux kernel wlcore Wi‑Fi driver. The issue is a locking-order bug where wl->mutex could be unlocked without being held, as identified by a Clang thread-safety analyzer. This is associated with potential synchronization instability; patches exist in Rootio‑Linux pack...

5.5CVSS5.7AI score0.00091EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/04/03 3:39 a.m.8 views

GHSA-9M44-RR2W-PPP7 Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

Summary The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

8.8CVSS6.2AI score0.00472EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/03 3:39 a.m.13 views

Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

Summary The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

7.5CVSS6.2AI score0.00472EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.11 views

PT-2026-30143

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the cdc ncm rx verify ndp16 function where the bounds check for NDP16 nframes omits the ndpoffset value. This allows the DPE entries to extend pas...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.10 views

PT-2026-33746

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.3 through 6.12.81 Description A slab cross-cache free issue exists in the Linux kernel when KFENCE is enabled. The skb kfree head function uses skb end offset to distinguish between skb heads allocated from skb small he...

5.7CVSS5.1AI score0.00259EPSS
SaveExploits0
Rows per page
Query Builder