Lucene search
+L

4998 matches found

RedhatCVE
RedhatCVE
added 2024/12/29 2:54 p.m.10 views

CVE-2024-56689

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platformgetresourcebyname fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint, dereferencing res-start will cause a NULL pointer...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.8 views

CVE-2024-56666

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqmuninit there is a call-assignment of "pdd = kfdgetprocessdevicedata" which could be null, and this value was later dereferenced without checking...

5.5CVSS6.9AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:32 p.m.16 views

CVE-2024-53217

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4processcbupdate @ses is initialized to NULL. If nfsd4findbackchannel finds no available backchannel session, setupcallbackclient will try to dereference @ses and segfault...

5.5CVSS6.8AI score0.00696EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:30 p.m.19 views

CVE-2024-53205

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb2phyprobe In rtkusb2phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS6.8AI score0.00269EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:30 p.m.15 views

CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS6.8AI score0.00216EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.5 views

SUSE CVE-2024-56689

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platformgetresourcebyname fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint, dereferencing res-start will cause a NULL pointer...

5.5CVSS7.8AI score0.00205EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.7 views

SUSE CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS7.6AI score0.00202EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.5 views

SUSE CVE-2024-56702

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

5.5CVSS7.7AI score0.00213EPSS
SaveExploits0References25
OSV
OSV
added 2024/12/28 10:15 a.m.2 views

DEBIAN-CVE-2024-56700

In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmcsendcmd Atomicity violation occurs when the fmcsendcmd function is executed simultaneously with the modification of the fmdev-respskb value. Consider a scenario where, after passing th...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/28 10:15 a.m.18 views

CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS0.00202EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/28 10:15 a.m.10 views

AZL-55153 CVE-2024-56689 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platformgetresourcebyname fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint, dereferencing res-start will cause a NULL pointer...

5.5CVSS6.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.9 views

AZL-55166 CVE-2024-56688 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRTSOCKUPDTIMEOUT when reset transport Since transport-sock has been set to NULL during reset transport, XPRTSOCKUPDTIMEOUT also needs to be cleared. Otherwise, the xstcpsetsockettimeouts may be triggered in...

5.5CVSS6.2AI score0.0054EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.8 views

UBUNTU-CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/28 10:15 a.m.6 views

UBUNTU-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
SaveExploits0References9
OSV
OSV
added 2024/12/28 10:15 a.m.7 views

UBUNTU-CVE-2024-56702

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/28 10:15 a.m.10 views

UBUNTU-CVE-2024-56700

In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmcsendcmd Atomicity violation occurs when the fmcsendcmd function is executed simultaneously with the modification of the fmdev-respskb value. Consider a scenario where, after passing th...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References46
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.28 views

CVE-2024-56696 ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

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

CVE-2024-56696 ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2024/12/28 9:46 a.m.107 views

CVE-2024-56696

CVE-2024-56696 affect: Linux kernel ALSA core. The issue arises when kunit_kzalloc() returns a NULL pointer and is dereferenced without a NULL check, which can lead to a NULL pointer dereference. root cause: missing NULL checks for kunit_kzalloc() calls in sound_kunit.c. impact: local, with poten...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.14 views

CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0
Rows per page
Query Builder