Lucene search
+L

362147 matches found

Positive Technologies
Positive Technologies
added 15 hours ago4 views

PT-2026-72689

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt re: Initialize dpi variable to zero dpi is initialized only for BNXT RE ALLOC WC PAGE, but copied for all the cases. So initialize the dpi to 0...

5.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 15 hours ago4 views

PT-2026-72275

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path scsiback device action obtains a command tag in scsiback get pend req and submits a task-management request with target submit tmr. When target submit tmr...

5.4AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 15 hours ago3 views

PT-2026-72790

In the Linux kernel, the following vulnerability has been resolved: bpf: Take mmap lock in zap pages zap vma range requires the owning mm's mmap lock to be held. Taking mmap read lock under arena-lock would AB-BA against arena vm close and arena map mmap, both of which run with mmap write lock he...

5.4AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 15 hours ago4 views

PT-2026-72272

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE core scsi3 emulate pro register and move maps the PERSISTENT RESERVE OUT parameter list with transport kmap data sg and parses the destination TransportID wit...

5.8AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 15 hours ago5 views

PT-2026-72738

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci core: Fix UAF in hci unregister dev hci unregister dev does not disable cmd timer and ncmd timer before the hci dev structure is freed. If a timeout fires during device teardown, the callback dereferences freed...

5.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 15 hours ago6 views

PT-2026-72744

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4 write inline data end When the data=journal mount option is used, the ext4 journalled write end function incorrectly calls ext4 write inline data end without checking if the EXT4 STATE MAY INLINE DATA...

5.5AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 15 hours ago3 views

PT-2026-72750

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpf obj free fields when a value is being replaced or recycled. That makes field destruction depend on the context of the update/delete...

5.9AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 15 hours ago2 views

PT-2026-72254

In the Linux kernel, the following vulnerability has been resolved: net: mana: Validate the packet length reported by the NIC Validate the packet length reported in the RX CQE before passing it to skb processing. The CQE is supplied by the NIC device and should not be blindly trusted...

5.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 15 hours ago5 views

PT-2026-72752

In the Linux kernel, the following vulnerability has been resolved: NFSD: Handle layout stid in nfsd4 drop revoked stid nfsd4 drop revoked stid has no SC TYPE LAYOUT case, so when a client sends FREE STATEID for an admin-revoked layout stid, the default branch releases cl lock and returns without...

5.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 15 hours ago3 views

PT-2026-72728

In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210 ahub: Validate written enum value tegra ahub put value enum reads e-valuesitem0 before checking whether item0 is within the enum item range. The existing check therefore happens too late to prevent an...

5.3AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 15 hours ago4 views

PT-2026-72726

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls flow: Dont expose folded kernel pointers The flow classifier falls back to addr fold for fields that are missing from packet headers. In map mode, userspace controls mask, xor, rshift, addend and divisor, and can...

5.3AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 15 hours ago5 views

PT-2026-72777

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap overflow from oversized firmware HAL response The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte hal buf without validating the response length. A response exceeding...

5.7AI score
SaveExploits0References7
NVD
NVD
added yesterday8 views

CVE-2026-12366

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS
SaveExploits0References2
NVD
NVD
added yesterday5 views

CVE-2026-12365

A use-after-free exists in the Zephyr second-generation work queue kernel/work.c in the handling of delayable work timeouts. When a delayable work item's timeout has been dequeued and its handler worktimeout is in flight blocked acquiring the work-queue spinlock, a concurrent cancellation does no...

5.8CVSS
SaveExploits0References2
NVD
NVD
added yesterday5 views

CVE-2026-12364

The user-space system-call verifier zvrfyzlogmsgstaticcreate in subsys/logging/logmsg.c was a pure pass-through: it forwarded the caller-supplied source, desc, package, and data arguments directly to the kernel-mode implementation zimplzlogmsgstaticcreate without performing any of the mandatory...

8.4CVSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday3 views

CVE-2026-12366

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

5.4AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added yesterday5 views

EUVD-2026-58752

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added yesterday22 views

CVE-2026-12366 Use-after-free freeing an armed dynamically-allocated k_timer in Zephyr userspace object disposal

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-58751

A use-after-free exists in the Zephyr second-generation work queue kernel/work.c in the handling of delayable work timeouts. When a delayable work item's timeout has been dequeued and its handler worktimeout is in flight blocked acquiring the work-queue spinlock, a concurrent cancellation does no...

5.8CVSS5.8AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday1 views

CVE-2026-12365

A use-after-free exists in the Zephyr second-generation work queue kernel/work.c in the handling of delayable work timeouts. When a delayable work item's timeout has been dequeued and its handler worktimeout is in flight blocked acquiring the work-queue spinlock, a concurrent cancellation does no...

5.7AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder