PT-2026-36583 · Linux · Linux

Published

2026-05-02

·

Updated

2026-05-02

·

CVE-2026-43058

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.

Related Identifiers

CVE-2026-43058

Affected Products

Linux