Date: Fri, 19 Aug 2005 12:04:20 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/opencrypto cryptodev.c Message-ID: <200508191204.j7JC4KIB028282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-08-19 12:04:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/opencrypto cryptodev.c Log: MFC: sys/opencrypto/cryptodev.c 1.26 Fix bogus check. It was possible to panic the kernel by giving 0 length. This is actually a local DoS, as every user can use /dev/crypto if there is crypto hardware in the system and cryptodev.ko is loaded (or compiled into the kernel). Reported by: Mike Tancsa <mike@sentex.net> Security: Local DoS on systems with crypto HW and with /dev/crypto available Approved by: re (kensmith) Revision Changes Path 1.25.2.1 +4 -2 src/sys/opencrypto/cryptodev.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508191204.j7JC4KIB028282>