Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-43058— media: vidtv: fix pass-by-value structs causing MSAN warnings

AI Predicted 5.5 Difficulty: Theoretical EPSS 0.12% · P2

Affected Version Matrix 20

VendorProductVersion RangeStatus
LinuxLinuxf90cf6079bf67988f8b1ad1ade70fc89d0080905< a876d72ceba7fe5444005239f363c105767e0ecfaffected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< a73f84a30975e6c4ae06efd500d31c82564dba10affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< c034d8094fee474eb94142c17643eee2919079b7affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< e3957eb26a3d570aefc6bb184fa8b8a1e9a4e508affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< be57e52e27c7cbfb400a8f255e475cbcff242baaaffected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< 6d75a9ec5bdb8cf8382eaf8f8fe831ba7d58a9d4affected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< 57b01d945ed68cebe486d495dadc4901a96d3aaaaffected
f90cf6079bf67988f8b1ad1ade70fc89d0080905< 1b2820c8a9887981634020db19f1a2425558b88eaffected
… +12 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-43058

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
media: vidtv: fix pass-by-value structs causing MSAN warnings
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于vidtv_ts_null_write_into和vidtv_ts_pcr_write_into函数按值传递结构体,可能导致MSAN报告未初始化值警告。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux f90cf6079bf67988f8b1ad1ade70fc89d0080905 ~ a876d72ceba7fe5444005239f363c105767e0ecf -
LinuxLinux 5.10 -

II. Public POCs for CVE-2026-43058

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-43058

登录查看更多情报信息。

Patches & Fixes for CVE-2026-43058 (9)

IV. Related Vulnerabilities

V. Comments for CVE-2026-43058

No comments yet


Leave a comment