Total CVEs

138,940

Critical Severity

3,615

High Severity

12,982

Last 7 Days

1,456
Quick preset (or use dates below)
Clear Filters
Showing 2,701 - 2,720 of 12,982 CVEs
CVE-2026-46230 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46227 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with list_for_each_entry_safe(), which caches the next entry in @tmp before the loop body runs...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46218 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ib_{get,set}_value The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46215 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in change_handle There was a potential race condition in change_handle. The ioctl briefly had a single object with two idr entries; a concurrent gem_close could delete the object and r...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46212 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadv_bla_del_backbone_claims() removes all claims for a backbone, it does this by dropping the link entry in the hash list. This list entry itself was one of the ...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46210 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmt_src during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst->lock while the core->lock protects the list of active inst...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46209 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() drm_gem_fb_init_with_funcs() computes sub-sampled plane dimensions using plain integer division: unsigned int width = mode_cmd->width / ...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46208 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop tp_meter sessions during mesh teardown TP meter sessions remain linked on bat_priv->tp_list after the netlink request has already finished. When the mesh interface is removed, batadv_mesh_free() currently tears...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46206 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject new tp_meter sessions during teardown Prevent tp_meter from starting new sender or receiver sessions after mesh_state has left BATADV_MESH_ACTIVE.

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46205 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume of IOCTL handlers; disable them for now. Instead of removing the code, return in the beginning o...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46204 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpu_ib_get_value() which handles the bounds checks.

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46201 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import() When xe_dma_buf_init_obj() fails, the attachment from dma_buf_dynamic_attach() is not detached. Add dma_buf_detach() before returning the error. Note: we cannot use goto...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46199 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46198 HIGH - 8.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buff_pos Fixing an integer overflow present in batadv_iv_ogm_send_to_if. The size check is done using the int type in batadv_iv_ogm_aggr_packet whereas the buff_pos variable uses the s16 type. T...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46197 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: validate SVM ioctl nattr against buffer size Validate nattr field against the buffer size, preventing out-of-bounds buffer access via user-controlled attribute count. (cherry picked from commit 5eca8bfdfa456c3304ca775...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46190 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_params_show(), the snor_f_names array is passed to spi_nor_print_flags() using sizeof(snor_f_names). Si...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46181 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever frees the mlx4_srq struct with RCU, and it isn't even accessed within the RCU critical section. It also ...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46178 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq() Sashiko points out that mlx4_srq_alloc() was not undone during error unwind, add the missing call to mlx4_srq_free().

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46177 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: ipmi: Add limits to event and receive message requests The driver would just fetch events and receive messages until the BMC said it was done. To avoid issues with BMCs that never say they are done, add a limit of 10 fetches at a...

Vendor: Linux
Product: Linux
Published: May 28, 2026
Source: NVD
CVE-2026-46176 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() mlx5_ib_dev_res_srq_init() allocates two SRQs, s0 and s1. When ib_create_srq() fails for s1, the error branch destroys s0 but falls through and unconditionally a...

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