Bug 2432364 (CVE-2025-71150) - CVE-2025-71150 kernel: Linux kernel ksmbd: Denial of Service via reference count leak
Summary: CVE-2025-71150 kernel: Linux kernel ksmbd: Denial of Service via reference co...
Keywords:
Status: NEW
Alias: CVE-2025-71150
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-23 15:02 UTC by OSIDB Bzimport
Modified: 2026-02-04 17:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-23 15:02:39 UTC
In the Linux kernel, the following vulnerability has been resolved:

ksmbd: Fix refcount leak when invalid session is found on session lookup

When a session is found but its state is not SMB2_SESSION_VALID, It
indicates that no valid session was found, but it is missing to decrement
the reference count acquired by the session lookup, which results in
a reference count leak. This patch fixes the issue by explicitly calling
ksmbd_user_session_put to release the reference to the session.


Note You need to log in before you can comment on or make changes to this bug.