Lucene search
+L

221 matches found

NVD
NVD
added 2025/03/27 5:15 p.m.36 views

CVE-2023-53003

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

7.8CVSS0.00262EPSS
SaveExploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.33 views

CVE-2022-49757

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

5.5CVSS0.00202EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.8 views

CVE-2023-53003 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

7.2AI score0.00262EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:43 p.m.86 views

CVE-2023-53003

CVE-2023-53003 concerns a use-after-free in the Linux kernel’s EDAC/qcom path. The LLCC driver allocates llcc_driv_data, which was previously passed as private info to the EDAC core (edac_device_ctl_info). On driver release this data could be freed, and a subsequent probe would use the freed memo...

7.8CVSS6.7AI score0.00262EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.32 views

CVE-2023-53003 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

0.00262EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 4:43 p.m.19 views

CVE-2022-49757 EDAC/highbank: Fix memory leak in highbank_mc_probe()

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

5.5CVSS4.2AI score
SaveExploits0References10
Microsoft CVE
Microsoft CVE
added 2025/03/08 8:00 a.m.5 views

EDAC/bluefield: Fix potential integer overflow

...

5.5CVSS7.2AI score0.00224EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2025/02/19 3:58 p.m.43 views

USN-7276-1: Linux kernel vulnerabilities

Attila Szász discovered that the HFS+ file system implementation in the Linux Kernel contained a heap overflow vulnerability. An attacker could use a specially crafted file system image that, when mounted, could cause a denial of service system crash or possibly execute arbitrary code...

9.8CVSS8.2AI score0.03558EPSS
SaveExploits5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fixed potential integer overflows. The 64-bit argument for the “get DIMM info” SMC call consists of memctrlidx, which is left-shifted by 16 bits and OR-ed with the DIMM index. Since memctrlidx is defined as a 32-b...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/28 10:15 a.m.5 views

UBUNTU-CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.8CVSS6.1AI score0.0025EPSS
SaveExploits0References32
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.14 views

CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.8CVSS5.5AI score0.0025EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.25 views

CVE-2024-56708 EDAC/igen6: Avoid segmentation fault on module unload

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

0.0025EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/12/28 9:46 a.m.1 views

CVE-2024-56708 EDAC/igen6: Avoid segmentation fault on module unload

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.6AI score0.0025EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/12/28 3:51 a.m.5 views

SUSE CVE-2024-53161

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

6.1CVSS7.7AI score0.00224EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2024/12/28 12:00 a.m.5 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 Linux kernel that stems from a failure to avoid segmentation errors during module uninstallation in the EDAC/igen6 module...

7.8CVSS6.3AI score0.0025EPSS
SaveExploits0References7
NVD
NVD
added 2024/12/24 12:15 p.m.25 views

CVE-2024-53161

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

5.5CVSS0.00224EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/24 12:15 p.m.14 views

DEBIAN-CVE-2024-53161

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

5.5CVSS5.6AI score0.00224EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/12/24 11:29 a.m.4 views

CVE-2024-53161 EDAC/bluefield: Fix potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

7.6AI score0.00224EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/12/24 11:29 a.m.44 views

CVE-2024-53161 EDAC/bluefield: Fix potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

0.00224EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/24 11:29 a.m.15 views

CVE-2024-53161 EDAC/bluefield: Fix potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of memctrlidx left-shifted 16 bits and OR-ed with DIMM index. With memctrlidx defined as 32-bits wide the left-shift...

5.5CVSS6AI score
SaveExploits0References13
Rows per page
Query Builder