Skip to content

[Q/A] "Removing suid on /usr/bin/fusermount3 may seriously harm your system", Action? #253

Open
@perpi

Description

@perpi

6.1.13_find_suid_files:

[INFO] Performing audit
[INFO] Checking if there are suid files
[ KO ] Some suid files are present
[ KO ]  /usr/bin/fusermount3 /usr/lib/dbus-1.0/dbus-daemon-launch-helper 
[INFO] Applying Hardening
[INFO] Removing suid on valid binary may seriously harm your system, report only here

How should I deal with this message, do you recommend removing suid? Can I safely ignore it to keep suid on these two detected files?

ChatGPT:

Is This a Security Issue?
No, not necessarily. These files are typically setuid by design, as they require elevated privileges for functionality (e.g., mounting filesystems or managing DBus services). The warning indicates that these files have setuid permissions, but in this case, these are expected and often harmless. However, improper handling of such files could expose the system to risks.


Worth to read: https://unix.stackexchange.com/a/677770/699434

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions