Lucene search
K

97 matches found

NVD
NVD
added 2025/05/01 3:16 p.m.11 views

CVE-2022-49915

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDNregisterdevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, add putdevice to give up the reference, so...

5.5CVSS0.00173EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/01/15 1:10 p.m.12 views

CVE-2024-53681 nvmet: Don't overflow subsysnqn

In the Linux kernel, the following vulnerability has been resolved: nvmet: Don't overflow subsysnqn nvmetrootdiscoverynqnstore treats the subsysnqn string like a fixed size buffer, even though it is dynamically allocated to the size of the string. Create a new string with kstrndup instead of usin...

0.00185EPSS
Exploits0References2
OSV
OSV
added 2025/01/15 1:10 p.m.8 views

CVE-2024-53681 nvmet: Don't overflow subsysnqn

In the Linux kernel, the following vulnerability has been resolved: nvmet: Don't overflow subsysnqn nvmetrootdiscoverynqnstore treats the subsysnqn string like a fixed size buffer, even though it is dynamically allocated to the size of the string. Create a new string with kstrndup instead of usin...

5.5CVSS6.2AI score0.00185EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.3 views

SUSE CVE-2024-56695

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

7.8CVSS5.5AI score0.00212EPSS
Exploits0References3
OSV
OSV
added 2024/12/28 10:15 a.m.1 views

UBUNTU-CVE-2024-56695

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

7.8CVSS6.5AI score0.00212EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.8 views

CVE-2024-56695

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

7.8CVSS5.6AI score0.00212EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/12/28 9:46 a.m.2 views

CVE-2024-56695 drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

5.7AI score0.00212EPSS
Exploits0References2
OSV
OSV
added 2024/12/28 9:46 a.m.5 views

CVE-2024-56695 drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

7.8CVSS6.1AI score0.00212EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/12/28 12:0 a.m.4 views

PT-2024-37005 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns the kfd get cu occupancy function, which previously declared a large cu occupancy array as a local variable. This could lead to stack overflows due to excessive stac...

7.8CVSS6.2AI score0.00212EPSS
Exploits0References9
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.2 views

kernel: drm/amdgpu: change vm->task_info handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

5.5CVSS6.8AI score0.0018EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/11/21 5:53 p.m.9 views

CVE-2024-50254

In the Linux kernel, the following vulnerability has been resolved: bpf: Free dynamically allocated bits in bpfiterbitsdestroy bpfiterbitsdestroy uses "kit-nrbits kmemleakalloc+0x4b/0x80 kmallocnodenoprof+0x480/0x5c0 alloc.isra.0+0x89/0xb0 allocbulk+0x2af/0x720 prefillmemcache+0x7f/0xb0...

5.5CVSS7AI score0.00176EPSS
Exploits0References4
OSV
OSV
added 2024/11/20 9:15 p.m.3 views

CVE-2024-48986

An issue was discovered in MBed OS 6.16.0. Its hci parsing software dynamically determines the length of certain hci packets by reading a byte from its header. Certain events cause a callback, the logic for which allocates a buffer the length of which is determined by looking up the event type in...

7.5CVSS6.1AI score0.00463EPSS
Exploits0References2
OSV
OSV
added 2024/11/20 9:15 p.m.5 views

CVE-2024-48982

An issue was discovered in MBed OS 6.16.0. Its hci parsing software dynamically determines the length of certain hci packets by reading a byte from its header. This value is assumed to be greater than or equal to 3, but the software doesn't ensure that this is the case. Supplying a length less th...

7.5CVSS6.1AI score0.00463EPSS
Exploits0References2
OSV
OSV
added 2024/11/20 8:15 p.m.3 views

CVE-2024-48983

An issue was discovered in MBed OS 6.16.0. During processing of HCI packets, the software dynamically determines the length of the packet data by reading 2 bytes from the packet header. A buffer is then allocated to contain the entire packet, the size of which is calculated as the length of the...

7.5CVSS6AI score0.00436EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/11/20 12:0 a.m.15 views

CVE-2024-48986

An issue was discovered in MBed OS 6.16.0. Its hci parsing software dynamically determines the length of certain hci packets by reading a byte from its header. Certain events cause a callback, the logic for which allocates a buffer the length of which is determined by looking up the event type in...

7.1AI score0.00463EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.3 views

kernel: drm/amdgpu: change vm->task_info handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

5.5CVSS6.8AI score0.0018EPSS
Exploits0References5
OSV
OSV
added 2024/11/09 11:15 a.m.6 views

UBUNTU-CVE-2024-50254

In the Linux kernel, the following vulnerability has been resolved: bpf: Free dynamically allocated bits in bpfiterbitsdestroy bpfiterbitsdestroy uses "kit-nrbits kmemleakalloc+0x4b/0x80 kmallocnodenoprof+0x480/0x5c0 alloc.isra.0+0x89/0xb0 allocbulk+0x2af/0x720 prefillmemcache+0x7f/0xb0...

5.5CVSS5.8AI score0.00176EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/11/09 10:15 a.m.1 views

CVE-2024-50254 bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()

In the Linux kernel, the following vulnerability has been resolved: bpf: Free dynamically allocated bits in bpfiterbitsdestroy bpfiterbitsdestroy uses "kit-nrbits kmemleakalloc+0x4b/0x80 kmallocnodenoprof+0x480/0x5c0 alloc.isra.0+0x89/0xb0 allocbulk+0x2af/0x720 prefillmemcache+0x7f/0xb0...

7.8AI score0.00176EPSS
Exploits0References2
CVE
CVE
added 2024/11/09 10:15 a.m.92 views

CVE-2024-50254

CVE-2024-50254 : In the Linux kernel, the bpf_iter_bits_destroy() path incorrectly used kit->nr_bits bit = kit->nr_bits on completion, uses !nr_bits || bits >= nr_bits to determine completion, and keeps nr_bits > 64 to indicate dynamic allocation. It also changes kit->nr_bits from ...

5.5CVSS5.5AI score0.00176EPSS
Exploits0References2Affected Software1
CNNVD
CNNVD
added 2024/11/09 12:0 a.m.4 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 a faulty dynamic allocation bit release in the bpfiterbitsdestroy function...

5.5CVSS6.5AI score0.00176EPSS
Exploits0References2
Rows per page
Query Builder