{"apiVersion":"1.0","identifier":"CVE-2026-72150","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.","publishedAt":"2026-08-15T06:21:32","lastModifiedAt":"2026-08-18T07:16:52","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-72150","cvssScore":null,"cvssVector":"Pending","epssProbability":0.00198,"riskScore":0,"affectedProduct":"Linux kernel","affectedVersions":"unknown","vulnerabilityType":"Kernel","operatingSystems":[],"links":{"self":"https://www.redsauce.net/api/cves/CVE-2026-72150","webPages":{"es":"https://www.redsauce.net/es/cves/CVE-2026-72150","en":"https://www.redsauce.net/en/cves/CVE-2026-72150","fr":"https://www.redsauce.net/fr/cves/CVE-2026-72150","pt":"https://www.redsauce.net/pt/cves/CVE-2026-72150","de":"https://www.redsauce.net/de/cves/CVE-2026-72150","sk":"https://www.redsauce.net/sk/cves/CVE-2026-72150","el":"https://www.redsauce.net/el/cves/CVE-2026-72150"},"source":"https://nvd.nist.gov/vuln/detail/CVE-2026-72150"}}