Lucene search
+L

387180 matches found

CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72491

CVE-2026-72491 — Linux kernel net/9p rdma state race fixed. The rdma->state field was updated without req_lock in recv_done() and p9_cm_event_handler(), while rdma_request() reads/modifies under req_lock, risking lost transitions and potential use‑after‑free during teardown. The fix adds req_l...

9.8CVSS5.5AI score0.00734EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.20 views

CVE-2026-72490

The CVE-2026-72490 entry concerns the Linux kernel (staging: rtl8723bs) with a fix to the stainfo check in rtw_aes_decrypt. The issue was an incorrect null-pointer guard that returned _FAIL on a valid pointer; the guard was inverted so that it now returns _FAIL on invalid pointers. This change re...

5.3AI score0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.25 views

CVE-2026-72488

In the Linux kernel, the soundwire subsystem fixed an out-of-bounds memory access in the sdw_add_element_group_count loop when i == num. The vulnerable code used for (i = 0; i rates[i]/group->lanes[i]. The patch adds a pre-check to verify existing rate/lane entries in the target group before i...

7.8CVSS5.3AI score0.00162EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.20 views

CVE-2026-72489

The CVE-2026-72489 issue affects the Linux kernel staging/nvec code. In nvec_rx_completed(), an incomplete RX transfer could trigger nvec_msg_free() to clear a pool slot, after which the code reads nvec->rx->data[0]. Because the slot may be reallocated concurrently, this leads to a use-afte...

8.4CVSS5.5AI score0.0015EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.33 views

CVE-2026-72487

The CVE describes a Linux kernel PCI ROM access vulnerability in the PCI subsystem that caused crashes when reading ROM data if the ROM space address/size checks are missing. Concrete details in the connected records show: the ROM space started at 0xffa0000007f30000 with size 0x10000, and a readl...

7.7CVSS5.4AI score0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72486

The CVE-2026-72486 entry concerns the Linux kernel mailbox for the mtk-adsp (SOF audio) where a use-after-free (UAF) can occur during device teardown. When the SOF driver fails to initialize (e.g., firmware boot timeout), devres unwinds and frees snd_sof_dev, while the mtk_adsp_mailbox shutdown c...

5.4AI score0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.15 views

CVE-2026-72485

CVE-2026-72485 describes a Linux kernel vulnerability in the coresight platform where nr_outconns/nr_inconns were incremented before allocations, causing a premature counter bump and potential panics during cleanup when allocations failed. The issue affects the coresight_add_out_conn() and coresi...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.18 views

CVE-2026-72484

The CVE-2026-72484 entry documents a Linux kernel staging component (staging: most: video)double-free during video device registration. The root cause: comp_register_videodev() may release mdev->vdev via vdev->release() if video_register_device() fails, risking a second free when __video_re...

5.3AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.18 views

CVE-2026-72482

Summary of CVE-2026-72482 : In the Linux kernel’s gpib subsystem, a descriptor_busy reference counter used to pin gpib_descriptor across IO ioctl operations could be decremented twice in the command_ioctl() error path, causing the counter to underflow to -1 and enabling use-after-free on an activ...

7.8CVSS5.5AI score0.0014EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.23 views

CVE-2026-72483

In the Linux kernel, the max3421 USB hub control path (max3421_hub_control) improperly shifted port_status by 1 <= 32, this shift can cause shift-out-of-bounds behavior, leading to arbitrary bit corruption of port_status and potential bypass of internal checks. The fix rejects requests whose v...

7.8CVSS5.7AI score0.00181EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.20 views

CVE-2026-72481

The CVE-2026-72481 issue affects the Linux kernel AK8975 magnetometer driver under iio. It describes four instances where uninitialized kernel stack memory could be leaked when i2c_smbus_read_i2c_block_data_or_emulated() returns a value smaller than the buffer size. The fixed code adds validation...

5.8AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.22 views

CVE-2026-72479

CVE-2026-72479 affects the Linux kernel IIO MMA8452 accelerometer driver. The issue occurs in mma8452_read() when an I2C read call to i2c_smbus_read_i2c_block_data() fails but mma8452_set_runtime_pm_state() succeeds; in that path, mma8452_read() returns 0, causing mma8452_read_raw() to use an uni...

5.7AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.20 views

CVE-2026-72480

CVE-2026-72480 : In the Linux kernel, the iio: adc: xilinx-ams component had an out-of-bounds channel lookup in event handling. The function ams_event_to_channel() could return a pointer past the end of dev->channels when no matching scan_index was found, risking invalid memory access in ams_h...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

CVE-2026-72477

The CVE-2026-72477 entry concerns the Linux kernel (fs/ntfs3) where a failure to rename could trigger an inconsistent inode state. The root issue was a WARN_ON path; it has been replaced with a call to _ntfs_bad_inode(), preventing further operations on the affected inode. This change appears to ...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.22 views

CVE-2026-72478

The CVE describes a bound-checking fix in Linux kernel ntfs3 (fs/ntfs3) for run_get_highest_vcn(), which previously parsed a packed NTFS mapping-pairs buffer without length bounds and could read past the slab allocation, triggering a KASAN slab-out-of-bounds read on mount. The patch adds a run_bu...

8.4CVSS5.7AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.26 views

CVE-2026-72476

CVE-2026-72476 affects the Linux kernel, specifically the dmaengine path. The issue arises in dma_release_channel() where a subsequent dma_chan_put() may call dma_device_put() and release the last reference to the DMA device if the provider is already gone, potentially freeing the device prematur...

7.8CVSS5.3AI score0.00171EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.19 views

CVE-2026-72475

The CVE-2026-72475 impact is in the Linux kernel DMA engine, specifically the dma-axi-dmac path. The issue arises from mismanagement of descriptors: a struct axi_dmac_desc is not fully freed along the failure path in axi_dmac_prep_peripheral_dma_vec() when calling axi_dmac_alloc_desc(). The mitig...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:57 a.m.21 views

CVE-2026-72474

Summary (concrete details available) : CVE-2026-72474 concerns the Linux kernel’s dmaengine, specifically the dma-axi-dmac path. The issue arises on architectures such as Microblaze or arm64 where DMA_DIRECT_REMAP can cause dma_alloc_coherent() to remap memory (including vmalloc()). In the affect...

5.4AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72473

Affected software: Linux kernel (xprtrdma RPC path). Vulnerability: a race/lifecycle issue in rl_kref and send-side references within rpcrdma/xprt_rdma code caused improper freeing of request buffers while a DMA operation could still be active. Root cause: rl_kref previously gated two lifetimes w...

9.8CVSS5.5AI score0.00664EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.24 views

CVE-2026-72472

CVE-2026-72472 – Linux kernel NFS file lock traversal protection fix . The issue arises in the NFS portion of the Linux kernel where releasing flc_lock during file lock list traversal could trigger use-after-free (UAF). The mitigation switches to protecting the traversal with nfsi->rwsem, appl...

9.8CVSS5.5AI score0.00644EPSS
SaveExploits0References4
Rows per page
Query Builder