Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the GithubApp api_url field is used as the base URL for server-side HTTP requests without allowlisting or private IP blocking, allowing an authenticated user to configure a GitHub App source that causes Coolify to request internal services or cloud metadata endpoints. This issue is reported as fixed in version 4.0.0-beta.471.
Published: 2026-07-07
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows an authenticated user to assign any value to the GitHub App api_url field; Coolify then requests without any allowlisting or private IP filtering. Because the request target can be set to internal services or cloud metadata endpoints, the application may unwittingly disclose sensitive internal data or trigger denial‑of‑service conditions on those services. The weakness is a classic server‑side request forgery, reflected in CWE‑918.

Affected Systems

Coolify, the self‑hosted platform from coollabsio, is affected in every release prior to 4.0.0‑beta.471. Any user who has permission to configure a GitHub App source in those versions can exploit the issue.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate risk, while the EPSS score of less than 1% suggests that exploitation is currently unlikely. Coolify is not listed in CISA’s KEV catalog, and no public reports of active exploitation exist. An attacker would need authenticated access with privileges to set the GitHub App configuration; once the api_url is set to an internal or cloud metadata endpoint, Coolify will perform outbound requests that bypass normal network restrictions, potentially exposing confidential data or enabling lateral movement.

Generated by OpenCVE AI on July 26, 2026 at 19:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Coolify to version 4.0.0‑beta.471 or later, which removes the vulnerable handling of the api_url field.
  • Restrict editing of the GitHub App configuration to administrators or trusted accounts only.
  • Validate the api_url value before storing or using it for outbound requests, rejecting private IP ranges, loopback addresses, or known internal endpoints to enforce allowlisting.

Generated by OpenCVE AI on July 26, 2026 at 19:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
First Time appeared Coollabsio
Coollabsio coolify
Vendors & Products Coollabsio
Coollabsio coolify

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Description Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the GithubApp api_url field is used as the base URL for server-side HTTP requests without allowlisting or private IP blocking, allowing an authenticated user to configure a GitHub App source that causes Coolify to request internal services or cloud metadata endpoints. This issue is reported as fixed in version 4.0.0-beta.471.
Title Coolify: Server-Side Request Forgery via attacker-controlled GitHub App API URL
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Coollabsio Coolify
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-07T13:55:10.465Z

Reserved: 2026-03-25T20:12:04.198Z

Link: CVE-2026-34170

cve-icon Vulnrichment

Updated: 2026-07-07T13:54:56.834Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:45:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)