Lucene search
+L

12838 matches found

Cvelist
Cvelist
added 2024/12/28 9:46 a.m.27 views

CVE-2024-56706 s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

7.8CVSS0.00166EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/28 9:46 a.m.7 views

CVE-2024-56706 s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

7.8CVSS6.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.13 views

CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2024/12/28 9:46 a.m.101 views

CVE-2024-56706

Summary of CVE-2024-56706: In Linux kernel s390 perf_cpum_sf, memory allocation for Sample Data Blocks (SDBs) could be performed concurrently outside the PMU reservation mutex, allowing multiple allocations for the same PMU when perf_event_init() runs in parallel. The fix is to protect SDB memory...

7.8CVSS6.5AI score0.00166EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.21 views

CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

5.5CVSS5.6AI score0.00267EPSS
SaveExploits0
CVE
CVE
added 2024/12/28 9:46 a.m.2453 views

CVE-2024-56705

CVE-2024-56705 concerns the Linux kernel where ia_css_3a_statistics_allocate() fails to check the allocation result of the rgby_data memory, potentially triggering the assertion at ia_css_s3a_hmem_decode() if rgby_data allocation fails. The public technical details in connected sources indicate t...

5.5CVSS6.5AI score0.00267EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.20 views

CVE-2024-56705 media: atomisp: Add check for rgby_data memory allocation failure

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

0.00267EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/28 9:46 a.m.8 views

CVE-2024-56705 media: atomisp: Add check for rgby_data memory allocation failure

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.15 views

CVE-2024-56697

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

5.5CVSS5.8AI score0.00202EPSS
SaveExploits0
OSV
OSV
added 2024/12/28 9:46 a.m.9 views

CVE-2024-56697 drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

5.5CVSS6.3AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/12/28 9:46 a.m.3 views

CVE-2024-56697 drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

7.8AI score0.00202EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.26 views

CVE-2024-56697 drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

0.00202EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/28 9:46 a.m.125 views

CVE-2024-56697

CVE-2024-56697 affects the Linux kernel DRM/AMDGPU path. The issue was a memory allocation problem in amdgpu_discovery_get_nps_info() (mem_ranges) that could dereference a NULL pointer. The fix adds a failure check, switches to kvcalloc() to guard against integer overflow, and assigns output para...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.23 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...

0.00216EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/28 9:46 a.m.99 views

CVE-2024-56695

CVE-2024-56695 affects the Linux kernel’s AMDGPU/KFD subsystem. The vulnerability arose from a large local cu_occupancy array in kfd_get_cu_occupancy(), risking stack overflow when AMDGPU_MAX_QUEUES is large. The fix replaces the static stack allocation with dynamic memory via kcalloc and ensures...

7.8CVSS6.3AI score0.00216EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.8 views

CVE-2024-56693 brd: defer automatic disk creation until module initialization succeeds

In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault for address: fffffbfff809d073 PGD 6e648067 P4D...

7.8CVSS6.1AI score
SaveExploits0References10
CVE
CVE
added 2024/12/28 9:46 a.m.162 views

CVE-2024-56693

The connected material describes CVE-2024-56693, a Linux kernel issue in the brd (RAM block device) and brd_init path that can lead to a use-after-free (UAF) when modprobe brd triggers error paths. Root cause: loop_init() in the kernel’s loop device code adds disks only after successful blkdev re...

7.8CVSS6.7AI score0.00243EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.11 views

CVE-2024-56681 crypto: bcm - add error check in the ahash_hmac_init function

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

7.8CVSS6.2AI score
SaveExploits0References14
CVE
CVE
added 2024/12/28 9:46 a.m.1517 views

CVE-2024-56681

CVE-2024-56681 : In the Linux kernel, the bcm crypto driver’s ahash_hmac_init path can return success even if the underlying ahash_init call fails (e.g., -ENOMEM). This describes a failure to propagate initialization errors from ahash_init, potentially leaving the HMAC/AHASH state inconsistently ...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.29 views

CVE-2024-56681 crypto: bcm - add error check in the ahash_hmac_init function

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

7.8CVSS0.00241EPSS
SaveExploits0References9
Rows per page
Query Builder