Lucene search
+L

14125 matches found

OSV
OSV
added 2025/12/08 1:16 a.m.10 views

UBUNTU-CVE-2025-40296

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

5.7AI score0.00185EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/08 12:46 a.m.10 views

CVE-2025-40296 platform/x86: int3472: Fix double free of GPIO device during unregister

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

6.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.13 views

CVE-2025-40296

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

5.2AI score0.00185EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.43 views

CVE-2025-40296 platform/x86: int3472: Fix double free of GPIO device during unregister

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulatorunregister already frees the associated GPIO device. On ThinkPad X9 Lunar Lake, this causes a double free issue that leads to random failures when...

0.00185EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/08 12:46 a.m.30 views

CVE-2025-40296

Summary of CVE-2025-40296 (Linux kernel) : Affected component is platform/x86 int3472 logic, where regulator_unregister() frees an associated GPIO device. On ThinkPad X9 (Lunar Lake), the GPIO device may be freed twice due to the pinctrl_intel_platform module’s reference count dropping to zero wh...

6.2AI score0.00185EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.25 views

PT-2025-49429

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to a double free of a GPIO device during unregistration. Specifically, the regulator unregister function already frees the associated GPIO devic...

5.4AI score0.00677EPSS
SaveExploits5References387
AlmaLinux
AlmaLinux
added 2025/12/08 12:00 a.m.11 views

Moderate: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: mm: kmem: fix a NULL pointer dereference in objstockflushrequired CVE-2023-53401 kernel: RDMA/rxe: Fix incomplete state save in...

7.8CVSS6.9AI score0.00165EPSS
SaveExploits0References8
AlmaLinux
AlmaLinux
added 2025/12/08 12:00 a.m.11 views

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: mm: kmem: fix a NULL pointer dereference in objstockflushrequired CVE-2023-53401 kernel: RDMA/rxe: Fix incomplete state save in rxerequester CVE-2023-53539 kernel: RDMA/rxe: Fix mr-map...

7.8CVSS6.5AI score0.00165EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.25 views

RHEL 8 : kernel (RHSA-2025:22801)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:22801 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: mm: kmem: fix a NULL pointer...

7.8CVSS7.2AI score0.00165EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.9 views

RHEL 8 : kernel-rt (RHSA-2025:22800)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:22800 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

7.8CVSS7.4AI score0.00165EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/08 12:00 a.m.10 views

ALSA-2025:22800 Moderate: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: mm: kmem: fix a NULL pointer dereference in objstockflushrequired CVE-2023-53401 kernel: RDMA/rxe: Fix incomplete state save in...

7.8CVSS6.7AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 12:00 a.m.8 views

ALSA-2025:22801 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: mm: kmem: fix a NULL pointer dereference in objstockflushrequired CVE-2023-53401 kernel: RDMA/rxe: Fix incomplete state save in rxerequester CVE-2023-53539 kernel: RDMA/rxe: Fix mr-map...

7.8CVSS6.4AI score0.00165EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2025/12/06 1:03 a.m.7 views

s390/ctcm: Fix double-kfree

...

8.8CVSS7AI score0.003EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/05 4:16 p.m.13 views

CVE-2025-40253

Double-free corruption occurs in the s390 CTC MPC driver when mpcrcvdsweepreq frees the mpcginfo structure, followed by ctcmpcunpackskb freeing the same pointer. Clang's static analyzer flagged this ownership confusion. The duplicate kfree corrupts slab metadata, potentially crashing the kernel o...

5.5CVSS6.6AI score0.003EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.12 views

SUSE CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

5.5CVSS6.5AI score0.003EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/05 12:00 a.m.9 views

ImageMagick < 6.9.13-34 / 7.x < 7.1.2-9 Use-After-Free / Double-Free (GHSA-q3hc-j9x5-mp9m)

The remote host has a version of ImageMagick installed that is prior to 6.9.13-34 or 7.1.2-9. It is, therefore, affected by use-after-free and double-free vulnerabilities as referenced in the GHSA-q3hc-j9x5-mp9m advisory. - ImageMagick is free and open-source software used for editing and...

6.1CVSS5.6AI score0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/04 4:16 p.m.11 views

CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS0.003EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/04 4:16 p.m.13 views

UBUNTU-CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS5.7AI score0.003EPSS
SaveExploits0References34
Debian CVE
Debian CVE
added 2025/12/04 4:08 p.m.13 views

CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS5.1AI score0.003EPSS
SaveExploits0
OSV
OSV
added 2025/12/04 4:08 p.m.9 views

CVE-2025-40253 s390/ctcm: Fix double-kfree

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

8.8CVSS6.3AI score
SaveExploits0References11
Rows per page
Query Builder