CVE-2026-32718
Deferred Deferred - Pending Action

Insufficient Authorization in Coolify Prior to 4.0.0-beta.466

Vulnerability report for CVE-2026-32718, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-06

Last updated on: 2026-07-07

Assigner: GitHub, Inc.

Description

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.466, mutating API validation endpoints are guarded by read ability, allowing read-scoped API tokens to perform state-changing operations such as validating cloud tokens and servers. This issue is fixed in version 4.0.0-beta.466.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-06
Last Modified
2026-07-07
Generated
2026-07-27
AI Q&A
2026-07-07
EPSS Evaluated
2026-07-25
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
coolify coolify to 4.0.0-beta.466 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in Coolify versions prior to 4.0.0-beta.466 involves the mutating API validation endpoints being protected only by read permissions. This means that API tokens with read-only scope can perform state-changing operations, such as validating cloud tokens and servers, which should normally require higher privileges.

Detection Guidance

This vulnerability involves read-scoped API tokens being able to perform state-changing operations on certain Coolify API endpoints that should require write permissions.

To detect if your system is vulnerable, you can check the version of Coolify you are running. Versions prior to 4.0.0-beta.466 are affected.

You can also test whether read-scoped API tokens can perform mutation operations on the following endpoints:

  • POST /api/v1/projects
  • POST /api/v1/servers
  • POST /api/v1/cloud-tokens/{uuid}/validate
  • GET /api/v1/servers/{uuid}/validate

If a read-scoped token can successfully perform state-changing operations on these endpoints, your system is vulnerable.

Suggested commands to test this could include using curl with a read-scoped API token to attempt a POST request to these endpoints and observe if the operation succeeds.

  • Example curl command to test POST /api/v1/projects with a read token: curl -X POST https://your-coolify-instance/api/v1/projects -H "Authorization: Bearer <read-scoped-token>" -d '{"name":"test-project"}' -H "Content-Type: application/json"
  • Example curl command to test POST /api/v1/cloud-tokens/{uuid}/validate: curl -X POST https://your-coolify-instance/api/v1/cloud-tokens/<uuid>/validate -H "Authorization: Bearer <read-scoped-token>"

Successful mutation or validation with a read token indicates the vulnerability is present.

Impact Analysis

This vulnerability allows attackers or users with read-scoped API tokens to perform unauthorized state-changing actions. This can lead to unauthorized validation of cloud tokens and servers, potentially compromising the integrity of your server and application management processes.

Compliance Impact

The vulnerability allows read-scoped API tokens to perform state-changing operations, violating the intended permission model and potentially enabling unauthorized resource creation and operational changes.

Such unauthorized access and modification capabilities could lead to data integrity and security issues, which may impact compliance with standards and regulations like GDPR and HIPAA that require strict access controls and protection of sensitive data.

However, the provided information does not explicitly discuss the direct impact on compliance with these regulations.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade Coolify to version 4.0.0-beta.466 or later, where the issue has been fixed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-32718. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart