CVE-2026-43058
Last modified
CVE-2026-43058 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.10, < 6.6.136 |
| Linux | Linux Kernel | >= 6.7, < 6.12.83 |
| Linux | Linux Kernel | >= 6.13, < 6.18.24 |
| Linux | Linux Kernel | >= 6.19, < 6.19.14 |
| Linux | Linux Kernel | >= 7.0, < 7.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-43058?
How severe is CVE-2026-43058?
How do I fix CVE-2026-43058?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43052In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43053In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43054In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43055In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43056In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43057In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43059In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4306The WP Job Portal plugin for WordPress is vulnerable to SQL …7.5
- CVE-2026-43060In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43061In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43062In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43063In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43058?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
