3 matches found
DEBIAN-CVE-2025-38405
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak of bio integrity If nvmet receives commands with metadata there is a continuous memory leak of kmalloc-128 slab or more precisely bio-biintegrity. Since commit bf4c89fc8797 "block: don't call biouninit from...
CVE-2025-38405
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak of bio integrity If nvmet receives commands with metadata there is a continuous memory leak of kmalloc-128 slab or more precisely bio-biintegrity. Since commit bf4c89fc8797 "block: don't call biouninit from...
CVE-2025-38405
CVE-2025-38405 concerns the Linux kernel component nvmet, where a memory leak in bio integrity (bio->bi_integrity) can occur when commands with metadata are processed. The underlying cause is that, after the commit bf4c89fc8797, all users of bio_init must also call bio_uninit to ensure proper ...