Количество 48
Количество 48
CVE-2026-46176
In the Linux kernel, the following vulnerability has been resolved: R ...
CVE-2026-46189
In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free.
CVE-2026-46189
In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free.
CVE-2026-46189
In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free.
CVE-2026-46189
RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path
CVE-2026-46189
In the Linux kernel, the following vulnerability has been resolved: R ...
RLSA-2026:27789
Important: kernel security, bug fix, and enhancement update
ELSA-2026-27789
ELSA-2026-27789: kernel security, bug fix, and enhancement update (IMPORTANT)
openSUSE-SU-2026:20965-1
Security update for the Linux Kernel
GHSA-r8g9-gm9p-ff4h
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 assigns the freed s0 and the ERR_PTR s1 to devr->s0 and devr->s1. This leads to several problems: the lock-free fast path checks "if (devr->s1) return 0;" and treats the ERR_PTR as already initialised; users in mlx5_ib_create_qp() dereference the freed SRQ or ERR_PTR via to_msrq(devr->s0)->msrq.srqn; and mlx5_ib_dev_res_cleanup() dereferences the ERR_PTR and double-frees s0 on teardown. Fix by adding the same `goto unlock` in the s1 failure path.
GHSA-xxxv-9j5g-vqfc
In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free.
SUSE-SU-2026:2591-1
Security update for the Linux Kernel
SUSE-SU-2026:2482-1
Security update for the Linux Kernel
SUSE-SU-2026:2839-1
Security update for the Linux Kernel
ELSA-2026-33743
ELSA-2026-33743: kernel security, bug fix, and enhancement update (IMPORTANT)
SUSE-SU-2026:2914-1
Security update for the Linux Kernel
SUSE-SU-2026:2632-1
Security update for the Linux Kernel
SUSE-SU-2026:3044-1
Security update for the Linux Kernel
SUSE-SU-2026:3089-1
Security update for the Linux Kernel
openSUSE-SU-2026:21555-1
Security update for the Linux Kernel
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
CVE-2026-46176 In the Linux kernel, the following vulnerability has been resolved: R ... | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
CVE-2026-46189 In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free. | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
CVE-2026-46189 In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free. | CVSS3: 7 | 0% Низкий | 4 месяца назад | |
CVE-2026-46189 In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free. | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
CVE-2026-46189 RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path | CVSS3: 5.5 | 0% Низкий | 3 месяца назад | |
CVE-2026-46189 In the Linux kernel, the following vulnerability has been resolved: R ... | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
RLSA-2026:27789 Important: kernel security, bug fix, and enhancement update | 3 месяца назад | |||
ELSA-2026-27789 ELSA-2026-27789: kernel security, bug fix, and enhancement update (IMPORTANT) | 3 месяца назад | |||
openSUSE-SU-2026:20965-1 Security update for the Linux Kernel | 3 месяца назад | |||
GHSA-r8g9-gm9p-ff4h 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 assigns the freed s0 and the ERR_PTR s1 to devr->s0 and devr->s1. This leads to several problems: the lock-free fast path checks "if (devr->s1) return 0;" and treats the ERR_PTR as already initialised; users in mlx5_ib_create_qp() dereference the freed SRQ or ERR_PTR via to_msrq(devr->s0)->msrq.srqn; and mlx5_ib_dev_res_cleanup() dereferences the ERR_PTR and double-frees s0 on teardown. Fix by adding the same `goto unlock` in the s1 failure path. | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
GHSA-xxxv-9j5g-vqfc In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it before triggers a double free. | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
SUSE-SU-2026:2591-1 Security update for the Linux Kernel | 3 месяца назад | |||
SUSE-SU-2026:2482-1 Security update for the Linux Kernel | 3 месяца назад | |||
SUSE-SU-2026:2839-1 Security update for the Linux Kernel | 2 месяца назад | |||
ELSA-2026-33743 ELSA-2026-33743: kernel security, bug fix, and enhancement update (IMPORTANT) | около 2 месяцев назад | |||
SUSE-SU-2026:2914-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
SUSE-SU-2026:2632-1 Security update for the Linux Kernel | 3 месяца назад | |||
SUSE-SU-2026:3044-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
SUSE-SU-2026:3089-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
openSUSE-SU-2026:21555-1 Security update for the Linux Kernel | 30 дней назад |
Уязвимостей на страницу