Lucene search
+L

1360 matches found

OSV
OSV
added 2025/01/08 6:15 p.m.11 views

AZL-55361 CVE-2024-56782 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

5.5CVSS6.7AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.7 views

DEBIAN-CVE-2024-56782

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

5.5CVSS5.6AI score0.00179EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/08 6:15 p.m.23 views

CVE-2024-56782

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

5.5CVSS0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/08 5:51 p.m.13 views

CVE-2024-56782 ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

5.5CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/08 5:51 p.m.28 views

CVE-2024-56782 ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()

In the Linux kernel, the following vulnerability has been resolved: ACPI: x86: Add adev NULL check to acpiquirkskipserdevenumeration acpidevhidmatch does not check for adev == NULL, dereferencing it unconditional. Add a check for adev being NULL before calling acpidevhidmatch. At the moment...

0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2025/01/08 5:51 p.m.266 views

CVE-2024-56782

Technical details about CVE-2024-56782 are not provided in the supplied documents. The materials reference the patch description but do not include product/version/impact specifics or exploitation context.

5.5CVSS6.6AI score0.00179EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/01/08 5:49 p.m.15 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 score
SaveExploits0References5
CVE
CVE
added 2025/01/08 5:49 p.m.163 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.00177EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/01/08 12:00 a.m.23 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.00179EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.17 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
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.18 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.00172EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.18 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.00156EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.10 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.00199EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.15 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.24 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.7 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.15 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
SaveExploits0References14
OSV
OSV
added 2024/12/27 3:15 p.m.3 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:02 p.m.10 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 score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/12/27 3:02 p.m.8 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
Rows per page
Query Builder