Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 6ceaa9baebd8878f7bb420b93d46d4b6 > files > 1

ipmitool-1.8.9-4.1mdvmes5.2.src.rpm


CVE-2011-4339 OpenIPMI: IPMI event daemon creates PID file with world writeable permissions

--- lib/helper.c	2009-02-25 20:38:52.000000000 +0000
+++ lib/helper.c.oden	2011-12-27 13:58:07.000000000 +0000
@@ -427,7 +427,6 @@ ipmi_start_daemon(struct ipmi_intf *intf
 #endif
 
 	chdir("/");
-	umask(0);
 
 	for (fd=0; fd<64; fd++) {
 		if (fd != intf->fd)