Lucene search
+L

199 matches found

Positive Technologies
Positive Technologies
•added 2025/05/08 12:00 a.m.•9 views

PT-2025-20361 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel's cpufreq driver for sun50i has been resolved. The issue was caused by an out-of-bounds access when handling the nvmem cell, which was reported by a...

6.5AI score
SaveExploits0References13
Tenable Nessus
Tenable Nessus
•added 2025/05/06 12:00 a.m.•16 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-58069)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-58069 advisory. - In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write i...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2025/03/29 5:50 p.m.•28 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

3.3CVSS7.3AI score0.00241EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/03/28 3:39 a.m.•11 views

SUSE CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS6.6AI score0.00241EPSS
SaveExploits0References3
OSV
OSV
•added 2025/03/27 5:15 p.m.•10 views

DEBIAN-CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5AI score0.00241EPSS
SaveExploits0References1
NVD
NVD
•added 2025/03/27 5:15 p.m.•29 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS0.00241EPSS
SaveExploits0References4
OSV
OSV
•added 2025/03/27 5:15 p.m.•14 views

UBUNTU-CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5.8AI score0.00241EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2025/03/27 4:37 p.m.•40 views

CVE-2023-52929 nvmem: core: fix cleanup after dev_set_name()

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

0.00241EPSS
SaveExploits0References4
CVE
CVE
•added 2025/03/27 4:37 p.m.•94 views

CVE-2023-52929

The CVE-2023-52929 entry concerns a Linux kernel nvmem core cleanup bug: if dev_set_name() fails, nvmem->wp_gpio remains leaked because the cleanup path doesn’t release it. The described fix prefers reworking initialization and cleanup by splitting device_register() and reusing the nvmem_relea...

5.5CVSS6.7AI score0.00241EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2025/03/27 4:37 p.m.•22 views

CVE-2023-52929 nvmem: core: fix cleanup after dev_set_name()

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

4.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2025/03/27 4:37 p.m.•65 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5AI score0.00241EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/03/27 12:00 a.m.•13 views

PT-2025-13305 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the nvmem core. The issue occurs when dev set name fails, causing a leak of nvmem-wp gpio due to insufficient cleanup...

4.6CVSS3.6AI score0.00241EPSS
SaveExploits0References18
RedHat Linux
RedHat Linux
•added 2025/03/10 10:52 a.m.•11 views

kernel: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells

In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound UBSAN with byte size cells If a cell has 'nbits' equal to a multiple of BITSPERBYTE the logic p &= GENMASKcell-nbits%BITSPERBYTE - 1, 0; will become undefined behavior because nbits modulo BITSPERBYT...

7.8CVSS6.8AI score0.00221EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2025/03/07 2:39 a.m.•6 views

SUSE CVE-2024-58069

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

5.5CVSS7.9AI score0.00229EPSS
SaveExploits0References15
NVD
NVD
•added 2025/03/06 4:15 p.m.•23 views

CVE-2024-58069

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS0.00229EPSS
SaveExploits0References10
OSV
OSV
•added 2025/03/06 4:15 p.m.•21 views

AZL-59145 CVE-2024-58069 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS6.8AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
•added 2025/03/06 4:15 p.m.•18 views

UBUNTU-CVE-2024-58069

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0References50
Cvelist
Cvelist
•added 2025/03/06 3:54 p.m.•44 views

CVE-2024-58069 rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS0.00229EPSS
SaveExploits0References8
OSV
OSV
•added 2025/03/06 3:54 p.m.•18 views

CVE-2024-58069 rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS6.8AI score
SaveExploits0References13
CVE
CVE
•added 2025/03/06 3:54 p.m.•193 views

CVE-2024-58069

CVE-2024-58069 affects the Linux kernel RTC driver for PCF85063. The issue arises when an nvmem client uses a buffer smaller than 4 bytes while regmap_read assumes an unsigned int-sized destination, potentially causing an out-of-bounds write. The documented fix is to use an intermediary unsigned ...

7.8CVSS7.3AI score0.00229EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder