4.9
CVSSv2

CVE-2010-4250

Published: 21/06/2012 Updated: 13/02/2023
CVSS v2 Base Score: 4.9 | Impact Score: 6.9 | Exploitability Score: 3.9
VMScore: 495
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

Memory leak in the inotify_init1 function in fs/notify/inotify/inotify_user.c in the Linux kernel prior to 2.6.37 allows local users to cause a denial of service (memory consumption) via vectors involving failed attempts to create files.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

linux linux kernel

linux linux kernel 2.6.36.3

linux linux kernel 2.6.36.1

linux linux kernel 2.6.36.2

Vendor Advisories

Several security issues were fixed in the kernel ...
Several security issues were fixed in the kernel ...
Several security issues were fixed in the kernel ...
Several security issues were fixed in the kernel ...
Multiple kernel flaws have been fixed ...
Multiple kernel flaws have been fixed ...

Exploits

/* source: wwwsecurityfocuscom/bid/45036/info The Linux kernel is prone to a local denial-of-service vulnerability Attackers can exploit this issue to cause an out-of-memory condition, denying service to legitimate users */ #include <sys/inotifyh> #include <unistdh> int main(int argc, char *argv[]) { int fds[2 ...