CVE-2026-72150
Last modified
CVE-2026-72150 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprt_create_args structure The xprt_create_args structure is allocated on the stack without initialization in rpc_sysfs_xprt_switch_add_xprt_store(). While some fields are manually populated, critical fields like srcaddr, bc_xps, and flags contain uninitialized stack garbage. This can lead to: 1. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprt_create_args structure The xprt_create_args structure is allocated on the stack without initialization in rpc_sysfs_xprt_switch_add_xprt_store(). While some fields are manually populated, critical fields like srcaddr, bc_xps, and flags contain uninitialized stack garbage. This can lead to: 1. Kernel panic when xs_setup_xprt() dereferences garbage srcaddr 2. Information leak if srcaddr points to sensitive stack data 3. Unpredictable behavior if flags has random bits set The fix is to zero-initialize the structure to ensure all unused fields are NULL/0, preventing the transport setup code from acting on garbage data.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= df210d9b0951d714c1668c511ca5c8ff38cf6916, < 933654508b2bc36e2c3c086c0365e2403fb2141f; >= df210d9b0951d714c1668c511ca5c8ff38cf6916, < 7d3ce3bd23c062a7c1c6d372d1b08e48b9e17cc3; >= df210d9b0951d714c1668c511ca5c8ff38cf6916, < 17d90b68c3a3d7d7e95b49e1fe9381a723f637a8 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72150?
How severe is CVE-2026-72150?
How do I fix CVE-2026-72150?
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-72145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72146In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72148In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7215A security flaw has been discovered in egtai gmx-vmd-mcp up …7.3
- CVE-2026-72151In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72154In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72156In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72150?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
