NONE · 0

CVE-2026-90283

In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: release subpool on fill_super failure hugetlbfs_fill_super() allocates a hugepage subpool when size or min_size mount o...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: release subpool on fill_super failure hugetlbfs_fill_super() allocates a hugepage subpool when size or min_size mount options are specified. hugepage_new_subpool() may also reserve huge pages for min_size. If root dentry creation fails after the subpool is created, the failure path frees the subpool with kfree(). This bypasses hugepage_put_subpool() and can leave min_size reservations charged. Use hugepage_put_subpool() on the failure path, matching the normal put_super path.

References

FAQ

What is CVE-2026-90283?

CVE-2026-90283 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: release subpool on fill_super failure hugetlbfs_fill_super() allocates a hugepage subpool when size or min_size mount o...

How severe is CVE-2026-90283?

CVSS scoring is not yet available for CVE-2026-90283. Check NVD for updates.

Is there a patch for CVE-2026-90283?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.