Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2005 12:06:40 +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:  <200508191206.j7JC6eDu028469@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-08-19 12:06:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    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
  
  Revision  Changes    Path
  1.22.2.2  +4 -2      src/sys/opencrypto/cryptodev.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508191206.j7JC6eDu028469>