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
History
No history.
Information
Published : 2019-03-21 16:01
Updated : 2023-11-07 03:13
NVD link : CVE-2019-9857
Mitre link : CVE-2019-9857
CVE.ORG link : CVE-2019-9857
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime