AUGUST 21, 2026
Live Feed
Back to database
Case File

CVE-2026-34167

MEDIUM · CVSS 5 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-06 · Last synced 2026-08-05

CyberRota Analysis

AI-Generated

The ActivityMonitor Livewire component in Coolify versions prior to 4.0.0-beta.471 is vulnerable due to the exposure of a public $activityId property, allowing any authenticated user to enumerate activity records across all teams without proper authorization. This could lead to unauthorized access to sensitive information, including secrets and configuration details from remote SSH processes. Organizations using affected versions should prioritize upgrading to the fixed version to mitigate potential data leakage risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-34167
Severity
MEDIUM
CVSS
5
EPSS
0.20%

Original NVD 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.