Lucene search
+L

56 matches found

OSV
OSV
added 2024/10/21 8:15 p.m.8 views

UBUNTU-CVE-2022-49030

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS6.2AI score0.00276EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.33 views

CVE-2022-49030 libbpf: Handle size overflow for ringbuf mmap

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS0.00276EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49030 libbpf: Handle size overflow for ringbuf mmap

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS5.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.24 views

CVE-2022-49030 libbpf: Handle size overflow for ringbuf mmap

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS7.1AI score0.00276EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 8:6 p.m.70 views

CVE-2022-49030

The CVE-2022-49030 issue affects the Linux kernel component libbpf, specifically a size overflow in ringbuf mmap when mapping producer and data pages. The root cause is an overflow of the 32-bit read/write region size (max 2GB ringbuf on x86-64) due to computing 2 * max_entries, which can overflo...

7.8CVSS7.4AI score0.00276EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from improper handling of a size overflow in the libbpf's ringbuf mmap operation, which could affect mmap...

7.8CVSS7.1AI score0.00276EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/09/20 12:0 a.m.11 views

PT-2024-33969

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises from the function bpf ringbuf reserve being invoked from a tracepoint, which disables preemption. Using spinlock t in this context can lead to a "sleep in atomic"...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0
Amazon
Amazon
added 2024/08/13 12:0 a.m.7 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a use-after-free CVE-2022-48666 In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. CVE-2024-36484 In the Linux kernel, the following...

7.8CVSS6.6AI score0.00872EPSS
SaveExploits0
OSV
OSV
added 2024/07/17 7:15 a.m.7 views

AZL-43409 CVE-2024-41009 affecting package kernel for versions less than 5.15.164.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: consumerpos is the consumer counter to show which...

5.5CVSS6.3AI score0.00269EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/20 12:27 p.m.26 views

CVE-2022-48714

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

4.4CVSS7AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 11:15 a.m.26 views

CVE-2022-48714

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

7.1CVSS0.00238EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.34 views

CVE-2022-48714 bpf: Use VM_MAP instead of VM_ALLOC for ringbuf

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

0.00238EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.16 views

CVE-2022-48714

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

7.1CVSS5.9AI score0.00238EPSS
SaveExploits0
OSV
OSV
added 2024/06/20 11:13 a.m.19 views

CVE-2022-48714 bpf: Use VM_MAP instead of VM_ALLOC for ringbuf

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

6AI score
SaveExploits0References7
CVE
CVE
added 2024/06/20 11:13 a.m.81 views

CVE-2022-48714

Summary of CVE-2022-48714 : The Linux kernel vulnerability arises in the ringbuffer mapping used by BPF. The root cause is a Kasan-related mislabeling where mappings created from allocated pages were treated as VM_ALLOC, triggering out-of-bounds reports after vmap() when KASAN is enabled. The fix...

7.1CVSS6.6AI score0.00238EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.11 views

CVE-2022-48714 bpf: Use VM_MAP instead of VM_ALLOC for ringbuf

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

6.9AI score0.00238EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.18 views

CVE-2022-48714

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

7.1CVSS6.1AI score0.00238EPSS
SaveExploits0References6
F5 Networks
F5 Networks
added 2023/02/21 6:47 p.m.73 views

K32525759: Linux kernel vulnerability CVE-2021-3489

Security Advisory Description The eBPF RINGBUF bpfringbufreserve function in the Linux kernel did not check that the allocated size was smaller than the ringbuf size, allowing an attacker to perform out-of-bounds writes within the kernel and therefore, arbitrary code execution. This issue was fix...

7.8CVSS7.1AI score0.0055EPSS
SaveExploits0
OSV
OSV
added 2023/01/17 4:18 p.m.13 views

GSD-2023-1000260 libbpf: Handle size overflow for ringbuf mmap

libbpf: Handle size overflow for ringbuf mmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.158 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2023/01/17 4:10 p.m.18 views

GSD-2023-1000190 libbpf: Handle size overflow for ringbuf mmap

libbpf: Handle size overflow for ringbuf mmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.82 by commit...

7.5AI score
SaveExploits0
Rows per page
Query Builder