Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/coollabsio/coolify/commit/2729dffb3e30167c1ffd642357b7e0bb99b
- https://github.com/coollabsio/coolify/pull/9189
- https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.471
- https://github.com/coollabsio/coolify/security/advisories/GHSA-962v-gxmw-56hc
- https://github.com/coollabsio/coolify/security/advisories/GHSA-962v-gxmw-56hc
FAQ
What is CVE-2026-34167?
CVE-2026-34167 is a vulnerability with a CVSS score of 5.0 (MEDIUM). 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 propert...
How severe is CVE-2026-34167?
CVE-2026-34167 has been rated MEDIUM with a CVSS base score of 5.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-34167?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.