Answer in brief
CVE-2025-40271 records a Unknown severity vulnerability in fs/proc: fix uaf in proc_readdir_de(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/RUGGEDCOM RST2428P (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2025-40271 records a Unknown severity vulnerability in fs/proc: fix uaf in proc_readdir_de(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/RUGGEDCOM RST2428P (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/RUGGEDCOM RST2428P (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=710585d4922fd315f2cada8fbe550ae8ed23e994 <1d1596d68a6f11d28f677eedf6cf5b17dbfeb491 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <c81d0385500446efe48c305bbb83d47f2ae23a50 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <4cba73c4c89219beef7685a47374bf88b1022369 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <6f2482745e510ae1dacc9b090194b9c5f918d774 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <67272c11f379d9aa5e0f6b16286b9d89b3f76046 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <623bb26127fb581a741e880e1e1a47d79aecb6f8 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <03de7ff197a3d0e17d0d5c58fdac99a63cba8110 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <895b4c0c79b092d732544011c3cecaf7322c36a1 | 1d1596d68a6f11d28f677eedf6cf5b17dbfeb491, c81d0385500446efe48c305bbb83d47f2ae23a50, 4cba73c4c89219beef7685a47374bf88b1022369, 6f2482745e510ae1dacc9b090194b9c5f918d774, 67272c11f379d9aa5e0f6b16286b9d89b3f76046, 623bb26127fb581a741e880e1e1a47d79aecb6f8, 03de7ff197a3d0e17d0d5c58fdac99a63cba8110, 895b4c0c79b092d732544011c3cecaf7322c36a1 |
| Linux/Linuxgeneric | 3.19 | Not reported |
| Siemens/RUGGEDCOM RST2428Pgeneric | >=0 <V4.0 | V4.0 |
Published upstream
Dec 6, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in proc_readdir_de() Pde is erased from subdir rbtree through rb_erase(), but not set the node to EMPTY, which may result in uaf access. We should use RB_CLEAR_NODE() set the erased node to EMPTY, then pde_subdir_next() will return NULL to avoid uaf access. We found an uaf issue while using stress-ng testing, need to run testcase getdent and tun in the same time. The steps of the issue is as follows: 1) use getdent to traverse dir /proc/pid/net/dev_snmp6/, and current pde is tun3; 2) in the [time windows] unregister netdevice tun3 and tun2, and erase them from rbtree. erase tun3 first, and then erase tun2. the pde(tun2) will be released to slab; 3) continue to getdent process, then pde_subdir_next() will return pde(tun2) which is released, it will case uaf access. CPU 0 | CPU 1 ------------------------------------------------------------------------- traverse dir /proc/pid/net/dev_snmp6/ | unregister_netdevice(tun->dev) //tun3 tun2 sys_getdents64() | iterate_dir() | proc_readdir() | proc_readdir_de() | snmp6_unregister_dev() pde_get(de); | proc_remove() read_unlock(&proc_subdir_lock); | remove_proc_subtree() | write_lock(&proc_subdir_lock); [time window] | rb_erase(&root->subdir_node, &parent->subdir); | write_unlock(&proc_subdir_lock); read_lock(&proc_subdir_lock); | next = pde_subdir_next(de); | pde_put(de); | de = next; //UAF | rbtree of dev_snmp6 | pde(tun3) / \ NULL pde(tun2)
Quoted source text, attributed separately from HOL analysis.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/RUGGEDCOM RST2428P (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=710585d4922fd315f2cada8fbe550ae8ed23e994 <1d1596d68a6f11d28f677eedf6cf5b17dbfeb491 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <c81d0385500446efe48c305bbb83d47f2ae23a50 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <4cba73c4c89219beef7685a47374bf88b1022369 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <6f2482745e510ae1dacc9b090194b9c5f918d774 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <67272c11f379d9aa5e0f6b16286b9d89b3f76046 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <623bb26127fb581a741e880e1e1a47d79aecb6f8 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <03de7ff197a3d0e17d0d5c58fdac99a63cba8110 || >=710585d4922fd315f2cada8fbe550ae8ed23e994 <895b4c0c79b092d732544011c3cecaf7322c36a1 | 1d1596d68a6f11d28f677eedf6cf5b17dbfeb491, c81d0385500446efe48c305bbb83d47f2ae23a50, 4cba73c4c89219beef7685a47374bf88b1022369, 6f2482745e510ae1dacc9b090194b9c5f918d774, 67272c11f379d9aa5e0f6b16286b9d89b3f76046, 623bb26127fb581a741e880e1e1a47d79aecb6f8, 03de7ff197a3d0e17d0d5c58fdac99a63cba8110, 895b4c0c79b092d732544011c3cecaf7322c36a1 |
| Linux/Linuxgeneric | 3.19 | Not reported |
| Siemens/RUGGEDCOM RST2428Pgeneric | >=0 <V4.0 | V4.0 |
Published upstream
Dec 6, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in proc_readdir_de() Pde is erased from subdir rbtree through rb_erase(), but not set the node to EMPTY, which may result in uaf access. We should use RB_CLEAR_NODE() set the erased node to EMPTY, then pde_subdir_next() will return NULL to avoid uaf access. We found an uaf issue while using stress-ng testing, need to run testcase getdent and tun in the same time. The steps of the issue is as follows: 1) use getdent to traverse dir /proc/pid/net/dev_snmp6/, and current pde is tun3; 2) in the [time windows] unregister netdevice tun3 and tun2, and erase them from rbtree. erase tun3 first, and then erase tun2. the pde(tun2) will be released to slab; 3) continue to getdent process, then pde_subdir_next() will return pde(tun2) which is released, it will case uaf access. CPU 0 | CPU 1 ------------------------------------------------------------------------- traverse dir /proc/pid/net/dev_snmp6/ | unregister_netdevice(tun->dev) //tun3 tun2 sys_getdents64() | iterate_dir() | proc_readdir() | proc_readdir_de() | snmp6_unregister_dev() pde_get(de); | proc_remove() read_unlock(&proc_subdir_lock); | remove_proc_subtree() | write_lock(&proc_subdir_lock); [time window] | rb_erase(&root->subdir_node, &parent->subdir); | write_unlock(&proc_subdir_lock); read_lock(&proc_subdir_lock); | next = pde_subdir_next(de); | pde_put(de); | de = next; //UAF | rbtree of dev_snmp6 | pde(tun3) / \ NULL pde(tun2)
Quoted source text, attributed separately from HOL analysis.