OpenBSD 5.8 and 5.9 allows local users to cause a denial of service (NULL pointer dereference and panic) via a sysctl call with a path starting with 10,9.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.248&r2=1.249 | patch |
http://www.openwall.com/lists/oss-security/2016/07/26/6 | mailing list third party advisory exploit |
http://www.openwall.com/lists/oss-security/2016/07/26/8 | mailing list third party advisory exploit |
http://www.securityfocus.com/bid/92140 | vdb entry |
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/tmpfs/tmpfs_vfsops.c.diff?r1=1.9&r2=1.10 | patch |