CVE-2025-38208
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
04/07/2025
Last modified:
08/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
smb: client: add NULL check in automount_fullpath<br />
<br />
page is checked for null in __build_path_from_dentry_optional_prefix<br />
when tcon->origin_fullpath is not set. However, the check is missing when<br />
it is set.<br />
Add a check to prevent a potential NULL pointer dereference.