Total CVEs

140,167

Critical Severity

3,700

High Severity

13,319

Last 7 Days

1,711
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 4,641 - 4,660 of 13,456 CVEs
CVE-2026-43227 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/sh_tmu: Always leave device running after probe The TMU device can be used as both a clocksource and a clockevent provider. The driver tries to be smart and power itself on and off, as well as enabling and disa...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43225 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix memory leak on failure path cfg80211_inform_bss_frame() may return NULL on failure. In that case, the allocated buffer 'buf' is not freed and the function returns early, leading to potential memor...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43224 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: io_uring/zcrx: fix sgtable leak on mapping failures In an unlikely case when io_populate_area_dma() fails, which could only happen on a PAGE_POOL_32BIT_ARCH_WITH_64BIT_DMA machine, io_zcrx_map_area() will have an initialised and n...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43223 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2_send_request_ex When pvr2_send_request_ex() submits a write URB successfully but fails to submit the read URB (e.g. returns -ENOMEM), it returns immediately without waiting for the write URB to...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43221 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: initialise event handler read bytes IPMB doesn't use i2c reads, but the handler needs to set a value. Otherwise an i2c read will return an uninitialised value from the bus driver.

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43220 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: serialize sequence allocation under concurrent TLB invalidations With concurrent TLB invalidations, completion wait randomly gets timed out because cmd_sem_val was incremented outside the IOMMU spinlock, allowing CMD_CO...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43219 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: net: cpsw_new: Fix potential unregister of netdev that has not been registered yet If an error occurs during register_netdev() for the first MAC in cpsw_register_ports(), even though cpsw->slaves[0].ndev is set to NULL, cpsw-&g...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43218 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9903: Fix potential memory leak in tw9903_probe() In one of the error paths in tw9903_probe(), the memory allocated in v4l2_ctrl_handler_init() and v4l2_ctrl_new_std() is not freed. Fix that by calling v4l2_ctrl_handl...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43217 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: media: iris: gen2: Add sanity check for session stop In iris_kill_session, inst->state is set to IRIS_INST_ERROR and session_close is executed, which will kfree(inst_hfi_gen2->packet). If stop_streaming is called afterward, ...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43216 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skb_may_tx_timestamp() skb_may_tx_timestamp() may acquire sock::sk_callback_lock. The lock must not be taken in IRQ context, only softirq is okay. A few drivers receive the timestamp via a dedicated interrupt...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43210 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rb_read_data_buffer(). Since this function is used for validating possibly broken ring buffers, the l...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43209 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minix_check_superblock() The fs/minix implementation of the minix filesystem does not currently support any other value for s_log_zone_size than 0. This is also the only value supported in ut...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43204 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6asm: drop DSP responses for closed data streams 'Commit a354f030dbce ("ASoC: qcom: q6asm: handle the responses after closing")' attempted to ignore DSP responses arriving after a stream had been c...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43202 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: fbdev: vt8500lcdfb: fix missing dma_free_coherent() fbi->fb.screen_buffer is allocated with dma_alloc_coherent() but is not freed if the error path is reached.

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43201 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: APEI/GHES: ARM processor Error: don't go past allocated memory If the BIOS generates a very small ARM Processor Error, or an incomplete one, the current logic will fail to deferrence err->section_length and ctx_info->...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43200 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functions struct configfs_item_operations callbacks are defined like the following: int (*allow_link)(struct config_item *src, struct config_item...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43195 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPU_GPU_PAGE_SIZE t...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43193 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg() Claude pointed out that there is a nfs4_file refcount leak in nfsd_get_dir_deleg(). Ensure that the reference to "fp" is released before returning.

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43192 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: dm mpath: Add missing dm_put_device when failing to get scsi dh name When commit fd81bc5cca8f ("scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()") added code to fail parsing the path if scsi_...

Vendor: Linux
Product: Linux
Published: May 06, 2026
Source: NVD
CVE-2026-43191 MEDIUM - 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adjust PHY FSM transition to TX_EN-to-PLL_ON for TMDS on DCN35 [Why] A backport of the change made for DCN401 that addresses an issue where we turn off the PHY PLL when disabling TMDS output, which causes the OTG ...

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