๐Ÿ” CVE Alert

CVE-2023-53396

MEDIUM 5.5

ubifs: Fix memory leak in do_rename

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in do_rename If renaming a file in an encrypted directory, function fscrypt_setup_filename allocates memory for a file name. This name is never used, and before returning to the caller the memory for it is not freed. When running kmemleak on it we see that it is registered as a leak. The report below is triggered by a simple program 'rename' that renames a file in an encrypted directory: unreferenced object 0xffff888101502840 (size 32): comm "rename", pid 9404, jiffies 4302582475 (age 435.735s) backtrace: __kmem_cache_alloc_node __kmalloc fscrypt_setup_filename do_rename ubifs_rename vfs_rename do_renameat2 To fix this we can remove the call to fscrypt_setup_filename as it's not needed.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 18, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new medium vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
c67bc98d1f0853bb196e9c48eab38b6f2ddab795 < 43b2f7d690697182beed6f71aa57b7249d3cfc9c 278d9a243635f26c05ad95dcf9c5a593b9e04dc6 < 9f565752b328fe53c9e42b7d4e4d89a1da63d738 278d9a243635f26c05ad95dcf9c5a593b9e04dc6 < 7e264f67b7d6580eff5c2696961039fd05c69258 278d9a243635f26c05ad95dcf9c5a593b9e04dc6 < 517ddc0259d7a7231486bdafde8035c478bc4088 278d9a243635f26c05ad95dcf9c5a593b9e04dc6 < 3a36d20e012903f45714df2731261fdefac900cb 17495eb2f7f08113b50aba298c2c1a045824c4f7 868de33a39e0e1e91ed3ce4a23a65f30144d2443
Linux / Linux
5.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/43b2f7d690697182beed6f71aa57b7249d3cfc9c git.kernel.org: https://git.kernel.org/stable/c/9f565752b328fe53c9e42b7d4e4d89a1da63d738 git.kernel.org: https://git.kernel.org/stable/c/7e264f67b7d6580eff5c2696961039fd05c69258 git.kernel.org: https://git.kernel.org/stable/c/517ddc0259d7a7231486bdafde8035c478bc4088 git.kernel.org: https://git.kernel.org/stable/c/3a36d20e012903f45714df2731261fdefac900cb