Lucene search
K

437 matches found

Cvelist
Cvelist
added 2025/02/26 2:14 a.m.10 views

CVE-2022-49556 KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmwar...

0.00252EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:14 a.m.5 views

CVE-2022-49556

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmwar...

7.1CVSS5.6AI score0.00252EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49141 net: dsa: felix: fix possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, kzalloc may return NULL pointer. Therefore, it should be better to check the 'sgi' in order to prevent the dereference of NULL...

0.00204EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.2 views

CVE-2022-49141 net: dsa: felix: fix possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, kzalloc may return NULL pointer. Therefore, it should be better to check the 'sgi' in order to prevent the dereference of NULL...

6.1AI score0.00204EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/01/20 5:51 a.m.5 views

CVE-2024-57911

In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iiosimplydummybuffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc and it is used to push data to user space from a triggered buffer, but it does not set values for inactive...

5.5CVSS6.8AI score0.00205EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.1 views

SUSE CVE-2024-57911

In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iiosimplydummybuffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc and it is used to push data to user space from a triggered buffer, but it does not set values for inactive...

3.3CVSS7.5AI score0.00205EPSS
Exploits0References13
NVD
NVD
added 2025/01/19 12:15 p.m.9 views

CVE-2024-57911

In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iiosimplydummybuffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc and it is used to push data to user space from a triggered buffer, but it does not set values for inactive...

7.1CVSS0.00205EPSS
Exploits0References9
OSV
OSV
added 2025/01/19 12:15 p.m.1 views

UBUNTU-CVE-2024-57911

In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iiosimplydummybuffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc and it is used to push data to user space from a triggered buffer, but it does not set values for inactive...

7.1CVSS6.3AI score0.00205EPSS
Exploits0References45
Cvelist
Cvelist
added 2025/01/19 11:52 a.m.16 views

CVE-2024-57911 iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer

In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iiosimplydummybuffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc and it is used to push data to user space from a triggered buffer, but it does not set values for inactive...

0.00205EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/01/09 12:20 a.m.1 views

SUSE CVE-2024-56773

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunitdevicedrivertest kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

4.7CVSS7.6AI score0.00173EPSS
Exploits0References3
OSV
OSV
added 2025/01/08 6:15 p.m.1 views

DEBIAN-CVE-2024-56773

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunitdevicedrivertest kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

5.5CVSS5.6AI score0.00173EPSS
Exploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.0 views

UBUNTU-CVE-2024-56773

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunitdevicedrivertest kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

5.5CVSS6.2AI score0.00173EPSS
Exploits0References19
Vulnrichment
Vulnrichment
added 2025/01/08 5:49 p.m.1 views

CVE-2024-56773 kunit: Fix potential null dereference in kunit_device_driver_test()

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunitdevicedrivertest kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

7.5AI score0.00173EPSS
Exploits0References2
OSV
OSV
added 2025/01/06 5:15 p.m.4 views

AZL-56544 CVE-2024-56766 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS5.6AI score0.00218EPSS
Exploits0References1
OSV
OSV
added 2025/01/06 5:15 p.m.1 views

UBUNTU-CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS6.2AI score0.00218EPSS
Exploits0References15
CVE
CVE
added 2025/01/06 4:20 p.m.121 views

CVE-2024-56766

The CVE-2024-56766 issue affects the Linux kernel’s MTD/NAND path (mtd: rawnand) with a double-free in atmel_pmecc_create_user(). The root cause is allocating the user object with kzalloc() and then freeing it with kfree() after converting the allocation to devm_kzalloc(), leading to a use-after-...

7.8CVSS6.6AI score0.00218EPSS
Exploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-30763

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential null pointer dereference issue was identified in the tegra crtc reset function within the DRM/tegra subsystem of the Linux kernel. Specifically, memory is allocated using...

6CVSS6.7AI score0.00156EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/12/30 4:23 a.m.7 views

CVE-2024-56730

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS7AI score0.00173EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/12/30 3:48 a.m.1 views

SUSE CVE-2024-56730

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS6.5AI score0.00173EPSS
Exploits0References3
NVD
NVD
added 2024/12/29 12:15 p.m.9 views

CVE-2024-56730

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS0.00173EPSS
Exploits0References2
Rows per page
Query Builder