The befs_follow_link function in fs/befs/linuxvfs.c in the Linux kernel before 3.1-rc3 does not validate the length attribute of long symlinks, which allows local users to cause a denial of service (incorrect pointer dereference and OOPS) by accessing a long symlink on a malformed Be filesystem.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2011/08/19/5 | mailing list patch exploit third party advisory |
http://www.pre-cert.de/advisories/PRE-SA-2011-06.txt | third party advisory exploit |
http://www.securityfocus.com/bid/49256 | vdb entry third party advisory |
http://www.openwall.com/lists/oss-security/2011/08/19/1 | mailing list patch exploit third party advisory |
http://www.securityfocus.com/archive/1/519387/100/0/threaded | mailing list exploit vdb entry third party advisory |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=338d0f0a6fbc82407864606f5b64b75aeb3c70f2 | |
https://exchange.xforce.ibmcloud.com/vulnerabilities/69343 | vdb entry third party advisory |
http://securityreason.com/securityalert/8360 | third party advisory exploit |
http://www.kernel.org/pub/linux/kernel/v3.0/testing/ChangeLog-3.1-rc3 | broken link |