Answer in brief
CVE-2025-39953 records a Medium severity (CVSS 5.5) vulnerability in cgroup: split cgroup_destroy_wq into 3 workqueues. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. 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-39953 records a Medium severity (CVSS 5.5) vulnerability in cgroup: split cgroup_destroy_wq into 3 workqueues. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. 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/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <cabadd7fd15f97090f752fd22dd7f876a0dc3dc4 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <a0c896bda7077aa5005473e2c5b3c27173313b4c || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <f2795d1b92506e3adf52a298f7181032a1525e04 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <993049c9b1355c78918344a6403427d53f9ee700 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <4a1e3ec28e8062cd9f339aa6a942df9c5bcb6811 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <ded4d207a3209a834b6831ceec7f39b934c74802 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <05e0b03447cf215ec384210441b34b7a3b16e8b0 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <79f919a89c9d06816dbdbbd168fa41d27411a7f9 | cabadd7fd15f97090f752fd22dd7f876a0dc3dc4, a0c896bda7077aa5005473e2c5b3c27173313b4c, f2795d1b92506e3adf52a298f7181032a1525e04, 993049c9b1355c78918344a6403427d53f9ee700, 4a1e3ec28e8062cd9f339aa6a942df9c5bcb6811, ded4d207a3209a834b6831ceec7f39b934c74802, 05e0b03447cf215ec384210441b34b7a3b16e8b0, 79f919a89c9d06816dbdbbd168fa41d27411a7f9 |
| Linux/Linuxgeneric | 4.6 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Oct 4, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: cgroup: split cgroup_destroy_wq into 3 workqueues A hung task can occur during [1] LTP cgroup testing when repeatedly mounting/unmounting perf_event and net_prio controllers with systemd.unified_cgroup_hierarchy=1. The hang manifests in cgroup_lock_and_drain_offline() during root destruction. Related case: cgroup_fj_function_perf_event cgroup_fj_function.sh perf_event cgroup_fj_function_net_prio cgroup_fj_function.sh net_prio Call Trace: cgroup_lock_and_drain_offline+0x14c/0x1e8 cgroup_destroy_root+0x3c/0x2c0 css_free_rwork_fn+0x248/0x338 process_one_work+0x16c/0x3b8 worker_thread+0x22c/0x3b0 kthread+0xec/0x100 ret_from_fork+0x10/0x20 Root Cause: CPU0 CPU1 mount perf_event umount net_prio cgroup1_get_tree cgroup_kill_sb rebind_subsystems // root destruction enqueues // cgroup_destroy_wq // kill all perf_event css // one perf_event css A is dying // css A offline enqueues cgroup_destroy_wq // root destruction will be executed first css_free_rwork_fn cgroup_destroy_root cgroup_lock_and_drain_offline // some perf descendants are dying // cgroup_destroy_wq max_active = 1 // waiting for css A to die Problem scenario: 1. CPU0 mounts perf_event (rebind_subsystems) 2. CPU1 unmounts net_prio (cgroup_kill_sb), queuing root destruction work 3. A dying perf_event CSS gets queued for offline after root destruction 4. Root destruction waits for offline completion, but offline work is blocked behind root destruction in cgroup_destroy_wq (max_active=1) Solution: Split cgroup_destroy_wq into three dedicated workqueues: cgroup_offline_wq – Handles CSS offline operations cgroup_release_wq – Manages resource release cgroup_free_wq – Performs final memory deallocation This separation eliminates blocking in the CSS free path while waiting for offline operations to complete. [1] https://github.com/linux-test-project/ltp/blob/master/runtest/controllers
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.5. 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/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <cabadd7fd15f97090f752fd22dd7f876a0dc3dc4 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <a0c896bda7077aa5005473e2c5b3c27173313b4c || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <f2795d1b92506e3adf52a298f7181032a1525e04 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <993049c9b1355c78918344a6403427d53f9ee700 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <4a1e3ec28e8062cd9f339aa6a942df9c5bcb6811 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <ded4d207a3209a834b6831ceec7f39b934c74802 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <05e0b03447cf215ec384210441b34b7a3b16e8b0 || >=334c3679ec4b2b113c35ebe37d2018b112dd5013 <79f919a89c9d06816dbdbbd168fa41d27411a7f9 | cabadd7fd15f97090f752fd22dd7f876a0dc3dc4, a0c896bda7077aa5005473e2c5b3c27173313b4c, f2795d1b92506e3adf52a298f7181032a1525e04, 993049c9b1355c78918344a6403427d53f9ee700, 4a1e3ec28e8062cd9f339aa6a942df9c5bcb6811, ded4d207a3209a834b6831ceec7f39b934c74802, 05e0b03447cf215ec384210441b34b7a3b16e8b0, 79f919a89c9d06816dbdbbd168fa41d27411a7f9 |
| Linux/Linuxgeneric | 4.6 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Oct 4, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: cgroup: split cgroup_destroy_wq into 3 workqueues A hung task can occur during [1] LTP cgroup testing when repeatedly mounting/unmounting perf_event and net_prio controllers with systemd.unified_cgroup_hierarchy=1. The hang manifests in cgroup_lock_and_drain_offline() during root destruction. Related case: cgroup_fj_function_perf_event cgroup_fj_function.sh perf_event cgroup_fj_function_net_prio cgroup_fj_function.sh net_prio Call Trace: cgroup_lock_and_drain_offline+0x14c/0x1e8 cgroup_destroy_root+0x3c/0x2c0 css_free_rwork_fn+0x248/0x338 process_one_work+0x16c/0x3b8 worker_thread+0x22c/0x3b0 kthread+0xec/0x100 ret_from_fork+0x10/0x20 Root Cause: CPU0 CPU1 mount perf_event umount net_prio cgroup1_get_tree cgroup_kill_sb rebind_subsystems // root destruction enqueues // cgroup_destroy_wq // kill all perf_event css // one perf_event css A is dying // css A offline enqueues cgroup_destroy_wq // root destruction will be executed first css_free_rwork_fn cgroup_destroy_root cgroup_lock_and_drain_offline // some perf descendants are dying // cgroup_destroy_wq max_active = 1 // waiting for css A to die Problem scenario: 1. CPU0 mounts perf_event (rebind_subsystems) 2. CPU1 unmounts net_prio (cgroup_kill_sb), queuing root destruction work 3. A dying perf_event CSS gets queued for offline after root destruction 4. Root destruction waits for offline completion, but offline work is blocked behind root destruction in cgroup_destroy_wq (max_active=1) Solution: Split cgroup_destroy_wq into three dedicated workqueues: cgroup_offline_wq – Handles CSS offline operations cgroup_release_wq – Manages resource release cgroup_free_wq – Performs final memory deallocation This separation eliminates blocking in the CSS free path while waiting for offline operations to complete. [1] https://github.com/linux-test-project/ltp/blob/master/runtest/controllers
Quoted source text, attributed separately from HOL analysis.