2 matches found
CVE-2026-89636
CVE-2026-89636 is a use-after-free vulnerability in the Linux kernel 's SMB client . When the function free_tgts() releases all structures in ce->tlist, the pointer ce->tgthint is left referencing a freed cache_dfs_tgt structure. If that stale pointer is dereferenced before being reset, a u...
SaveExploits0References4
EUVD-2026-76548
In the Linux kernel, the following vulnerability has been resolved: smb: client: clear ce-tgthint in freetgts When freetgts frees all structures in ce-tlist, ce-tgthint is left pointing to one of the freed cachedfstgt structures. If ce-tgthint is not reset before it is used later, it results in a...
SaveExploits0References4
20