Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245017 - Kernel: Remove suid/sgid bits on [f]truncate() (CVE-2008-4210)
Summary: Kernel: Remove suid/sgid bits on [f]truncate() (CVE-2008-4210)
Status: RESOLVED FIXED
Alias: None
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.22]
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 22:20 UTC by Robert Buchholz (RETIRED)
Modified: 2009-07-14 10:44 UTC (History)
0 users

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 2008-10-30 22:20:08 UTC
CVE-2008-4210 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-4210):
  fs/open.c in the Linux kernel before 2.6.22 does not properly strip
  setuid and setgid bits when there is a write to a file, which allows
  local users to gain the privileges of a different group, and obtain
  sensitive information or possibly have unspecified other impact, by
  creating an executable file in a setgid directory through the (1)
  truncate or (2) ftruncate function in conjunction with memory-mapped
  I/O.