Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
PR:H confirmed by storage management permission requirement; C:H reflects credential exposure risk via metadata SSRF; no integrity or availability impact identified.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.474, S3 storage endpoint validation only checks URL format and testConnection() sends a server-side request to the configured endpoint, allowing an authenticated user with storage management permissions to make Coolify request internal or metadata-service URLs. This issue is fixed in version 4.0.0-beta.474.
AnalysisAI
Server-Side Request Forgery (SSRF) in Coolify prior to v4.0.0-beta.474 enables an authenticated user holding storage management permissions to coerce the application server into issuing HTTP requests to arbitrary internal addresses, including cloud instance metadata services. The vulnerable code path is Coolify's S3 storage endpoint testConnection() function, which blindly fetches the caller-supplied URL after only superficial format validation. No public exploit or CISA KEV listing exists at time of analysis, but cloud-hosted deployments face elevated risk because successful exploitation can expose cloud provider credentials via metadata endpoints such as AWS IMDSv1.
Technical ContextAI
Coolify (CPE: cpe:2.3:a:coollabsio:coolify:*:*:*:*:*:*:*:*) is a self-hostable server and application management platform. The affected feature allows users to configure S3-compatible storage backends by supplying an endpoint URL. The validation routine checks only URL syntax and does not enforce allowlists, block RFC-1918 private ranges, loopback addresses (127.0.0.0/8), or link-local ranges (169.254.0.0/16). The testConnection() function then performs a live server-side HTTP request to the supplied URL. This is a classic CWE-918 (Server-Side Request Forgery) pattern - user-controlled input is used to initiate a network request from the server without adequate destination validation, turning the application server into an unintended HTTP proxy for internal network reconnaissance or metadata service access.
RemediationAI
Upgrade Coolify to version 4.0.0-beta.474 or later; the fix is confirmed by commit 297e9c41e19958f6237919794c28c3fb1d4cda32 and the corresponding release at https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.474. If an immediate upgrade is not feasible, apply the following compensating controls: restrict storage management permissions to the minimum necessary set of trusted administrator accounts (reduces the privilege surface but does not eliminate the flaw for those who retain access); implement host-level or network-level egress filtering on the Coolify application server to block outbound requests to RFC-1918 ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), loopback (127.0.0.0/8), and link-local ranges including cloud metadata services (169.254.0.0/16). Note that egress filtering can break legitimate internal S3-compatible storage configurations if those endpoints reside on private addresses, so coordinate with network teams before applying broad blocks.
Coolify, a self-hosted server management platform, allows authenticated users to inject OS commands through the Git Repo
A command injection vulnerability in Coolify's Database Backup functionality allows authenticated users with application
Coolify through v4.0.0-beta.434 exposes the root user's SSH private key to low-privileged team members. Any user with ba
Cross-team authorization bypass in Coolify (open-source self-hosted PaaS) before 4.0.0-beta.474 allows an authenticated,
Coolify before 4.0.0-beta.445 allows command injection through docker-compose.yaml parameters. If a victim creates an ap
Coolify versions prior to v4.0.0-beta.420.7 are vulnerable to a remote code execution vulnerability in the project deplo
Coolify versions prior to v4.0.0-beta.420.6 are vulnerable to a remote code execution vulnerability in the application d
Authenticated OS command injection in Coolify before 4.0.0-beta.471 lets any user holding destination management permiss
Authenticated remote code execution in Coolify (self-hosted PaaS) before 4.0.0-beta.470 lets a low-privileged authentica
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. [CVSS 8.8 HIGH]
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to version 4.0
An authenticated command injection vulnerability in Coolify's PostgreSQL initialization script handling allows attackers
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41992