CVE-2025-38180
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against dev_lec[] changes. It appears it had dev_put() calls without prior dev_hold(), leading to imbalance and UAF.
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.06%• Percentile: 19%
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, < fcfccf56f4eba7d00aa2d33c7bb1b33083237742 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f2d1443b18806640abdb530e88009af7be2588e7 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < ca3829c18c8d0ceb656605d3bff6bb3dfb078589 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e612c4b014f5808fbc6beae21f5ccaca5e76a2f8 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a5e3a144268899f1a8c445c8a3bfa15873ba85e8 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 5fe1b23a2f87f43aeeac51e08819cbc6fd808cbc | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9b9aeb3ada44d8abea1e31e4446113f460848ae4 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d03b79f459c7935cff830d98373474f440bd03ae | 2.6.12
- linux•linux_kernel
≥ 2.6.13, < 5.4.295 | ≥ 5.5, < 5.10.239 | ≥ 5.11, < 5.15.186 | ≥ 5.16, < 6.1.142 | ≥ 6.2, < 6.6.95 | ≥ 6.7, < 6.12.35 | ≥ 6.13, < 6.15.4 | 2.6.12 | 2.6.12:rc2 | 2.6.12:rc3 | 2.6.12:rc4 | 2.6.12:rc5 | 6.16:rc1 | 6.16:rc2
References (10)
- https://git.kernel.org/stable/c/fcfccf56f4eba7d00aa2d33c7bb1b33083237742
- https://git.kernel.org/stable/c/f2d1443b18806640abdb530e88009af7be2588e7
- https://git.kernel.org/stable/c/ca3829c18c8d0ceb656605d3bff6bb3dfb078589
- https://git.kernel.org/stable/c/e612c4b014f5808fbc6beae21f5ccaca5e76a2f8
- https://git.kernel.org/stable/c/a5e3a144268899f1a8c445c8a3bfa15873ba85e8
- https://git.kernel.org/stable/c/5fe1b23a2f87f43aeeac51e08819cbc6fd808cbc
- https://git.kernel.org/stable/c/9b9aeb3ada44d8abea1e31e4446113f460848ae4
- https://git.kernel.org/stable/c/d03b79f459c7935cff830d98373474f440bd03ae
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html