CVE-2025-40278
Last modified
CVE-2025-40278 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak Fix a KMSAN kernel-infoleak detected by the syzbot . [net?] KMSAN: kernel-infoleak in __skb_datagram_iter In tcf_ife_dump(), the variable 'opt' was partially initialized using a designatied initializer. While the padding bytes are reamined uninitialized. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak Fix a KMSAN kernel-infoleak detected by the syzbot . [net?] KMSAN: kernel-infoleak in __skb_datagram_iter In tcf_ife_dump(), the variable 'opt' was partially initialized using a designatied initializer. While the padding bytes are reamined uninitialized. nla_put() copies the entire structure into a netlink message, these uninitialized bytes leaked to userspace. Initialize the structure with memset before assigning its fields to ensure all members and padding are cleared prior to beign copied. This change silences the KMSAN report and prevents potential information leaks from the kernel memory. This fix has been tested and validated by syzbot. This patch closes the bug reported at the following syzkaller link and ensures no infoleak.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < 918e063304f945fb93be9bb70cacea07d0b730ea; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < 5e3644ef147bf7140259dfa4cace680c9b26fe8b; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < 37f0680887c5aeba9a433fe04b35169010568bb1; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < 2191662058443e0bcc28d11694293d8339af6dde; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < a676a296af65d33725bdf7396803180957dbd92e; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < d1dbbbe839647486c9b893e5011fe84a052962df; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < c8f51dad94cbb88054e2aacc272b3ce1ed11fb1e; >= ef6980b6becb1afd9d82a4f043749a10ae81bf14, < ce50039be49eea9b4cd8873ca6eccded1b4a130a |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40278?
How severe is CVE-2025-40278?
How do I fix CVE-2025-40278?
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 2025
- CVE-2025-40272In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40273In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-40274In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40275In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40276In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2025-40277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40279In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4028A vulnerability has been found in PHPGurukul COVID19 Testing…9.8
- CVE-2025-40280In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40281In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40282In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-40283In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-40278?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
