V
Scaner-VS
HomeCatalogSourcesCWECAPECATT&CKMitigationsProductsVendorsDocs
CVE-2025-40249
DEB
None

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: make sure the cdev fd is still active before emitting event…

CVSS
0.0
None
EPSS
0.00
p5
Published
2025-01-01
Updated
2025-01-01
Description

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 is still zero and it must not be used. It's possible that a GPIO change, we want to notify the user-space about, happens AFTER the reference count on the file descriptor associated with the character device went down to zero but BEFORE the .release() callback was called from the workqueue and so BEFORE we unregistered from the notifier. Using the regular get_file() routine in this situation triggers the following warning: struct file::f_count incremented from zero; use-after-free condition present! So use the get_file_active() variant that will return NULL on file descriptors that have been or are being released.

Affected products
LinuxLinuxLinuxLinuxLinuxLinuxLinuxLinuxLinuxLinuxLinuxLinuxLinux-allwinner-5.19Linux-awsLinux-awsLinux-awsLinux-awsLinux-awsLinux-awsLinux-aws
Timeline
2025-01-01
Published
2025-01-01
Updated
Exploit indicators
EPSS
0.002 · p5
Known exploited (KEV)
No
Known exploits — Сканер-ВС
No Сканер-ВС checks registered for this vulnerability yet.
Affected products
ProductVendorStatus
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linuxTracked
linux-allwinner-5.19Tracked
linux-awsTracked
linux-awsTracked
linux-awsTracked
linux-awsTracked
linux-awsTracked
linux-awsTracked
linux-awsTracked
Showing first 20 of 220