|
|
Info |
Last Modified |
| 8 months ago |
|
|
|
|
Description |
FreeBSD contains a flaw that may allow a malicious user to gain access to unauthorized privileges. The issue is triggered when the kernel follows a maliciously created symbolic link during its creation of core files using periodic(3), allowing arbitrary file modification. This flaw may lead to a loss of integrity.
|
|
Classification |
Location:
Local Access Required
Attack Type:
Race Condition
Impact:
Loss of Integrity
Exploit:
Exploit Rumored / Private
Disclosure:
OSVDB Verified
|
|
Solution |
Upgrade to corrected versions 3.2-STABLE or 3.3-RELEASE or higher, as it has been reported to fix this vulnerability. Also, FreeBSD has released a patch. It is also possible to correct the flaw by implementing the following workaround: disable periodic() core dumps by changing core size to zero.
# mv /usr/sbin/periodic /usr/sbin/periodic.bin # cat > /usr/sbin/periodic #!/bin/sh ulimit -c 0 /usr/sbin/periodic.bin $* ^D # chmod 555 /usr/sbin/periodic
|
|
Products |
|
FreeBSD
 |
1.1.5.1 |
2.x |
3.0 |
3.1 |
3.2 |
|
|
|
|
Credit |
Unknown or Incomplete
|
|
BlogsProvided by Technorati
|
None found at this time
|
|
|