Lucene search
+L

79 matches found

Kitploit
Kitploit
added 2026/08/24 8:14 a.m.2 views

ffs

FFS - F 文件系统 这是一个用于搜索文件(类似grep)的CLI工具,它不使用操作系统内核来读取文件,而是直接读取你的磁盘。它几乎没什么实际用途,但 非常酷 。 这只是大约1500行C代码,它: 仅在读取原始设备节点(例如 /dev/rdisk)时需要sudo;搜索镜像文件无需提升权限 需要在macOS主磁盘上运行时禁用SIP保护 可能会错过部分最近写入的文件(需要手动执行 sync 调用) 在文件系统高度活跃且其他系统组件同时写入文件时,可能无法搜索目录树 仅能用于本项目手动实现的文件系统 但同时: 直接从磁盘读取块 绕过VFS/缓冲 read 路径,而是直接 pread 块设备...

5.7AI score
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fixed null pointer access to epfile after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear function called in ffsdatareset sets ffs-epfiles to NULL...

5AI score0.00197EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/06 7:13 a.m.17 views

EUVD-2026-53781

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

5.4AI score0.00165EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/29 8:03 a.m.9 views

CVE-2026-64328

A flaw was found in the Linux kernel's USB gadget subsystem. Specifically, a DMA Direct Memory Access fence leak exists in the ffs module's ffsdmabuftransfer function. This issue causes ffsdmafence objects to be allocated without their initial reference being properly released. Repeated...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.12 views

EUVD-2026-48872

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix DMA fence leak In ffsdmabuftransfer, a ffsdmafence object is kmalloc'd, with the underlying dmafence later initialized by dmafenceinit, which sets its kref counter to 1. Then, dmaresvaddfence gets a second...

5.8AI score0.00206EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.19 views

EUVD-2026-48871

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Initialize epfile-in early to fix endpoint direction checks When parsing endpoint descriptors, ffsdatagotdescs generates the epsaddrmap which contains the endpoint direction. However, epfile-in was previously on...

5.7AI score0.00206EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64327 usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Initialize epfile-in early to fix endpoint direction checks When parsing endpoint descriptors, ffsdatagotdescs generates the epsaddrmap which contains the endpoint direction. However, epfile-in was previously on...

0.00206EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-64327

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: ffs: Initialize epfile-in early to fix endpoint direction checks When parsing endpoint descriptors, ffsdatagotdescs generates the epsaddrmap which...

5.3AI score0.00206EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.17 views

PT-2026-64548

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the USB gadget functionfs module where the epfile-in variable is initialized too late. Specifically, epfile-in was only populated within the ffs func eps enable...

5.3AI score0.00206EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64328

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: ffs: Fix DMA fence leak In ffsdmabuftransfer, a ffsdmafence object is kmalloc'd, with the underlying dmafence later initialized by dmafenceinit,...

5.6AI score0.00206EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/24 4:16 p.m.5 views

CVE-2026-64255

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.5AI score0.00223EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.11 views

CVE-2026-64255

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.7AI score0.00223EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/24 3:31 p.m.10 views

CVE-2026-64255 wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.8AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013089)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013089 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when...

5.6AI score0.00197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011254)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011254 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when...

5.6AI score0.00197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005062)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005062 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix race between aiocancel and AIO request complete FFS based applications can...

7.8CVSS6.7AI score0.00194EPSS
SaveExploits0References4
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
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.10 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-000887)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000887 advisory. Use-after-free vulnerability in the ffsusercopyworker function in drivers/usb/gadget/function/ffs.c in the Linux kernel before 4.5.3 allows local users to gain...

9.3CVSS7.8AI score0.0211EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 1:16 a.m.12 views

UBUNTU-CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.7AI score0.00197EPSS
SaveExploits0References36
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.15 views

CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.2AI score0.00197EPSS
SaveExploits0
Rows per page
Query Builder