Lucene search
K

429 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.13 views

CVE-2021-47250

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlblcipsov4addstd Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 size 64: comm "syz-executor842", pid 360, jiffies 4294824824 age 22.546s hex dump first 32 bytes: 00...

5.5CVSS6.3AI score0.00014EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.1 views

SUSE CVE-2024-35886

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. syzkaller reported infinite recursive calls of fib6dumpdone during netlink socket destruction. 1 From the log, syzkaller sent an AFUNSPEC RTMGETROUTE message, and then the response wa...

5.5CVSS6.1AI score0.00014EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.1 views

SUSE CVE-2024-35972

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible memory leak in bnxtrdmaauxdeviceinit If ulp = kzalloc fails, the allocated edev will leak because it is not properly assigned and the cleanup path will not be able to free it. Fix it by assigning it properly...

5.5CVSS6.4AI score0.00009EPSS
Exploits0References13
OSV
OSV
added 2024/05/20 10:15 a.m.2 views

AZL-42204 CVE-2024-35972 affecting package kernel for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible memory leak in bnxtrdmaauxdeviceinit If ulp = kzalloc fails, the allocated edev will leak because it is not properly assigned and the cleanup path will not be able to free it. Fix it by assigning it properly...

5.5CVSS6.3AI score0.00009EPSS
Exploits0References1
OSV
OSV
added 2024/05/20 10:15 a.m.1 views

UBUNTU-CVE-2024-35972

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible memory leak in bnxtrdmaauxdeviceinit If ulp = kzalloc fails, the allocated edev will leak because it is not properly assigned and the cleanup path will not be able to free it. Fix it by assigning it properly...

5.5CVSS6.5AI score0.00009EPSS
Exploits0References10
OSV
OSV
added 2024/05/19 9:15 a.m.1 views

DEBIAN-CVE-2024-35886

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. syzkaller reported infinite recursive calls of fib6dumpdone during netlink socket destruction. 1 From the log, syzkaller sent an AFUNSPEC RTMGETROUTE message, and then the response wa...

7.8CVSS5.7AI score0.00014EPSS
Exploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.0 views

UBUNTU-CVE-2024-35886

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. syzkaller reported infinite recursive calls of fib6dumpdone during netlink socket destruction. 1 From the log, syzkaller sent an AFUNSPEC RTMGETROUTE message, and then the response wa...

7.8CVSS6.2AI score0.00014EPSS
Exploits0References32
OSV
OSV
added 2024/05/01 1:15 p.m.2 views

DEBIAN-CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS5.5AI score0.00009EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.21 views

CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS6.4AI score0.00009EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.19 views

CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS7AI score0.00009EPSS
Exploits0
OSV
OSV
added 2024/05/01 6:15 a.m.0 views

UBUNTU-CVE-2024-26964

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Add error handling in xhcimapurbfordma Currently xhcimapurbfordma creates a temporary buffer and copies the SG list to the new linear buffer. But if the kzallocnode fails, then the following sgpcopytobuffer can lead to...

5.5CVSS6.3AI score0.00007EPSS
Exploits0References22
Positive Technologies
Positive Technologies
added 2024/04/22 12:0 a.m.2 views

PT-2024-29757

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved by adding a NULL pointer check for kzalloc in the drm/amd/display module. The issue was addressed by checking the return pointer of...

7.5CVSS5.4AI score0.00016EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/04/17 5:53 p.m.31 views

CVE-2024-26901

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS6.8AI score0.00034EPSS
Exploits0References4
OSV
OSV
added 2024/04/17 11:15 a.m.1 views

DEBIAN-CVE-2024-26901

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS5.7AI score0.00034EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.23 views

CVE-2024-26901

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS6.4AI score0.00034EPSS
Exploits0References35
OSV
OSV
added 2024/04/17 11:15 a.m.0 views

UBUNTU-CVE-2024-26901

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS6.2AI score0.00034EPSS
Exploits0References36
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.31 views

CVE-2024-26901 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

6AI score0.00034EPSS
Exploits0References9
OSV
OSV
added 2024/04/17 10:27 a.m.4 views

CVE-2024-26901 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.3CVSS6.1AI score0.00034EPSS
Exploits0References14
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.66 views

CVE-2024-26901

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS7.4AI score0.00034EPSS
Exploits0
CVE
CVE
added 2024/04/17 10:27 a.m.222 views

CVE-2024-26901

CVE-2024-26901 is a Linux kernel information-leak vulnerability identified by syzbot in do_sys_name_to_handle, where uninitialized bytes were observed during copy to userspace. The issue was mitigated by replacing a kmalloc path with kzalloc, addressing uninitialized memory (Bytes 18–19) and rela...

5.5CVSS5.8AI score0.00034EPSS
Exploits0References13Affected Software1
Rows per page
Query Builder