VDB
DEBIAN-CVE-2026-23176
DEBIAN-CVE-2026-23176
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshiba_haps: Fix memory leaks in add/remove routines toshiba_haps_add() leaks the haps object allocated by it if it returns an error after allocating that object successfully. toshiba_haps_remove() does not free the object pointed to by toshiba_haps before clearing that pointer, so it becomes unreachable allocated memory. Address these memory leaks by using devm_kzalloc() for allocating the memory in question.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 6.12.38-1, 6.12.43-1 |
| Debian:11 | linux | 5.10.221-1, 0, 5.10.106-1 |
| Debian:13 | linux | 6.12.48-1, 6.12.57-1, 6.12.63-1 |
| Debian:11 | linux-6.1 | *, 0, 6.1.106-3 |
| Debian:12 | linux | 6.1.133-1, 6.1.135-1, 6.1.137-1 |
Timeline
- Feb 14, 2026 CVE Published
- Apr 28, 2026 CVE Updated