Total CVEs

133,733

Critical Severity

2,966

High Severity

10,851

Last 7 Days

1,635
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 6,101 - 6,120 of 30,138 CVEs
CVE-2026-43323 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix zero_vruntime tracking fix John reported that stress-ng-yield could make his machine unhappy and managed to bisect it to commit b3d99f43c72b ("sched/fair: Fix zero_vruntime tracking"). The combination of...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43322 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix UAF in le_read_features_complete This fixes the following backtrace caused by hci_conn being freed before le_read_features_complete but after hci_le_read_remote_features_sync so hci_conn_del -> hci_cmd_...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43321 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a `gotox rX` instruction the rX register should be marked as used in the compute_insn_live_regs() function. Fix this.

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43320 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dsc eDP issue [why] Need to add function hook check before use

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43319 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: spi: spidev: fix lock inversion between spi_lock and buf_lock The spidev driver previously used two mutexes, spi_lock and buf_lock, but acquired them in different orders depending on the code path: write()/read(): buf_lock ->...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43318 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify Invalidating a dmabuf will impact other users of the shared BO. In the scenario where process A moves the BO, it needs to inform process B about the move and process B wi...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43317 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: most: core: fix leak on early registration failure A recent commit fixed a resource leak on early registration failures but for some reason left out the first error path which still leaks the resources associated with the interfac...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43316 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: Check for out of bounds chip_id Clang with CONFIG_UBSAN_SHIFT=y noticed a condition where a signed type (literal "1" is an "int") could end up being shifted beyond 32 bits, so instrumentation w...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43315 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding Drop the WARN in svm_set_nested_state() on nested_svm_load_cr3() failing as it is trivially easy to trigger from userspace by modifying CPUID after load...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43314 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: dm: remove fake timeout to avoid leak request Since commit 15f73f5b3e59 ("blk-mq: move failure injection out of blk_mq_complete_request"), drivers are responsible for calling blk_should_fake_timeout() at appropriate code...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43313 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4() In acpi_processor_errata_piix4(), the pointer dev is first assigned an IDE device and then reassigned an ISA device: dev = pci_get_subsys(..., PCI_D...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43312 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5647: Initialize subdev before controls In ov5647_init_controls() we call v4l2_get_subdevdata, but it is initialized by v4l2_i2c_subdev_init() in the probe, which currently happens after init_controls(). This can res...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43311 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: pmc: Fix unsafe generic_handle_irq() call Currently, when resuming from system suspend on Tegra platforms, the following warning is observed: WARNING: CPU: 0 PID: 14459 at kernel/irq/irqdesc.c:666 Call trace: handle_i...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43310 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC For the i.MX8MQ platform, there is a hardware limitation: the g1 VPU and g2 VPU cannot decode simultaneously; otherwise, it will cause below bus error and produc...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43309 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: md raid: fix hang when stopping arrays with metadata through dm-raid When using device-mapper's dm-raid target, stopping a RAID array can cause the system to hang under specific conditions. This occurs when: - A dm-raid man...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43308 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() There is no need to BUG(), we can just return an error and log an error message.

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43307 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: iio: accel: adxl380: Avoid reading more entries than present in FIFO The interrupt handler reads FIFO entries in batches of N samples, where N is the number of scan elements that have been enabled. However, the sensor fills the FI...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43306 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: bpf: crypto: Use the correct destructor kfunc type With CONFIG_CFI enabled, the kernel strictly enforces that indirect function calls use a function pointer type that matches the target function. I ran into the following type mism...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43305 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast path [Why] The evaluation for whether we need to use the DMUB HW lock isn't the same as whether we need to unlock which results in a hang when the fast path...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43304 CRITICAL - 9.8

In the Linux kernel, the following vulnerability has been resolved: libceph: define and enforce CEPH_MAX_KEY_LEN When decoding the key, verify that the key material would fit into a fixed-size buffer in process_auth_done() and generally has a sane length. The new CEPH_MAX_KEY_LEN check replaces t...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD