Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2025-38191


In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in destroy_previous_session If client set ->PreviousSessionId on kerberos session setup stage, NULL pointer dereference error will happen. Since sess->user is not set yet, It can pass the user argument as NULL to destroy_previous_session. sess->user will be set in ksmbd_krb5_authenticate(). So this patch move calling destroy_previous_session() after ksmbd_krb5_authenticate().


Published

2025-07-04T14:15:26.157

Last Modified

2025-12-18T17:24:30.987

Status

Analyzed

Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Severity

CVSSv3.1: 5.5 (MEDIUM)

Weaknesses
  • Type: Primary
    CWE-476

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Operating System linux linux_kernel < 6.1.142 Yes
Operating System linux linux_kernel < 6.6.95 Yes
Operating System linux linux_kernel < 6.12.35 Yes
Operating System linux linux_kernel < 6.15.4 Yes
Operating System linux linux_kernel 6.16 Yes
Operating System linux linux_kernel 6.16 Yes
Operating System debian debian_linux 11.0 Yes

References