Lucene search
+L

6406 matches found

OSV
OSV
added 2026/07/25 10:17 a.m.12 views

UBUNTU-CVE-2026-64401

In the Linux kernel, the following vulnerability has been resolved: smb: client: resolve SWN tcon from live registrations cifsswnnotify looks up a witness registration by id under cifsswnregidrmutex, drops the mutex, and then uses the registration's cached tcon pointer. That pointer is not a...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References12
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

UBUNTU-CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References14
OSV
OSV
added 2026/07/25 8:51 a.m.12 views

CVE-2026-64468 binder: fix UAF in binder_free_transaction()

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.7AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.6AI score0.00135EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.39 views

CVE-2026-64468 binder: fix UAF in binder_free_transaction()

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS0.00135EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.73 views

CVE-2026-64468

CVE-2026-64468 (binder UAF) affects the Linux kernel Binder subsystem. The vulnerability occurs in binder_free_transaction() where t->to_proc is read while holding t->lock; after releasing the lock, to_proc can die in parallel, leading to a use-after-free when acquiring its inner lock. Advi...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.15 views

EUVD-2026-48812

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.7AI score0.00135EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.52 views

CVE-2026-64432

Summary: CVE-2026-64432 affects the Linux kernel, specifically the ntfs3 filesystem code path used during NTFS image replay. The issue stems from validating the Dirty Page Table (DPT) capacity in log_replay() when copying LCNs; if dp->lcns_follow (capacity) is smaller than lrh->lcns_follow,...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/25 8:51 a.m.23 views

EUVD-2026-48776

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate Dirty Page Table capacity in logreplay copylcns In the analysis pass of $LogFile journal replay, logreplay copies LCNs from each action log record into an existing Dirty Page Table DPT entry without bounding th...

5.7AI score0.00135EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.50 views

CVE-2026-64321 nvme: target: rdma: fix ndev refcount leak on queue connect

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

0.00122EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64321 nvme: target: rdma: fix ndev refcount leak on queue connect

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.17 views

CVE-2026-64321

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.14 views

PT-2026-64689

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.1.0-rc6 Description A use-after-free error exists in the binder free transaction function. The issue occurs because t-to proc is read while holding t-lock, but the target process can terminate in parallel after...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-64468

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can di...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/24 8:41 p.m.17 views

Cloudreve: Path Traversal in WOPI PUT_RELATIVE Allows Arbitrary File Creation in Owner Account

Summary Cloudreve's WOPI PUTRELATIVE handler treats X-WOPI-SuggestedTarget as a path, not a filename. It splits the header on / and joins the segments onto the source file's directory with URI.JoinRaw, which feeds Go's url.JoinPath. url.JoinPath resolves ./.. segments, so a slash-bearing target...

4.3CVSS5.9AI score0.0026EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/07/24 8:41 p.m.12 views

GHSA-49H3-CWHJ-4737 Cloudreve: Path Traversal in WOPI PUT_RELATIVE Allows Arbitrary File Creation in Owner Account

Summary Cloudreve's WOPI PUTRELATIVE handler treats X-WOPI-SuggestedTarget as a path, not a filename. It splits the header on / and joins the segments onto the source file's directory with URI.JoinRaw, which feeds Go's url.JoinPath. url.JoinPath resolves ./.. segments, so a slash-bearing target...

4.3CVSS5.9AI score0.0026EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/24 4:19 p.m.16 views

Integer Overflow or Wraparound

Overview Magick.NET-Q16-OpenMP-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

5.7CVSS6AI score0.00091EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/07/24 3:36 a.m.77 views

Pentest-Home-Lab

Pentest Home Lab A personal cybersecurity home lab for practi...

10CVSS8.2AI score0.96184EPSS
SaveExploits50
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.16 views

PT-2026-64431

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the WOPI PUT RELATIVE handler passes X-WOPI-SuggestedTarget to URI.JoinRaw as a path rather than a filename, allowing slash and dot-dot segments to escape the source file directory and create or conditionally overwrit...

4.3CVSS5.8AI score0.0026EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/23 10:16 p.m.17 views

CVE-2024-58354

cal.com calcom repository, later renamed cal.diy is affected by a repository takeover vulnerability in its GitHub Actions workflows. The workflow pr.yml uses the pullrequesttarget trigger with the repository's default write permissions and passes them down to check-types.yml. check-types.yml then...

9.9CVSS0.00559EPSS
SaveExploits0References3
Rows per page
Query Builder