Skip to content

Security issues with the install script #26

@rendler-denis

Description

@rendler-denis

Security issues with the install script:

  1. Telemetry on by default:
Image

Why is there a need to send this payload? And why is there a need to hide its output? IT should default to --no-telemetry not the other way around

  1. Grants passwordless root to the app user

echo "$user ALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/$user

This is basically full root with no prompts.

Do you really need a new user with sudo since you already add it to the docker group?

  1. don't install automatically Docker plugins. they have the unintended consequence of blocking everything in case of issues. additionally, I might be monitoring my Docker setup with other tools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions