Lucene search
+L

468 matches found

Kitploit
Kitploit
added 2026/08/26 7:08 a.m.2 views

AutoGadgetFS

Donazioni Ethereum : 0xA919e40ddB0563918dDc174320D91992e0048477 Indice 1. Cos'è AutoGadgetFS ? 2. Requisiti 3. La Configurazione a. Solo test del dispositivo b. Configurazione minima agfs in the middle c. Configurazione completa agfs in the middle con supporto debug 4. Supporto classi di...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 8:59 a.m.2 views

tap-ducky

TapDucky - Iniettore di sequenze di tasti HID USB per Android TapDucky - Iniettore di sequenze di tasti HID USB per Android Eseguire script DuckyScript open-source per Android rooted con supporto USB Gadget ConfigFS TapDucky ti permette di creare, personalizzare, programmare ed eseguire DuckyScri...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/24 1:49 a.m.4 views

Chimera

Chimera Emulazione hardware e sfruttamento di prossimità Perché L'attrezzatura Hak5 è pesante e fin troppo visibile. Il mio telefono contiene un kernel Linux completo, quindi l'ho fatto fare lo stesso lavoro — emulazione HID, RNDIS, mass storage, tutto quanto — direttamente via ConfigFS. Nessun...

5.4AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/20 8:34 p.m.9 views

CVE-2026-74359

A flaw was found in the Linux kernel's configfs component. This vulnerability occurs because a memory pointer is not properly cleared after a failure, leading to a 'use-after-free' condition. A local attacker could exploit this by interacting with the affected directory, which could cause memory...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 11:22 a.m.4 views

CVE-2026-74330

A flaw was found in the Linux kernel's configfs component. This vulnerability arises from improper handling of directory traversals, where cursors can be unexpectedly moved or freed by another process even when the parent directory is locked. This lack of proper synchronization can lead to an...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-74330

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.5 views

CVE-2026-74359

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

7.8CVSS0.00126EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-74330

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-74330

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-74359

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.5 views

CVE-2026-74330

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74359 configfs_lookup(): don't leave ->s_dentry dangling on failure

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

7.8CVSS0.00126EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.33 views

CVE-2026-74359

In CVE-2026-74359, the Linux kernel fixes a use-after-free in configfs_lookup where a dangling ->s_dentry can be observed after inode allocation failure. The root cause was that, on certain failure paths, the dentry’s link to a configfs_dirent wasn’t cleared, leaving a pointer in ->s_dentry...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.16 views

CVE-2026-74330 configfs: fix lockless traversals of ->s_children

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59477

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

5.4AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74330 configfs: fix lockless traversals of ->s_children

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:58 a.m.37 views

CVE-2026-74330

The CVE-2026-74330 entry specifies a Linux kernel fix for configfs lockless traversals of ->s_children. The issue allowed cursor movement or freeing under lock protection of the parent directory, potentially enabling invalid cursor states via lseek() despite entry protection from removal. The ...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.17 views

PT-2026-72795

In the Linux kernel, the following vulnerability has been resolved: configfs lookup: don't leave -s dentry dangling on failure Normally -s dentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the...

5.3AI score0.00126EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74359

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.11 views

PT-2026-72766

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -s children Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

5.3AI score0.00129EPSS
SaveExploits0References9
Rows per page
Query Builder