CVE-2026-43058
ANALYSIS PENDINGmedia: vidtv: fix pass-by-value structs causing MSAN warnings
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix pass-by-value structs causing MSAN warnings vidtv_ts_null_write_into() and vidtv_ts_pcr_write_into() take their argument structs by value, causing MSAN to report uninit-value warnings. While only vidtv_ts_null_write_into() has triggered a report so far, both functions share the same issue. Fix by passing both structs by const pointer instead, avoiding the stack copy of the struct along with its MSAN shadow and origin metadata. The functions do not modify the structs, which is enforced by the const qualifier.
References (6)
Core 6
Core References
Scores
EPSS
0.0003
EPSS Percentile
9.6%
Details
Status
published
Products (14)
Linux/Linux
< 5.10
Linux/Linux
5.10
Linux/Linux
6.12.83 - 6.12.*
Linux/Linux
6.18.24 - 6.18.*
Linux/Linux
6.19.14 - 6.19.*
Linux/Linux
6.6.136 - 6.6.*
Linux/Linux
7.0.1 - 7.0.*
Linux/Linux
7.1-rc1
Linux/Linux
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - 1b2820c8a9887981634020db19f1a2425558b88e
Linux/Linux
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - 57b01d945ed68cebe486d495dadc4901a96d3aaa
... and 4 more
Published
May 02, 2026
Tracked Since
May 02, 2026