Skip to content

Security: Sensitive credentials and third-party tokens exposed in bootstrap logs #11

@ahmaddxb

Description

@ahmaddxb

Description

The current bootstrap function logs the entire Config object in plaintext. This results in credentials and private authentication tokens being written to the log stream, which could be exposed to unauthorized users via log management systems or monitoring dashboards.

Identified Leaks

The following sensitive fields are currently logged in plaintext:

  • admin_password: The dashboard administrative password is fully visible.
  • notification_urls: Third-party integration secrets (such as Telegram Bot tokens and Chat IDs) are exposed.
  • agents_config tokens: The token values used for agent authentication are printed during startup.

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