# N/A
## 漏洞概述
Linux内核中的`net/netfilter/nf_tables_api.c`文件存在一个漏洞,允许本地用户利用这个漏洞提升权限至root。
## 影响版本
Linux内核 5.18.1 及以下版本。
## 漏洞细节
由于一个不正确的`NFT_STATEFUL_EXPR`检查,导致了use-after-free(释放后使用)的问题。能够创建用户/网络命名空间的本地用户可以利用这一漏洞。
## 影响
本地用户可以利用该漏洞提升权限至root。
                                        
                                    
                                | # | POC 描述 | 源链接 | 神龙链接 | 
|---|---|---|---|
| 1 | None | https://github.com/theori-io/CVE-2022-32250-exploit | POC详情 | 
| 2 | LPE PoC of a user-after-free vulnerability in the Linux netfilter subsystem. | https://github.com/ysanatomic/CVE-2022-32250-LPE | POC详情 | 
| 3 | CVE-2022-32250-LPE | https://github.com/Decstor5/2022-32250LPE | POC详情 | 
| 4 | My exploit for CVE-2022-32250 for linux kernel 5.18 | https://github.com/Kristal-g/CVE-2022-32250 | POC详情 | 
| 5 | None | https://github.com/seadragnol/CVE-2022-32250 | POC详情 | 
| 6 | Reproduce CVE-2022-32250 and CVE-2025-21756 by tampering with modprobe_path and hijacking control flow, respectively. | https://github.com/KuanKuanQAQ/cve-testing | POC详情 | 
| 7 | None | https://github.com/g3un/cve-2022-32250 | POC详情 | 
| 8 | None | https://github.com/rem0t3/CVE-2022-32250-Compiled | POC详情 | 
暂无评论