Lucene search
+L

1310 matches found

CVE
CVE
added 2025/01/08 5:49 p.m.140 views

CVE-2024-56773

CVE-2024-56773 : In the Linux kernel, a potential NULL pointer dereference could occur in kunit_device_driver_test() when kunit_kzalloc() returns NULL and is dereferenced without a NULL check. The patch adds a NULL check for test_state to mitigate this. The CVE details, including its impact and e...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/01/08 5:49 p.m.12 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...

5.5CVSS6AI score0.00173EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/01/08 12:0 a.m.8 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 originates in the acpiquirkskipserdevenumeration function of the ACPI module, which does not perform a NULL check on th...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.13 views

PT-2025-34406

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's net/mlx5 component where a missing NULL check before accessing device memory could lead to a system crash if the dev-dm allocation in the mlx5 init...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.5 views

PT-2025-30761

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/amd/display module where the dce hwseq is dereferenced without a prior check, potentially leading to issues. The issue arises because hws was...

7.8CVSS6.8AI score0.00196EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.9 views

PT-2025-37953

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ntrig report version function related to handling page faults. Specifically, a null pointer dereference can occur when accessing...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.12 views

PT-2025-34396

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the cpcap usb detect function within the cpcap-charger component of the Linux kernel. The power supply get by name function may return NULL instead of an error pointer...

5.5CVSS6AI score0.00156EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.10 views

CVE-2024-56634

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS6.7AI score0.00255EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:25 p.m.18 views

CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

4.4CVSS6.9AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/28 10:15 a.m.6 views

DEBIAN-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.5CVSS5.7AI score0.00205EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.10 views

SUSE CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS7.7AI score0.00235EPSS
SaveExploits0References13
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

DEBIAN-CVE-2024-56634

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:2 p.m.6 views

CVE-2024-56634 gpio: grgpio: Add NULL check in grgpio_probe

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.9AI score0.00255EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/12/27 3:2 p.m.6 views

CVE-2024-56634

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0
NVD
NVD
added 2024/12/27 2:15 p.m.9 views

CVE-2024-53199

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

5.5CVSS0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.0 views

DEBIAN-CVE-2024-53200

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipectx-planestate in hwsssetupdpp This commit addresses a null pointer dereference issue in hwsssetupdpp. The issue could occur when pipectx-planestate is null. The fix adds a check to ensure...

5.5CVSS5.6AI score0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.15 views

CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 2:15 p.m.12 views

AZL-55800 CVE-2024-53180 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

AZL-55709 CVE-2024-53180 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References1
Rows per page
Query Builder