CVE-2026-34167
MediumCVSS 5.0Exploitation Probability (EPSS)
Low risk10th percentile - higher than 10% of all known CVEs
Summary
In Coolify prior to version 4.0.0-beta.471, the ActivityMonitor Livewire component exposes a public $activityId property without the #[Locked] attribute. This allows an authenticated user to enumerate activity records across all teams and read the full command output from remote SSH processes, potentially revealing secrets, configuration files, and infrastructure details.
Risk Assessment
The risk involves unauthorized access to sensitive data such as secrets, configurations, and infrastructure details, which could lead to privilege escalation or leakage of critical security information.
Recommendation
Immediately upgrade Coolify to version 4.0.0-beta.471 or later, which includes the security fix.
Original NVD description (English source)
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the ActivityMonitor Livewire component exposes a public $activityId property without Livewire's #[Locked] attribute. It loads activities via Activity::find($this->activityId) with no authorization or team scoping. Activity IDs are auto-incrementing integers. Any authenticated user can enumerate activity records across all teams and read the full command output from remote SSH processes, which may include secrets, configuration files, and infrastructure details. This issue is fixed in version 4.0.0-beta.471.

