Buffer overflow in the fuse_notify_inval_entry function in fs/fuse/dev.c in the Linux kernel before 3.1 allows local users to cause a denial of service (BUG_ON and system crash) by leveraging the ability to mount a FUSE filesystem.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
https://github.com/torvalds/linux/commit/c2183d1e9b3f313dd8ba2b1b0197c8d9fb86a7ae | third party advisory patch |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=c2183d1e9b3f313dd8ba2b1b0197c8d9fb86a7ae | |
https://bugzilla.redhat.com/show_bug.cgi?id=736761 | patch third party advisory issue tracking |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1 | patch vendor advisory mailing list |
http://www.openwall.com/lists/oss-security/2011/09/09/6 | patch mailing list third party advisory |