Description
Unleash is an open-source feature management platform. Prior to 8.0.3, cloneFeatureToggle and POST /api/admin/projects/:projectId/features/:featureName/clone authorize creation in the destination project but do not verify access to the source project. Because feature names are globally unique, a user with create or clone permission in one project who knows or guesses another project's feature name can copy that feature into the authorized project and inspect its strategy parameters, constraints, variants, and variant payloads. This issue is fixed in version 8.0.3.
Published: 2026-09-22
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized disclosure of feature configuration
Action: Apply Patch
AI Analysis

Impact

The vulnerability allows an attacker who can create or clone features in a destination project to copy a feature from a source project without any verification of read access to that source. Because feature names are globally unique, the attacker can guess or obtain a target feature name and clone it, thereby revealing its strategy parameters, constraints, variants, and payloads. This results in a confidentiality breach of configuration data that may hold sensitive business or technical information, and the weakness is identified as CWE-639.

Affected Systems

The Unleash open‑source feature‑management platform is affected in all releases earlier than version 8.0.3. Any installation of Unleash that has not been updated to 8.0.3 or later is vulnerable, while versions 8.0.3 and newer provide the fix described in the official release notes.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score is not available. The vulnerability is not listed in CISA KEV. An attacker can exploit it by sending authenticated REST requests to the clone endpoint, provided they have create or clone permissions in the target project and knowledge of a feature name in the source project. Successful exploitation leads to unauthorized read access to the full configuration of the cloned feature, exposing potentially sensitive data. The absence of source‑project access checks creates a clear privilege escalation within the platform’s permission model.

Generated by OpenCVE AI on September 22, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Unleash version 8.0.3 or later.
  • Revoke clone or create permissions from untrusted users or projects that should not be able to read additional project data.
  • Ensure API credentials used for cloning are scoped to only the necessary projects and do not have broader read or create rights.

Generated by OpenCVE AI on September 22, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8xcj-9hfr-fh9j Unleash: Clone-feature lets a user copy a feature from a project they cannot read
History

Tue, 22 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Unleash
Unleash unleash
Vendors & Products Unleash
Unleash unleash

Tue, 22 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description Unleash is an open-source feature management platform. Prior to 8.0.3, cloneFeatureToggle and POST /api/admin/projects/:projectId/features/:featureName/clone authorize creation in the destination project but do not verify access to the source project. Because feature names are globally unique, a user with create or clone permission in one project who knows or guesses another project's feature name can copy that feature into the authorized project and inspect its strategy parameters, constraints, variants, and variant payloads. This issue is fixed in version 8.0.3.
Title Unleash: Clone-feature lets a user copy a feature from a project they cannot read
Weaknesses CWE-639
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T20:21:35.069Z

Reserved: 2026-08-19T22:43:14.891Z

Link: CVE-2026-76910

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T21:17:32.037

Modified: 2026-09-22T21:17:32.037

Link: CVE-2026-76910

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T21:30:20Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key