GNU bug report logs - #52481
chown of coreutils may delete the suid of file

Previous Next

Package: coreutils;

Reported by: "21625039" <21625039 <at> zju.edu.cn>

Date: Tue, 14 Dec 2021 14:53:01 UTC

Severity: normal

Tags: notabug

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "21625039" <21625039 <at> zju.edu.cn>
To: <bug-coreutils <at> gnu.org>
Subject: chown of coreutils may delete the suid of file
Date: Tue, 14 Dec 2021 10:49:37 +0800
[Message part 1 (text/plain, inline)]
I encountered a problem with chown on my fedora34 as the version of
coreutils is 8.32.

 

The reproduce process could see the steps blow:

[root <at> fedora ~]# ll test.txt

-rw-r--r--. 1 root root 0 Dec 13 21:13 test.txt

[root <at> fedora ~]# chmod 4750 test.txt

[root <at> fedora ~]# ll test.txt

-rwsr-x---. 1 root root 0 Dec 13 21:13 test.txt

[root <at> fedora ~]# chown root:root test.txt

[root <at> fedora ~]# ll test.txt

-rwxr-x---. 1 root root 0 Dec 13 21:13 test.txt

[root <at> fedora ~]# rpm -qa coreutils

coreutils-8.32-19.fc34.x86_64

[root <at> fedora ~]# cat /etc/fedora-release

Fedora release 34 (Thirty Four)

 

Looking forward to hearing from you!

Thanks.

 

[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.