Lucene search
K

163 matches found

NVD
NVD
added 2025/05/08 7:15 a.m.34 views

CVE-2025-37832

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

Exploits0
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.16 views

CVE-2025-37832

...

Exploits0
CVE
CVE
added 2025/05/08 6:26 a.m.63 views

CVE-2025-37832

CVE-2025-37832 entry is rejected/not used; not a active vulnerability entry.

6.4AI score
Exploits0
Positive Technologies
Positive Technologies
added 2025/05/08 12:0 a.m.4 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
Exploits0References13
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.14 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.00208EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/03/29 5:50 p.m.15 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.00226EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/03/28 3:39 a.m.4 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.00226EPSS
Exploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.3 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.00226EPSS
Exploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.21 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.00226EPSS
Exploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.5 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.00226EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.24 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.00226EPSS
Exploits0References4
OSV
OSV
added 2025/03/27 4:37 p.m.13 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...

5.5CVSS4.2AI score0.00226EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.7 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.00226EPSS
Exploits0
CVE
CVE
added 2025/03/27 4:37 p.m.63 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.00226EPSS
Exploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/27 12:0 a.m.7 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.00226EPSS
Exploits0References18
RedHat Linux
RedHat Linux
added 2025/03/10 10:52 a.m.4 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
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.3 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.00208EPSS
Exploits0References15
NVD
NVD
added 2025/03/06 4:15 p.m.15 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.00208EPSS
Exploits0References10
OSV
OSV
added 2025/03/06 4:15 p.m.13 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.00208EPSS
Exploits0References1
OSV
OSV
added 2025/03/06 4:15 p.m.8 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.00208EPSS
Exploits0References50
Rows per page
Query Builder