Lucene search
+L

56 matches found

Cvelist
Cvelist
added 2026/07/19 2:55 p.m.34 views

CVE-2026-63895 usb: gadget: f_fs: copy only received bytes on short ep0 read

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

0.00254EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.11 views

CVE-2026-63895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

5.5AI score0.00254EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.18 views

CVE-2026-63894

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: serialize DMABUF cancel against request completion ffsepfiledmabufiocomplete calls usbepfreerequest on the completed request but leaves priv-req, the back-pointer that ffsdmabuftransfer set on submission, pointi...

7.8CVSS5.1AI score0.0017EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.14 views

EUVD-2026-45667

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: serialize DMABUF cancel against request completion ffsepfiledmabufiocomplete calls usbepfreerequest on the completed request but leaves priv-req, the back-pointer that ffsdmabuftransfer set on submission, pointi...

5.2AI score0.0017EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.36 views

CVE-2026-63894 usb: gadget: f_fs: serialize DMABUF cancel against request completion

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: serialize DMABUF cancel against request completion ffsepfiledmabufiocomplete calls usbepfreerequest on the completed request but leaves priv-req, the back-pointer that ffsdmabuftransfer set on submission, pointi...

7.8CVSS0.0017EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:55 p.m.27 views

CVE-2026-63894

Summary (CVE-2026-63894): A race in Linux kernel’s FunctionFS DMABUF handling allows a freed usb_request to be dequeued via an obsolete priv->req pointer when cancelling a DMABUF attachment. The root cause is that ffs_epfile_dmabuf_io_complete() frees the request but leaves priv->req pointi...

7.8CVSS5.2AI score0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:55 p.m.7 views

CVE-2026-63894 usb: gadget: f_fs: serialize DMABUF cancel against request completion

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: serialize DMABUF cancel against request completion ffsepfiledmabufiocomplete calls usbepfreerequest on the completed request but leaves priv-req, the back-pointer that ffsdmabuftransfer set on submission, pointi...

7.8CVSS5.2AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.21 views

PT-2026-61212

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the f fs gadget driver where the ffs ep0 read function allocates a control-OUT data buffer using kmalloc based on the length specified in the Setup packet. When a shor...

5.4AI score0.00254EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.15 views

PT-2026-61211

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the FunctionFS gadget driver. The ffs epfile dmabuf io complete function calls usb ep free request on a completed request but fails to clear the priv-req...

7.8CVSS5.4AI score0.0017EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Prevent race conditions during ffsep0queuewait When performing fast composition switching, there is a possibility that the process of ffsep0write/ffsep0read may enter a race condition due to ep0req being freed...

7.8CVSS6.3AI score0.00232EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/15 5:38 p.m.6 views

CVE-2025-71074

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

5.8AI score0.00104EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/13 4:16 p.m.9 views

CVE-2025-71074

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

7.8CVSS0.00104EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.11 views

UBUNTU-CVE-2025-71074

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

7.8CVSS5.7AI score0.00104EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.8 views

CVE-2025-71074

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

7.8CVSS5.7AI score0.00104EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/13 3:31 p.m.35 views

CVE-2025-71074 functionfs: fix the open/removal races

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

7.8CVSS0.00104EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:31 p.m.5 views

CVE-2025-71074

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

5.2AI score0.00104EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/01/13 3:31 p.m.67 views

CVE-2025-71074

CVE-2025-71074 concerns the Linux kernel’s functionfs subsystem, where a race between open and removal can leave a freed object referenced by file->private_data. The root cause is the way ffs->opened is updated; using atomic_dec_and_test() vs atomic_add_return() leads to a window where an o...

7.8CVSS6.1AI score0.00104EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/01/13 3:31 p.m.9 views

CVE-2025-71074 functionfs: fix the open/removal races

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

7.8CVSS6.3AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-71074

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of...

7.8CVSS5.9AI score0.00104EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/13 12:00 a.m.9 views

PT-2026-2595

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists within the functionfs implementation, specifically in the ffs epfile open function. This condition can occur when a file is opened and removed concurrently,...

4.7CVSS5.4AI score0.00104EPSS
SaveExploits0References21
Rows per page
Query Builder