Total CVEs

150,049

Critical Severity

4,925

High Severity

17,421

Last 7 Days

1,772
Quick preset (or use dates below)
Clear Filters
Showing 841 - 860 of 150,049 CVEs

In the Linux kernel, the following vulnerability has been resolved: rust_binder: clear freeze listener on node removal Generally userspace is supposed to explicitly clear freeze listeners before they drop the refcount on the node ref to zero, but there's nothing forcing that. Currently, in th...

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

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix sleep in atomic context in xhci_free_streams() When a USB device with active stream endpoints is disconnected, xhci_free_streams() is called from the hub_event workqueue to free the stream resources. It calls xhci_...

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

In the Linux kernel, the following vulnerability has been resolved: xhci: sideband: fix ring sg table pages leak xhci_ring_to_sgtable() allocates a temporary pages array and uses it to build the returned sg_table with sg_alloc_table_from_pages(). The error paths free the pages array, but the succ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64463 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci_rt1711h: unregister TCPCI port with devres rt1711h_probe() registers the TCPCI port before requesting the interrupt and enabling alert interrupts. If either of those later steps fails, the probe function returns ...

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

In the Linux kernel, the following vulnerability has been resolved: PCI: altera: Fix resource leaks on probe failure The chained IRQ handler is set during probe, but is only removed during the driver remove(). If pci_host_probe() fails, the handler and INTx IRQ domain remain set even though the de...

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

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtk_pcie_enable_port() fails, mtk_pcie_port_free() removes the port from pcie->ports and frees the port structure. However, the IRQ domains set up earlier by mtk...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64460 HIGH - 7.0

In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Skip VF Resizable BAR restore on read error sriov_restore_vf_rebar_state() uses the VF Resizable BAR Control register to decide how many VF BARs to restore (nbars) and which VF BAR each iteration addresses (bar_idx). bar_...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64459 CRITICAL - 9.8

In the Linux kernel, the following vulnerability has been resolved: tcp: restore RCU grace period in tcp_ao_destroy_sock Commit 51e547e8c89c ("tcp: Free TCP-AO/TCP-MD5 info/keys without RCU") removed the call_rcu() callback from tcp_ao_destroy_sock(), arguing that "the destruction o...

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

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: handle extreme intervals in damon_hot_score() Fix three issues in damon_hot_score() that comes from wrong handling of extreme (zero or too high) monitoring intervals user setup. When the user sets sampling in...

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

In the Linux kernel, the following vulnerability has been resolved: virtio_pci: fix vq info pointer lookup via wrong index Unbinding a virtio balloon device: echo virtio0 > /sys/bus/virtio/drivers/virtio_balloon/unbind triggers a NULL pointer dereference. The dmesg says: BUG: kernel ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64456 HIGH - 7.7

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio: clamp device-reported used.len at copy_data() random_recv_done() stores the device-reported used.len directly into vi->data_avail. copy_data() then indexes vi->data[] using vi->data_idx (advanced by previo...

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

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskey_release() The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statemen...

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

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3_gadget_suspend() takes dwc->lock with IRQs disabled and then calls dwc3_disconnect_gadget(). For async callbacks that helper only uses plain spin_unlock()/sp...

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

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbio_disconnect() walks usbio->cli_list in reverse and uninitializes each auxiliary device. auxiliary_device_uninit() drops the device reference, and for an unbound child...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64452 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: 6lowpan: fix NHC entry use-after-free on error path lowpan_nhc_do_uncompression() looks up an NHC descriptor while holding lowpan_nhc_lock. If the descriptor has no uncompress callback, the error path drops the lock before printi...

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

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in func_set_flag() func_set_flag() dereferences tr->current_trace_flags before verifying that the current tracer is actually the function tracer. When the active tracer has been switched aw...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64450 CRITICAL - 9.1

In the Linux kernel, the following vulnerability has been resolved: tipc: fix out-of-bounds read in broadcast Gap ACK blocks A broadcast PROTOCOL/STATE_MSG can carry a Gap ACK blocks record in its data area. tipc_get_gap_ack_blks() only verifies that the record's len field is self-consistent ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64449 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: bound slave read/write to the kern_buf size The SLAVE-path helpers buffer_to_user() and buffer_from_user() copy 'count' bytes into/out of the fixed-size kern_buf (size_buf == PCI_BUF_SIZE == 0x20000, 1...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64448 HIGH - 8.2

In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc[0] exemption to responses without data area smb2_check_message() has a long-standing quirk that accepts a response whose calculated length is one byte larger than the bytes actually received (&quo...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64447 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix double-free and use-after-free in error paths In both ipu7_isys_init() and ipu7_psys_init(), pdata is allocated and then passed to ipu7_bus_initialize_device(), which stores it in adev->pdata. The ipu7...

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