NONE · 0

CVE-2026-90148

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease() When nfs4_add_lease() races with a delegation retu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease() When nfs4_add_lease() races with a delegation return, it calls nfs4_delete_lease() to clean up. Previously, it passed priv, which can legitimately be NULL. Passing a NULL priv eventually leads to a NULL pointer dereference in generic_setlease().

References

FAQ

What is CVE-2026-90148?

CVE-2026-90148 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease() When nfs4_add_lease() races with a delegation retu...

How severe is CVE-2026-90148?

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

Is there a patch for CVE-2026-90148?

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