In the Linux kernel through 5.0.2, the function inotify_update_existing_watch() in fs/notify/inotify/inotify_user.c neglects to call fsnotify_put_mark() with IN_MASK_CREATE after fsnotify_find_mark(), which will cause a memory leak (aka refcount leak). Finally, this will cause a denial of service.
References
Configurations
Information
Published : 2019-03-21 09:01
Updated : 2020-08-24 10:37
NVD link : CVE-2019-9857
Mitre link : CVE-2019-9857
JSON object : View
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
Products Affected
linux
- linux_kernel