NONE · 0

CVE-2026-89837

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dentry folio leak in find_in_level find_in_level() gets a dentry folio with f2fs_find_data_folio() before calling find_i...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dentry folio leak in find_in_level find_in_level() gets a dentry folio with f2fs_find_data_folio() before calling find_in_block(). If find_in_block() returns an error, the function stores the error in res_folio and breaks out of the loop without dropping the dentry folio. This leaks the folio reference on the find_in_block() error path. Drop the dentry folio before returning the error to the caller.

References

FAQ

What is CVE-2026-89837?

CVE-2026-89837 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dentry folio leak in find_in_level find_in_level() gets a dentry folio with f2fs_find_data_folio() before calling find_i...

How severe is CVE-2026-89837?

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

Is there a patch for CVE-2026-89837?

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