Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261991 (CVE-2009-0859) - Kernel: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM (CVE-2009-0859)
Summary: Kernel: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM (CVE-2009-0859)
Status: RESOLVED FIXED
Alias: CVE-2009-0859
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://git.kernel.org/?p=linux/kernel...
Whiteboard: [linux <2.6.27.16] [linux >=2.6.28 <2...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 16:11 UTC by Robert Buchholz (RETIRED)
Modified: 2013-09-15 20:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Buchholz (RETIRED) gentoo-dev 2009-03-10 16:11:32 UTC
CVE-2009-0859 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0859):
  The shm_get_stat function in ipc/shm.c in the shm subsystem in the
  Linux kernel before 2.6.28.5, when CONFIG_SHMEM is disabled,
  misinterprets the data type of an inode, which allows local users to
  cause a denial of service (system hang) via an SHM_INFO shmctl call,
  as demonstrated by running the ipcs program.