Description
A vulnerability was found in coollabsio Coolify up to 4.1.0. This affects the function Github::redirect of the file /webhooks/source/github/redirect of the component GitHub App Setup Handler. The manipulation of the argument state results in missing authentication. The attack can be executed remotely. The exploit has been made public and could be used. Upgrading to version 4.1.1 mitigates this issue. The patch is identified as fc89e357feed5180ed1ab5eb9cb330578f025539. The affected component should be upgraded.
Published: 2026-09-27
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Authentication Bypass
Action: Immediate Patch
AI Analysis

Impact

The vulnerability originates from the manipulation of the state argument in the GitHub App Setup redirect handler within Coolify. By altering this parameter the application fails to enforce authentication, allowing an attacker to complete the OAuth flow without proper verification. This represents an authentication bypass that could enable unauthorized API access or privilege escalation within the application. The description confirms that the exploit can be executed remotely and the adversary has already published the technique.

Affected Systems

CoollabsIO’s Coolify product, versions up to 4.1.0, is affected. The problem is resolved in release 4.1.1, which incorporates the patch identified by commit id fc89e357feed5180ed1ab5eb9cb330578f025539. Users of older releases must upgrade to mitigate the risk.

Risk and Exploitability

The CVSS score of 6.9 indicates that the vulnerability is moderate but significant. No EPSS data is available, and the issue is not listed in the CISA KEV catalog, yet the exploit has been made public and can be leveraged remotely. Attackers can gain unauthenticated access by manipulating the state parameter in the GitHub OAuth flow, leading to potential data exposure or control over the affected deployment.

Generated by OpenCVE AI on September 27, 2026 at 04:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the official patch by upgrading Coolify to version 4.1.1
  • Revise any GitHub App or OAuth-related integrations to ensure the state parameter undergoes proper validation after the upgrade
  • Revoke and regenerate any OAuth tokens that may have been issued before the fix to eliminate potential misuse

Generated by OpenCVE AI on September 27, 2026 at 04:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 03:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in coollabsio Coolify up to 4.1.0. This affects the function Github::redirect of the file /webhooks/source/github/redirect of the component GitHub App Setup Handler. The manipulation of the argument state results in missing authentication. The attack can be executed remotely. The exploit has been made public and could be used. Upgrading to version 4.1.1 mitigates this issue. The patch is identified as fc89e357feed5180ed1ab5eb9cb330578f025539. The affected component should be upgraded.
Title coollabsio Coolify GitHub App Setup redirect missing authentication
First Time appeared Coollabsio
Coollabsio coolify
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:coollabsio:coolify:*:*:*:*:*:*:*:*
Vendors & Products Coollabsio
Coollabsio coolify
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Coollabsio Coolify
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-27T03:30:18.973Z

Reserved: 2026-09-26T13:32:40.829Z

Link: CVE-2026-100746

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T04:16:34.570

Modified: 2026-09-27T04:16:34.570

Link: CVE-2026-100746

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T04:30:19Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function