CVE-2025-37823
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too Similarly to the previous patch, we need to safe guard hfsc_dequeue() too. But for this one, we don't have a reliable reproducer.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.05%• Percentile: 17%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- debian•debian_linux
11.0
- linux•linux
≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 68f256305ceb426d545a0dc31f83c2ab1d211a1e | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2f46d14919c39528c6e540ebc43f90055993eedc | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < da7936518996d290e2fcfcaf6cd7e15bfd87804a | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 11bccb054c1462fb069219f8e98e97a5a730758e | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 76c4c22c2437d3d3880efc0f62eca06ef078d290 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < c6f035044104c6ff656f4565cd22938dc892528c | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < c6936266f8bf98a53f28ef9a820e6a501e946d09 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6ccbda44e2cc3d26fd22af54c650d6d5d801addf | 2.6.12
- linux•linux_kernel
≥ 2.6.13, < 5.4.293 | ≥ 5.5, < 5.10.237 | ≥ 5.11, < 5.15.181 | ≥ 5.16, < 6.1.136 | ≥ 6.2, < 6.6.89 | ≥ 6.7, < 6.12.26 | ≥ 6.13, < 6.14.5 | 2.6.12 | 2.6.12:rc2 | 2.6.12:rc3 | 2.6.12:rc4 | 2.6.12:rc5 | 6.15:rc1 | 6.15:rc2 | 6.15:rc3
References (10)
- https://git.kernel.org/stable/c/68f256305ceb426d545a0dc31f83c2ab1d211a1e
- https://git.kernel.org/stable/c/2f46d14919c39528c6e540ebc43f90055993eedc
- https://git.kernel.org/stable/c/da7936518996d290e2fcfcaf6cd7e15bfd87804a
- https://git.kernel.org/stable/c/11bccb054c1462fb069219f8e98e97a5a730758e
- https://git.kernel.org/stable/c/76c4c22c2437d3d3880efc0f62eca06ef078d290
- https://git.kernel.org/stable/c/c6f035044104c6ff656f4565cd22938dc892528c
- https://git.kernel.org/stable/c/c6936266f8bf98a53f28ef9a820e6a501e946d09
- https://git.kernel.org/stable/c/6ccbda44e2cc3d26fd22af54c650d6d5d801addf
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html
- https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html