Lucene search
+L

276 matches found

UbuntuCve
UbuntuCve
added 2024/05/03 6:15 p.m.32 views

CVE-2022-48690

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/03 5:44 p.m.92 views

CVE-2022-48690

Insight : CVE-2022-48690 refers to a Linux kernel fix in the ice driver for a DMA mappings leak when reallocating RX buffers while changing ring parameters. The leak occurred because kfree on rx_buf freed DMA mappings that were still active, leading to leaked DMA mappings during buffer substituti...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/03 5:44 p.m.25 views

CVE-2022-48690 ice: Fix DMA mappings leak

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

6.8AI score0.00193EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/03 5:44 p.m.78 views

CVE-2022-48690

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

5.5CVSS6.9AI score0.00193EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/17 5:54 p.m.35 views

CVE-2024-26906

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.5CVSS6.7AI score0.00253EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.26 views

CVE-2024-26906

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.5CVSS7AI score0.00253EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.26 views

CVE-2024-26906

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.5CVSS6.1AI score0.00253EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.41 views

CVE-2024-26906 x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

7.3AI score0.00253EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.18 views

CVE-2024-26906 x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

6.2AI score0.00253EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/17 10:27 a.m.15 views

CVE-2024-26906 x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2024/04/17 10:27 a.m.204 views

CVE-2024-26906

CVE-2024-26906 : In the Linux kernel, x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault(). A bpf program reading the vsyscall page with bpf_probe_read_kernel() can trigger copy_from_kernel_nofault(), which calls __get_user_asm() and may fault because the vsyscall page is not readab...

5.5CVSS5.8AI score0.00253EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/03/26 5:19 p.m.188 views

CVE-2023-52621

CVE-2023-52621: In the Linux kernel, a fix was added to bpf map helpers (bpf_map_lookup_elem, bpf_map_update_elem, bpf_map_delete_elem) to check rcu_read_lock_trace_held() before use when running sleepable BPF programs. The vulnerability arises when sleepable BPF programs manipulate BPF maps unde...

7.8CVSS6.1AI score0.00238EPSS
SaveExploits0References7Affected Software2
Debian CVE
Debian CVE
added 2024/03/26 5:19 p.m.35 views

CVE-2023-52621

In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcureadlocktraceheld before calling bpf map helpers These three bpfmaplookup,update,deleteelem helpers are also available for sleepable bpf program, so add the corresponding lock assertion for sleepable bpf program,...

7.8CVSS7.3AI score0.00238EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/03/16 6:22 p.m.23 views

CVE-2021-47128

In the Linux kernel, the following vulnerability has been resolved: bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks Commit 59438b46471a "security,lockdown,selinux: implement SELinux lockdown" added an implementation of the lockeddown LSM hook to SELinux, with the aim to restric...

4.4CVSS6.4AI score0.00176EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.16 views

CVE-2021-47128 bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks

In the Linux kernel, the following vulnerability has been resolved: bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks Commit 59438b46471a "security,lockdown,selinux: implement SELinux lockdown" added an implementation of the lockeddown LSM hook to SELinux, with the aim to restric...

6.7AI score0.00176EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.38 views

CVE-2023-52523

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject skmsg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an skmsg program user can steer messages sent from one TCP socket s1 to actually egress from another TCP socket s2: tcpbpfsendmsgs1 //...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/23 2:3 p.m.46 views

CVE-2024-26589

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject variable offset alu on PTRTOFLOWKEYS For PTRTOFLOWKEYS, checkflowkeysaccess only uses fixed off for validation. However, variable offset ptr alu is not prohibited for this ptr kind. So the variable offset is not...

4.1CVSS6.5AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/23 2:2 p.m.51 views

CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.7CVSS6.6AI score0.00248EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2022/10/12 12:0 a.m.10 views

Huawei EulerOS: Security Advisory for kernel (EulerOS-SA-2022-2566)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.2CVSS8.5AI score0.07604EPSS
SaveExploits47References4
Positive Technologies
Positive Technologies
added 2022/09/16 12:0 a.m.3 views

PT-2022-33542 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions v5.18 through v5.19.1 Description: A potential security issue exists due to the improper freeing of not-finalized bpf prog pack in the Linux Kernel. The actual impact and attack plausibility have not yet been proven...

7.4AI score
SaveExploits0References1
Rows per page
Query Builder