CVE Database
/

CVE-2026-43058

Back to search

CVE-2026-43058

Published: May 2, 2026

Modified: Jun 1, 2026

PUBLISHED

Description

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.

VendorProductVersions

Linux

Linux

affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - < a876d72ceba7fe5444005239f363c105767e0ecf
affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - < a73f84a30975e6c4ae06efd500d31c82564dba10
affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - < c034d8094fee474eb94142c17643eee2919079b7
affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - < e3957eb26a3d570aefc6bb184fa8b8a1e9a4e508
affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905 - < be57e52e27c7cbfb400a8f255e475cbcff242baa

+4 more versions

Linux

Linux

affected
5.10
unaffected
0 - < 5.10
unaffected
5.10.258 - <= 5.10.*
unaffected
5.15.209 - <= 5.15.*
unaffected
6.1.175 - <= 6.1.*

+6 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now