Lucene search
K

414 matches found

Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.20 views

CVE-2023-52675

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in updateeventsingroup kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS7.1AI score0.00271EPSS
Exploits0
CVE
CVE
added 2024/05/17 2:24 p.m.137 views

CVE-2023-52675

Concretely tied to CVE-2023-52675 in the Linux kernel: the issue is twofold. (1) powerpc/imc-pmu: update_events_in_group() gained a null pointer check to prevent dereferencing NULL during event updates. (2) kasprintf() can return NULL if memory allocation fails, which could lead to a NULL pointer...

5.5CVSS6.6AI score0.00271EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2024/05/17 2:24 p.m.17 views

CVE-2023-52675 powerpc/imc-pmu: Add a null pointer check in update_events_in_group()

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in updateeventsingroup kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS5.8AI score0.00271EPSS
Exploits0References12
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.2 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 stems from a missing null pointer check in the opaleventinit function...

5.5CVSS6.5AI score0.00261EPSS
Exploits0References11
OSV
OSV
added 2024/05/01 6:15 a.m.0 views

DEBIAN-CVE-2024-26948

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dcstate NULL check in dcstaterelease How Check wheather state is NULL before releasing it...

5.5CVSS5.6AI score0.00198EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/04/22 12:0 a.m.4 views

PT-2024-32213

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 missing NULL pointer check within the dpcd extend address range function. This issue could lead to an ASSERT if the retu...

5.5CVSS5.4AI score0.002EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/04/17 8:34 a.m.19 views

CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS5.6AI score0.00172EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/04/14 11:49 a.m.13 views

CVE-2024-24863

Removed by vendor...

7AI score
Exploits0
CVE
CVE
added 2024/04/14 11:47 a.m.59 views

CVE-2024-24862

A concrete CVE-2024-24862-related entry is present through connected sources describing a Linux kernel vulnerability. The issue is a potential null pointer dereference in the pci1xxxx_spi_probe function, likely triggered by a failed devm_kzalloc memory allocation. Affected software: Linux kernel ...

6.8AI score
Exploits0
OSV
OSV
added 2024/04/10 7:15 p.m.4 views

CVE-2021-47211

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix null pointer dereference on pointer csdesc The pointer csdesc return from sndusbfindclocksource could be null, so there is a potential null pointer dereference issue. Fix this by adding a null check before...

5.5CVSS5.3AI score
Exploits0References2
OSV
OSV
added 2024/04/10 7:15 p.m.6 views

CVE-2021-47186

In the Linux kernel, the following vulnerability has been resolved: tipc: check for null after calling kmemdup kmemdup can return a null pointer so need to check for it, otherwise the null key will be dereferenced later in tipccryptokeyxmit as can be seen in the trace 1. 1...

5.5CVSS5.3AI score
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.12 views

CVE-2021-47186 tipc: check for null after calling kmemdup

In the Linux kernel, the following vulnerability has been resolved: tipc: check for null after calling kmemdup kmemdup can return a null pointer so need to check for it, otherwise the null key will be dereferenced later in tipccryptokeyxmit as can be seen in the trace 1. 1...

6.8AI score0.00222EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/04/05 2:22 a.m.2 views

SUSE CVE-2023-52641

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

5.5CVSS6.8AI score0.00239EPSS
Exploits0References10
OSV
OSV
added 2024/04/03 5:15 p.m.3 views

DEBIAN-CVE-2023-52641

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

5.5CVSS5.3AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 5:0 p.m.3 views

CVE-2023-52641 fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

5.5CVSS6.1AI score0.00239EPSS
Exploits0References8
OSV
OSV
added 2024/04/03 3:15 p.m.0 views

UBUNTU-CVE-2024-26723

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix crash when adding interface under a lag There is a crash when adding one of the lan966x interfaces under a lag interface. The issue can be reproduced like this: ip link add name bond0 type bond miimon 100 mode...

7.8CVSS6.2AI score0.00241EPSS
Exploits0References12
OSV
OSV
added 2024/04/03 2:55 p.m.4 views

CVE-2024-26723 lan966x: Fix crash when adding interface under a lag

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix crash when adding interface under a lag There is a crash when adding one of the lan966x interfaces under a lag interface. The issue can be reproduced like this: ip link add name bond0 type bond miimon 100 mode...

7.8CVSS5.7AI score0.00241EPSS
Exploits0References7
OSV
OSV
added 2024/04/02 7:15 a.m.1 views

DEBIAN-CVE-2024-26672

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix variable 'mcafuncs' dereferenced before NULL check in 'amdgpumcasmugetmcaentry' Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpumca.c:377 amdgpumcasmugetmcaentry warn: variable dereferenced before check 'mcafunc...

7.1CVSS5.2AI score0.00217EPSS
Exploits0References1
OSV
OSV
added 2024/03/26 6:15 p.m.1 views

UBUNTU-CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

5.5CVSS6AI score0.00224EPSS
Exploits0References14
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.20 views

CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

5.5CVSS6.1AI score0.00224EPSS
Exploits0References13
Rows per page
Query Builder