3 matches found
CVE-2026-43058
The CVE covers a Linux kernel issue in media: vidtv where vidtv_ts_null_write_into() and vidtv_ts_pcr_write_into() take their argument structs by value, triggering MSAN warnings for uninitialized data. The root cause is stack-copy of the structs; the patch changes the functions to accept them by ...
EUVD-2026-26751
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix pass-by-value structs causing MSAN warnings vidtvtsnullwriteinto and vidtvtspcrwriteinto take their argument structs by value, causing MSAN to report uninit-value warnings. While only vidtvtsnullwriteinto has...
PT-2026-36583
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vidtv component where the functions vidtv ts null write into and vidtv ts pcr write into accept argument structs by value. This behavior causes Memory Sanitizer...