Lucene search
+L

364670 matches found

Positive Technologies
Positive Technologies
added 2 days ago4 views

PT-2026-72287

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

5.8AI score0.00214EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72294

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitset size overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to region count overflow" made sure that region count could fit in an unsigned int. But the bitmap memory isn't allocat...

5.5AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72329

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix locked bus on SMBus block-read of 0 IRQ SMBus 3.1 6.5.7 allows a Block Read byte count of 0, but the interrupt-driven block-read state machine rejects it as -EPROTO. Worse, it returns without a NACK+STOP: the next...

5.3AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72396

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfs ea lookup and ntfs listxattr, this verifies that there is enough space in the EA entry before accessing the next entry offset field of the EA entry...

5.3AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72368

In the Linux kernel, the following vulnerability has been resolved: mm/huge memory: preserve pmd swp uffd wp on device-private PMD downgrade change non present huge pmd rewrites a writable device-private PMD swap entry into a readable one without carrying pmd swp uffd wp across. The PTE-level...

5.3AI score0.00201EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72299

In the Linux kernel, the following vulnerability has been resolved: bpf,fork: wipe -bpf storage before bailouts that access it Currently, copy process can bail out to free task before p-bpf storage has been initialized, with this call graph shown here for the !CONFIG MEMCG case: copy process dup...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago4 views

PT-2026-72307

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm rx handler when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with...

5.6AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72360

In the Linux kernel, the following vulnerability has been resolved: mm/mm init: fix uninitialized struct pages for ZONE DEVICE If DAX memory is hotplugged into an unoccupied subsection of an early section, section activate reuses the unoptimized boot memmap. However, compound nr pages still assum...

5.4AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago13 views

PT-2026-72357

In the Linux kernel, the following vulnerability has been resolved: kho: make sure scratch size is always aligned by CMA MIN ALIGNMENT BYTES When using scratch scale, the scratch sizes are rounded up to CMA MIN ALIGNMENT BYTES since they will be released as MIGRATE CMA. This is not done when usin...

5.3AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago3 views

PT-2026-72365

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: fix dir put orders in access pattern add dirs Patch series "mm/damon/sysfs-schemes: fix wrong directories put orders in error paths". Error paths of damon sysfs access pattern add dirs and damon sysfs sche...

5.4AI score0.00205EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72354

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9 client rpc on fatal signal When p9 client rpc is called with type P9 TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop...

5.4AI score0.00206EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72351

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix NULL h transaction deref in ocfs2 assure trans credits BUG A direct write over unwritten extents can panic the kernel in ocfs2 assure trans credits when the journal aborts during DIO completion. The crash is a general...

5.5AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago13 views

PT-2026-72352

In the Linux kernel, the following vulnerability has been resolved: ocfs2: avoid moving extents to occupied clusters For non-auto OCFS2 IOC MOVE EXT operations, userspace supplies a physical me goal. ocfs2 move extent initializes new phys cpos from that goal and expects ocfs2 probe alloc group to...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72334

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-ch base, which is initialized only aft...

5.4AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-72335

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dw edma pcie probe treats the PCI device ID driver data as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72318

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: handle inline data with a nonzero offset nvmet rdma use inline sg maps the host-controlled inline data offset into the per-command inline scatterlist. The bounds check admits any offset with off + len offset = off;...

5.3AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72338

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprt create args structure The xprt create args structure is allocated on the stack without initialization in rpc sysfs xprt switch add xprt store. While some fields are manually populated, critical fiel...

5.5AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72319

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTH RECEIVE buffers nvmet execute auth receive trusts the AUTH RECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default state...

5.9AI score0.0024EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2 days ago11 views

PT-2026-72575

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in group process tiler oom If heaps is an ERR PTR, panthor heap pool put will deref an invalid pointer. Make sure we set it to NULL in that case...

5.4AI score0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72550

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Fix NULL pointer dereference in xe pt zap ptes entry The page-table walk framework may pass a NULL child pointer for unpopulated entries. xe pt zap ptes entry called container ofchild before checking for NULL, then...

5.3AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder