Total CVEs

150,735

Critical Severity

4,960

High Severity

17,566

Last 7 Days

2,025
Quick preset (or use dates below)
Clear Filters
Showing 1,821 - 1,840 of 150,735 CVEs

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev->drv can become NULL while the phy_device is still attached to its net_device, namely after the PHY driver is unbound via sysfs: echo <mdio_id> > ...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPI_COMPANION() against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of device_match_driver_override(), platform drivers ...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64226 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path In scx_root_enable_workfn(), put_task_struct(p) is called before scx_error() dereferences p->comm and p->pid. If the iterator's reference is the last dr...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: add bounds check to cgx_speed_mbps index cgx_speed_mbps has 13 elements but RESP_LINKSTAT_SPEED can yield values 0-15. If it returns a value >= 13, this causes an out-of-bounds array access. Add a bounds chec...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix double free in rvu_rep_rsrc_init() rvu_rep_rsrc_init() allocates queue memory before calling otx2_init_hw_resources(). When hardware resource setup fails, otx2_init_hw_resources() already unwinds the partially in...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64223 HIGH - 8.1

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211_tid_to_link_map_size_ok() validates negotiated TTLM elements against the number of link-map entries indicated by link_map_presence. ieee80211_parse_neg_ttlm() mus...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64222 HIGH - 7.0

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: avoid double free of pool->stack on AQ init failure otx2_pool_aq_init() frees pool->stack when mailbox sync or retry allocation fails, but leaves the pointer unchanged. Later, otx2_sq_aura_pool_init() unwinds t...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64221 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to ...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode->secondary to NULL in fwnode_init() If a firmware node is allocated on the stack (for instance: temporary software node whose life-time we control) or on the heap - but using a non-zeroing allocation...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64219 HIGH - 7.0

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async [Why&How] dc_process_dmub_aux_transfer_async() copies payload->length bytes into a 16-byte stack buffer (dpaux.data[16]) guarded ...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64218 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: fix report_work leak on backbone_gw purge batadv_bla_purge_backbone_gw() removes stale backbone gateway entries, but fails to properly handle their associated report_work: - If report_work is running, the purge m...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64217 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix overrun check in netfs_extract_user_iter() Fix netfs_extract_user_iter() so that if iov_iter_extract_pages() overfills pages[], then those pages don't get included in the iterator constructed at the end of the func...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64216 CRITICAL - 9.8

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages() netfs_unlock_abandoned_read_pages(rreq) accesses the index of the folios it is wanting to unlock and compares that to rreq->no_unlock_folio so that it doesn't...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Check kzalloc return in a8xx_hfi_send_perf_table Check the return value of kzalloc() to prevent a NULL pointer dereference on allocation failure. Patchwork: https://patchwork.freedesktop.org/patch/721342/

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise() A kernel panic is observed when handling machine check exceptions from real mode. BUG: Unable to handle kernel data access on read at 0xc0...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: hwmon: (lm90) Add lock protection to lm90_alert Sashiko reports: lm90_alert() executes in the smbus alert context and calls lm90_update_confreg() to disable the hardware alert line, without acquiring hwmon_lock. Concurrently, sy...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwl_mld_remove_link, the link->fw_id is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be ...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcu_struct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Wor...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD
CVE-2026-64210 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix unlocked writing to ICOSQ During napi poll, when the affinity changes and there's still XSK work to be done, we trigger an ICOSQ interrupt on the new CPU. However, this triggering on the ICOSQ is done unpr...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config swing_tbl and pre_emphasis_tbl are 4x4 arrays (valid indices 0-3), but the boundary check uses "> 4" instead of ">= 4", allowing inde...

Vendor: Linux
Product: Linux
Published: Jul 24, 2026
Source: NVD