3 matches found
Linux Distros Unpatched Vulnerability : CVE-2025-68761
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hfs: fix potential use after free in hfscorrectnextunusedCNID This code calls hfsbnodeputnode which drops the refcount and then dreferences node on the next lin...
CVE-2025-40243
CVE-2025-40243 relates to the Linux kernel HFS filesystem and fixes a KMSAN uninitialized-value issue in hfs_find_set_zero_bits(). The root cause was a bitmap buffer allocated by kmalloc in hfs_mdb_get() without initialization, risking kernel memory garbage affecting bitmap operations and trigger...
Linux Distros Unpatched Vulnerability : CVE-2025-38715
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hfs: fix slab-out-of-bounds in hfsbnoderead This patch introduces isbnodeoffsetvalid method that checks the requested offset value. Also, it introduces...