Lucene search
+L

2593 matches found

Cvelist
Cvelist
added 2026/07/25 8:50 a.m.30 views

CVE-2026-64397 ksmbd: serialize QUERY_DIRECTORY requests per file

In the Linux kernel, the following vulnerability has been resolved: ksmbd: serialize QUERYDIRECTORY requests per file smb2querydir stores a pointer to its stack-allocated private data in the ksmbdfile readdirdata. Concurrent QUERYDIRECTORY requests using the same file handle can overwrite this...

9.8CVSS0.00477EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48941

In the Linux kernel, the following vulnerability has been resolved: ksmbd: serialize QUERYDIRECTORY requests per file smb2querydir stores a pointer to its stack-allocated private data in the ksmbdfile readdirdata. Concurrent QUERYDIRECTORY requests using the same file handle can overwrite this...

5.7AI score0.00477EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.30 views

CVE-2026-64397

CVE-2026-64397 affects the Linux kernel ksmbd component. The issue arises in smb2_query_dir() which stores a pointer to stack-allocated private data in ksmbd_file readdir_data; concurrent QUERY_DIRECTORY requests using the same file handle can overwrite this pointer while an iterate_dir() callbac...

9.8CVSS5.7AI score0.00477EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64397 ksmbd: serialize QUERY_DIRECTORY requests per file

In the Linux kernel, the following vulnerability has been resolved: ksmbd: serialize QUERYDIRECTORY requests per file smb2querydir stores a pointer to its stack-allocated private data in the ksmbdfile readdirdata. Concurrent QUERYDIRECTORY requests using the same file handle can overwrite this...

9.8CVSS5.7AI score
SaveExploits0References9
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64344 USB: idmouse: fix use-after-free on disconnect race

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a...

5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64344

CVE-2026-64344 tracks a Linux kernel USB idmouse driver use‑after‑free on disconnect race. The root cause: mutex_unlock() may touch the mutex after unlocking, risking lifetime management problems; the fix uses a kref to release driver data to avoid use‑after‑free when release() races with disconn...

5.7AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48887

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

5.7AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48885

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use ...

5.8AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:50 a.m.23 views

CVE-2026-64341

In CVE-2026-64341, the Linux kernel USB iowarrior driver fix addresses a use-after-free race on disconnect. The issue: mutex_unlock() can access the mutex structure after unlocking, potentially ending object lifetime management incorrectly. The mitigation: release the driver data using a kref to ...

5.8AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64340 USB: legousbtower: fix use-after-free on disconnect race

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 U...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.20 views

CVE-2026-64340

The CVE-2026-64340 entry concerns the Linux kernel USB legousbtower driver. A use-after-free can occur because mutex_unlock() may access the mutex object after the lock is released, which can mismanage object lifetimes during disconnect races. The documented fix is to release the driver data usin...

5.7AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48884

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 U...

5.7AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64300 perf/aux: Fix page UAF in map_range()

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields are serialized by rb-auxmutex, and mmapmutex is per event. Thus, two...

7.8CVSS0.00162EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.39 views

CVE-2026-64300

CVE-2026-64300 (Linux kernel, perf/aux): Concrete details across connected docs show a page-use-after-free (UAF) in map_range() due to reading rb->aux_pages[], rb->aux_nr_pages, and rb->aux_pgoff under the wrong mutex, enabling a race between rb_alloc_aux() and map_range() when PERF_EVEN...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:49 a.m.5 views

EUVD-2026-49012

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields are serialized by rb-auxmutex, and mmapmutex is per event. Thus, two...

5.8AI score0.00162EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64300 perf/aux: Fix page UAF in map_range()

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields are serialized by rb-auxmutex, and mmapmutex is per event. Thus, two...

7.8CVSS5.8AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.10 views

PT-2026-64622

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the SMB client. The cifs swn notify function retrieves a witness registration by ID using the cifs swnreg idr mutex mutex, releases the mutex, and...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64300

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64344

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage...

5.5AI score0.00177EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.17 views

PT-2026-64639

In the Linux kernel, the following vulnerability has been resolved: mm: shrinker: fix shrinker info teardown race with expansion expand shrinker info iterates all visible memcgs under shrinker mutex, including memcgs that have not finished -css online yet. Once pn-shrinker info has been published...

5.8AI score0.00125EPSS
SaveExploits0References4
Rows per page
Query Builder