Lucene search
+L

1291 matches found

NVD
NVD
added 2025/12/08 1:16 a.m.10 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...

0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 1:16 a.m.11 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.14 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.44 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.31 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.26 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.00693EPSS
SaveExploits5References387
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.8 views

PT-2025-49483

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue related to memory mapping within the DRM/AMD/display subsystem. The problem involves mapping to a non-allocated memory location, specifically an...

7.2AI score0.00141EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/08 12:00 a.m.7 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, which stems from out-of-bounds accesses to gpio register arrays, which could lead to memory security issues...

6.1AI score0.00141EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/05 4:08 p.m.12 views

CVE-2025-40249

No description is available for this CVE...

7CVSS6.5AI score0.00144EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.9 views

SUSE CVE-2025-40249

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor i...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/04 4:16 p.m.11 views

CVE-2025-40249

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor i...

7.8CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/04 4:16 p.m.11 views

UBUNTU-CVE-2025-40249

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor i...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/04 4:08 p.m.8 views

CVE-2025-40249 gpio: cdev: make sure the cdev fd is still active before emitting events

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor i...

7.8CVSS6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/04 4:08 p.m.33 views

CVE-2025-40249 gpio: cdev: make sure the cdev fd is still active before emitting events

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor i...

7.8CVSS0.00144EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/04 4:08 p.m.75 views

CVE-2025-40249

CVE-2025-40249 affects the Linux kernel GPIO cdev path. The issue arises when a GPIO change notification is emitted after the file descriptor’s reference count drops to zero but before the .release() callback is executed from the workqueue, leaving the descriptor potentially in use-after-free. Th...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/04 12:00 a.m.7 views

PT-2025-49079

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to GPIO character device handling. Specifically, the issue arises when a GPIO change event occurs after the file descriptor associated with the...

9.8CVSS6.3AI score0.00677EPSS
SaveExploits9References234
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40249

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput on a file descriptor, the release action may be deferred an...

7.8CVSS6.9AI score0.00144EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/04 12:00 a.m.14 views

PT-2025-49066

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the LAN8814 network PHY. Specifically, the shared-phydev pointer is not always initialized during the PTP probe, leading to a potential NULL...

5.4AI score0.00693EPSS
SaveExploits5References395
CNNVD
CNNVD
added 2025/12/04 12:00 a.m.15 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 gpio cdev may incorrectly trigger events during file descriptor release, potentially leading to post-release reu...

6.2AI score0.00144EPSS
SaveExploits0References2
Rows per page
Query Builder