CVE-2025-38031 Details
Description
In the Linux kernel, the following vulnerability has been resolved: padata: do not leak refcount in reorder_work A recent patch that addressed a UAF introduced a reference count leak: the parallel_data refcount is incremented unconditionally, regardless of the return value of queue_work(). If the work item is already queued, the incremented refcount is never decremented. Fix this by checking the return value of queue_work() and decrementing the refcount when necessary. Resolves: Unreferenced object 0xffff9d9f421e3d80 (size 192): comm "cryptomgr_probe", pid 157, jiffies 4294694003 hex dump (first 32 bytes): 80 8b cf 41 9f 9d ff ff b8 97 e0 89 ff ff ff ff ...A............ d0 97 e0 89 ff ff ff ff 19 00 00 00 1f 88 23 00 ..............#. backtrace (crc 838fb36): __kmalloc_cache_noprof+0x284/0x320 padata_alloc_pd+0x20/0x1e0 padata_alloc_shell+0x3b/0xa0 0xffffffffc040a54d cryptomgr_probe+0x43/0xc0 kthread+0xf6/0x1f0 ret_from_fork+0x2f/0x50 ret_from_fork_asm+0x1a/0x30
A reference count leak vulnerability has been identified in the Linux kernel's padata subsystem. This issue arises because the reference count for parallel data is incremented unconditionally, without considering whether the work item has already been queued. As a result, if the work item is queued, the incremented reference count is not decremented, leading to a memory management issue. The vulnerability was introduced by a recent patch that aimed to fix a use-after-free error. The leaked reference count can result in an unreferenced object, causing potential memory corruption.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/1a426abdf1c86882c9203dd8182f3b8274b89938 | kernel.org | Patch |
| https://git.kernel.org/stable/c/1c65ae4988714716101555fe2b9830e33136d6fb | kernel.org | Patch |
| https://git.kernel.org/stable/c/5300e487487d7a2e3e1e6e9d8f03ed9452e4019e | kernel.org | Patch |
| https://git.kernel.org/stable/c/584a729615fa92f4de45480efb7e569d14be1516 | kernel.org | Patch |
| https://git.kernel.org/stable/c/b9ad8e50e8589607e68e6c4cefa7f72bf35a2cb1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/cceb15864e1612ebfbc10ec4e4dcd19a10c0056c | kernel.org | Patch |
| https://git.kernel.org/stable/c/d6ebcde6d4ecf34f8495fb30516645db3aea8993 | kernel.org | Patch |
| https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html | CVE | Third Party Advisory |
| https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html | CVE | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-Other | Weakness Not in a Standard CWE Category | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.10.235, < 5.10.238 >= 5.15.179, < 5.15.185 >= 6.1.129, < 6.1.141 >= 6.6.76, < 6.6.93 >= 6.12.13, < 6.12.31 >= 6.13.2, < 6.14.9 6.15 rc1 6.15 rc2 6.15 rc3 6.15 rc4 6.15 rc5 6.15 rc6 6.15 rc7 |
CPE
Remediation
| |
| debian debian linux | 11.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 18, 2025 | Initial Analysis | [email protected] |
| Nov 3, 2025 | CVE Modified | CVE |
| Jun 18, 2025 | New CVE Received | kernel.org |