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,181 - 1,200 of 2,903 CVEs
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
CVE-2026-43303 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: clear page->private in free_pages_prepare() Several subsystems (slub, shmem, ttm, etc.) use page->private but don't clear it before freeing pages. When these pages are later allocated as high-order pages...

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

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Set DMA segment size to avoid debug warnings When using V3D rendering with CONFIG_DMA_API_DEBUG enabled, the kernel occasionally reports a segment size mismatch. This is because 'max_seg_size' is not set. The ke...

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

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix PM runtime usage count underflow Replace pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in the remove path to properly pair with pm_runtime_use_autosuspend() from probe. This allows pm_...

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

In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove() In jdi_panel_dsi_remove(), jdi is explicitly checked, indicating that it may be NULL: if (!jdi) mipi_dsi_detach(dsi); However, when jdi is NULL, ...

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

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure() [BUG] There is a bug report that when btrfs hits ENOSPC error in a critical path, btrfs flips RO (this part is expected, although the ENOSPC bug still ne...

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

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Skip vcn poison irq release on VF VF doesn't enable VCN poison irq in VCNv2.5. Skip releasing it and avoid call trace during deinitialization. [ 71.913601] [drm] clean up the vf2pf work item [ 71.915088] ----...

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

In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rga: Fix possible ERR_PTR dereference in rga_buf_init() rga_get_frame() can return ERR_PTR(-EINVAL) when buffer type is unsupported or invalid. rga_buf_init() does not check the return value and unconditionally de...

Vendor: Linux
Product: Linux
Published: May 08, 2026
Source: NVD
CVE-2026-43296 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Workaround SQM/PSE stalls by disabling sticky NIX SQ manager sticky mode is known to cause stalls when multiple SQs share an SMQ and transmit concurrently. Additionally, PSE may deadlock on transitions between sticky...

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

In the Linux kernel, the following vulnerability has been resolved: rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net() When idtab allocation fails, net is not registered with rio_add_net() yet, so kfree(net) is sufficient to release the memory. Set mport->net to NULL to avoid...

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

In the Linux kernel, the following vulnerability has been resolved: drm: renesas: rz-du: mipi_dsi: fix kernel panic when rebooting for some panels Since commit 56de5e305d4b ("clk: renesas: r9a07g044: Add MSTOP for RZ/G2L") we may get the following kernel panic, for some panels, when rebo...

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

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix kthread worker destruction in polling mode Fix the cleanup order in polling mode (irq < 0) to prevent kernel warnings during module removal. Cancel the hrtimer before destroying the kthread worker...

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