Total CVEs

139,456

Critical Severity

3,644

High Severity

13,084

Last 7 Days

1,260
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 1,161 - 1,180 of 2,903 CVEs
CVE-2026-43332 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix thermal zone device registration error path If thermal_zone_device_register_with_trips() fails after registering a thermal zone device, it needs to wait for the tz->removal completion like thermal_zone_device...

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

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Disable KCOV instrumentation after load_segments() The load_segments() function changes segment registers, invalidating GS base (which KCOV relies on for per-cpu data). When CONFIG_KCOV is enabled, any subsequent instru...

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

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - fix overflow on long hmac keys When a key longer than block size is supplied, it is copied and then hashed into the real key. The memory allocated for the copy needs to be rounded to DMA cache alignment, as otherwi...

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: strictly check for maximum number of actions The maximum number of flowtable hardware offload actions in IPv6 is: * ethernet mangling (4 payload actions, 2 for each ethernet address) * SNAT (4 payload action...

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

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error path When kobject_init_and_add() fails, cpufreq_dbs_governor_init() calls kobject_put(&dbs_data->attr_set.kobj). The kobject release callback cpufreq_...

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

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix locking/synchronization error Syzbot testing was able to provoke an addressing exception and crash in the usb_gadget_udc_reset() routine in drivers/usb/gadgets/udc/core.c, resulting from the fact that the routi...

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

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callback SCX_KICK_WAIT busy-waits in kick_cpus_irq_workfn() using smp_cond_load_acquire() until the target CPU's kick_sync advances. Because the irq_work runs...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't send a 6E related command when not supported MCC_ALLOWED_AP_TYPE_CMD is related to 6E support. Do not send it if the device doesn't support 6E. Apparently, the firmware is mistakenly advertising...

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

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix interrupt synchronization error This fixes an error in synchronization in the dummy-hcd driver. The error has a somewhat involved history. The synchronization mechanism was introduced by commit 7dbd8f4cabd9 (...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
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