public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fix for Integrity subsystem null pointer deref
@ 2014-10-29  3:55 James Morris
  2014-10-29  5:08 ` Andy Lutomirski
  0 siblings, 1 reply; 12+ messages in thread
From: James Morris @ 2014-10-29  3:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel, security

These changes fix a bug in xattr handling, where the evm and ima 
inode_setxattr() functions do not check for empty xattrs being passed from 
userspace (leading to user-triggerable null pointer dereferences).

Please pull.


The following changes since commit 9f76628da20f96a179ca62b504886f99ecc29223:

  Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux (2014-10-28 13:32:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus

Dmitry Kasatkin (2):
      ima: check xattr value length and type in the ima_inode_setxattr()
      evm: check xattr value length and type in evm_inode_setxattr()

James Morris (1):
      Merge branch 'for-linus' of git://git.kernel.org/.../zohar/linux-integrity into for-linus

 security/integrity/evm/evm_main.c     |    9 ++++++---
 security/integrity/ima/ima_appraise.c |    2 ++
 security/integrity/integrity.h        |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-11-08 11:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29  3:55 [GIT PULL] Fix for Integrity subsystem null pointer deref James Morris
2014-10-29  5:08 ` Andy Lutomirski
2014-10-29 12:59   ` Mimi Zohar
2014-10-29 16:23     ` Andy Lutomirski
2014-10-29 18:29       ` Mimi Zohar
2014-10-29 18:36       ` Dan Carpenter
2014-10-29 18:51         ` Andy Lutomirski
2014-10-29 20:20           ` Mimi Zohar
2014-10-29 21:22             ` Andy Lutomirski
2014-10-29 22:23               ` Dmitry Kasatkin
2014-10-29 22:24                 ` Andy Lutomirski
2014-11-08 11:25         ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox