CVE Catalog

CVE-2026-77426

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.48%

39th percentile - higher than 39% of all known CVEs

Summary

Unleash prior to 8.0.3 contains five authorization vulnerabilities in the admin API that allow authenticated users to modify segment assignments, disclose cross-project variant, strategy, and environment information, and modify tags across projects without proper permissions.

Risk Assessment

An attacker could gain unauthorized access to feature configuration, alter project settings, or disclose sensitive data, compromising integrity and confidentiality.

Recommendation

Upgrade Unleash to version 8.0.3 or later.

Other vulnerabilities in Unleash

See all
Original NVD description (English source)

Unleash is an open-source feature management platform. Prior to 8.0.3, the Unleash admin API contains five authorization vulnerabilities. POST /api/admin/segments/strategies assigns the Promise returned by hasPermission without awaiting it, allowing authenticated users to modify segment assignments without UPDATE_FEATURE_STRATEGY permission for the target project and environment. GET /api/admin/projects/:projectId/features/:featureName/environments/:environment/variants does not bind the requested feature to projectId, allowing cross-project variant configuration disclosure. GET .../strategies/:strategyId uses strategyId without validating the project and feature context, allowing cross-project strategy configuration disclosure. getEnvironmentInfo does not validate that the requested feature belongs to the supplied project, allowing cross-project environment information disclosure. PUT /:projectId/tags accepts feature identifiers without verifying that they belong to the URL project, allowing cross-project tag modification. This issue is fixed in version 8.0.3.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS