Total CVEs

150,703

Critical Severity

4,956

High Severity

17,517

Last 7 Days

2,028
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 1,781 - 1,800 of 47,108 CVEs

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCI_I2C_DEFAULT_BUS_FREQ. However, this macro was defined in...

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

In the Linux kernel, the following vulnerability has been resolved: x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines With CONFIG_CALL_DEPTH_TRACKING enabled on an x86 retbleed-affected platform (eg: Skylake), with retbleed=stuff, registering a dynamic ftrace trampoline crashes...

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

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pch_uart: add check for dma_alloc_coherent() Add a check for dma_alloc_coherent() failure to prevent a potential NULL pointer dereference in dma_handle_rx(). Properly release DMA channels and the PCI device reference ...

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

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind uvc_function_bind() walks &opts->extension_units twice without holding opts->lock: - directly, for the iExtension string-descriptor fixup loop;...

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

In the Linux kernel, the following vulnerability has been resolved: block: recompute nr_integrity_segments in blk_insert_cloned_request blk_insert_cloned_request() already recomputes nr_phys_segments against the bottom queue, because "the queue settings related to segment counting may differ ...

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

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by io_offset. Later this adjusted address might be used for memory dumping. However the size that is use...

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

In the Linux kernel, the following vulnerability has been resolved: regulator: tps65219: fix irq_data.rdev not being assigned Commit 64a6b577490c ("regulator: tps65219: Remove debugging helper function") removed the tps65219_get_rdev_by_name() helper along with the irq_data.rdev assignme...

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

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disable broadcast TLB flush when PCID is disabled Booting with "nopcid" clears X86_FEATURE_PCID and keeps CR4.PCIDE from being set to one. On AMD CPUs that support INVLPGB, broadcast TLB flushing remains enabled....

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

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