3 matches found
CVE-2026-80661
In the Linux kernel, the following vulnerability has been resolved: ufs: core: tracing: Do not dereference pointers in TPprintk The trace events in drivers/ufs/core/ufstrace.h were converted to take a pointer to the hba structure as an argument for the tracepoint and then in TPprintk the printing...
CVE-2026-80661
CVE-2026-80661 is a use-after-free vulnerability in the Linux kernel's UFS trace events (drivers/ufs/core/ufs_trace.h). The tracepoints passed a pointer to the hba structure to TP_printk(), which dereferenced it to print the device name. Because TP_printk() executes only when the trace event is r...
EUVD-2026-67537
In the Linux kernel, the following vulnerability has been resolved: ufs: core: tracing: Do not dereference pointers in TPprintk The trace events in drivers/ufs/core/ufstrace.h were converted to take a pointer to the hba structure as an argument for the tracepoint and then in TPprintk the printing...