NONE · 0

CVE-2023-54076

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifs_smb_ses_inc_refcount() helper to get an active reference of @ses and @ses->df...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifs_smb_ses_inc_refcount() helper to get an active reference of @ses and @ses->dfs_root_ses (if set). This will prevent @ses->dfs_root_ses of being put in the next call to cifs_put_smb_ses() and thus potentially causing an use-after-free bug.

References

FAQ

What is CVE-2023-54076?

CVE-2023-54076 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifs_smb_ses_inc_refcount() helper to get an active reference of @ses and @ses->df...

How severe is CVE-2023-54076?

CVSS scoring is not yet available for CVE-2023-54076. Check NVD for updates.

Is there a patch for CVE-2023-54076?

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