Lucene search
K

110 matches found

OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-CVE-2024-50071

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: fix a double free in ma35pinctrldtnodetomapfunc 'newmap' is allocated using devm which takes care of freeing the allocated data on device removal, call to .dtfreemap = pinconfgenericdtfreemap double frees the ma...

7.8CVSS6.2AI score0.00199EPSS
Exploits0References1
OSV
OSV
added 2024/10/29 12:50 a.m.8 views

CVE-2024-50071 pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: fix a double free in ma35pinctrldtnodetomapfunc 'newmap' is allocated using devm which takes care of freeing the allocated data on device removal, call to .dtfreemap = pinconfgenericdtfreemap double frees the ma...

7.8CVSS7.2AI score0.00199EPSS
Exploits0References5
CVE
CVE
added 2024/10/21 8:5 p.m.151 views

CVE-2022-48975

CVE-2022-48975 concerns a memory leak in Linux kernel GPIO handling. The backtrace shows the leak occurs during gpiochip_setup_dev() when registering GPIO devices, with resources allocated in device_private_init() not released on error paths. The fix moves the release logic to use put_device() to...

5.5CVSS5.2AI score0.00245EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/21 12:0 a.m.4 views

PT-2024-11872 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel related to the hwmon: asus-ec-sensors module. The issue arises because the devm kcalloc function may return NULL, and without prop...

5.5CVSS6.5AI score0.002EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/09/28 2:52 a.m.1 views

SUSE CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

4.7CVSS7.3AI score0.002EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/09/27 3:45 p.m.14 views

CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS7.3AI score0.002EPSS
Exploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.14 views

CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS0.002EPSS
Exploits0References2
OSV
OSV
added 2024/09/27 1:15 p.m.2 views

DEBIAN-CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS5.6AI score0.002EPSS
Exploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.5 views

AZL-49818 CVE-2024-46808 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS6.2AI score0.002EPSS
Exploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.1 views

UBUNTU-CVE-2024-46808

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

5.5CVSS6.5AI score0.002EPSS
Exploits0References10
CVE
CVE
added 2024/09/27 12:35 p.m.95 views

CVE-2024-46808

CVE-2024-46808 affects the Linux kernel component drm/amd/display, where a missing NULL pointer check in dpcd_extend_address_range can lead to an assertion if kcalloc returns NULL. The connected Nessus entry confirms the vulnerability exists in Linux distros without a vendor patch and cites the s...

5.5CVSS5.2AI score0.002EPSS
Exploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:0 a.m.74 views

SUSE SLES15 Security Update : kernel (SUSE-SU-2024:2973-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2973-1 advisory. The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS8.2AI score0.02701EPSS
Exploits5References2465
RedhatCVE
RedhatCVE
added 2024/07/16 6:56 p.m.19 views

CVE-2024-40994

A vulnerability was found in the Linux kernel's ptp subsystem in ptpsysfs.c file, where the maxvclocksstore function can cause an integer overflow on 32-bit systems. This issue occurs during a multiplication operation, potentially leading to incorrect memory allocation, resulting in memory...

8.3AI score0.00277EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/07/16 2:33 a.m.1 views

SUSE CVE-2024-40994

In the Linux kernel, the following vulnerability has been resolved: ptp: fix integer overflow in maxvclocksstore On 32bit systems, the "4 max" multiply can overflow. Use kcalloc to do the allocation to prevent this...

7.8CVSS6.6AI score0.00277EPSS
Exploits0References16
OSV
OSV
added 2024/07/12 1:15 p.m.1 views

DEBIAN-CVE-2024-40994

In the Linux kernel, the following vulnerability has been resolved: ptp: fix integer overflow in maxvclocksstore On 32bit systems, the "4 max" multiply can overflow. Use kcalloc to do the allocation to prevent this...

7.8CVSS5.7AI score0.00277EPSS
Exploits0References1
OSV
OSV
added 2024/07/12 12:37 p.m.15 views

CVE-2024-40994 ptp: fix integer overflow in max_vclocks_store

In the Linux kernel, the following vulnerability has been resolved: ptp: fix integer overflow in maxvclocksstore On 32bit systems, the "4 max" multiply can overflow. Use kcalloc to do the allocation to prevent this...

7.8CVSS6.1AI score0.00277EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.1 views

SUSE CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

4.4CVSS6.4AI score0.00238EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.21 views

CVE-2024-38543

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

5.5CVSS6.6AI score0.00241EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 11:25 a.m.16 views

CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

4.4CVSS7.1AI score0.00238EPSS
Exploits0References4
OSV
OSV
added 2024/06/19 3:15 p.m.0 views

UBUNTU-CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

5.5CVSS5.9AI score0.00238EPSS
Exploits0References6
Rows per page
Query Builder