Description
Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the addon and integration subsystem passes the operator-controlled parameters.url value from src/lib/addons/webhook.ts and the Slack, Microsoft Teams, Datadog, and New Relic integrations to Addon.fetchRetry in src/lib/addons/addon.ts without restricting loopback, link-local, private, or cloud metadata addresses. An authenticated actor with the root CREATE_ADDON or UPDATE_ADDON permission can cause the server to send requests from inside its network boundary, use integration event status as a blind probing oracle, forward Authorization, customHeaders, or DD-API-KEY values to an attacker-observed host, and deliver the feature-event JSON body to internal services. This issue is fixed in versions 7.5.2, 7.6.5, and 8.0.2.
Published: 2026-08-21
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Server‑Side Request Forgery
Action: Patch
AI Analysis

Impact

The vulnerability resides in Unleash’s addon and integration subsystem, where the operator‑controlled url parameter is forwarded to the Addon.fetchRetry function without filtering. The weakness is a Server‑Side Request Forgery (CWE‑918). Because the URL can point to any network address, an attacker who can create or update an addon can force the server to issue requests to internal or cloud‑metadata endpoints. The server also forwards any custom headers—including Authorization, DD‑API‑KEY, and others—to the target host, thus leaking privileged request data. This remote Server‑Side Request Forgery can be used to exfiltrate sensitive information from internal services.

Affected Systems

Affected versions are all releases of Unleash prior to 7.5.2, 7.6.5, and 8.0.2. The vendor is Unleash, the product is the Unleash feature‑management platform. Upgrading to any of the patched releases mitigates the flaw.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. No EPSS data is available and the CVE is not listed in the CISA KEV catalog. Exploitation requires an authenticated actor with the system‑level CREATE_ADDON or UPDATE_ADDON permission; with that privilege, the attacker can probe internal endpoints and exfiltrate request headers. In practice, the vulnerability is likely to be exploited within an organization’s internal network by privileged users or compromised accounts.

Generated by OpenCVE AI on August 21, 2026 at 19:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Unleash to release 7.5.2 or newer (including 7.6.5 and 8.0.2)
  • Add network controls to block outbound HTTP/HTTPS traffic from Unleash to internal or cloud‑metadata IP ranges
  • Restrict CREATE_ADDON and UPDATE_ADDON permissions to only trusted principals
  • Enable logging of outbound add‑on calls and review for suspicious activity

Generated by OpenCVE AI on August 21, 2026 at 19:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-5vf6-jrqr-78fj Unleash: Addon webhook URL is dialed server-side with no internal-address filtering, enabling SSRF to internal services / cloud metadata and exfiltration of configured request headers
History

Fri, 21 Aug 2026 21:45:00 +0000

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

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 21 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the addon and integration subsystem passes the operator-controlled parameters.url value from src/lib/addons/webhook.ts and the Slack, Microsoft Teams, Datadog, and New Relic integrations to Addon.fetchRetry in src/lib/addons/addon.ts without restricting loopback, link-local, private, or cloud metadata addresses. An authenticated actor with the root CREATE_ADDON or UPDATE_ADDON permission can cause the server to send requests from inside its network boundary, use integration event status as a blind probing oracle, forward Authorization, customHeaders, or DD-API-KEY values to an attacker-observed host, and deliver the feature-event JSON body to internal services. This issue is fixed in versions 7.5.2, 7.6.5, and 8.0.2.
Title Unleash: Addon webhook URL is dialed server-side with no internal-address filtering, enabling SSRF to internal services / cloud metadata and exfiltration of configured request headers
Weaknesses CWE-918
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T19:22:22.158Z

Reserved: 2026-07-14T23:10:57.032Z

Link: CVE-2026-63004

cve-icon Vulnrichment

Updated: 2026-08-21T19:21:51.317Z

cve-icon NVD

Status : Deferred

Published: 2026-08-21T19:17:30.550

Modified: 2026-09-09T21:20:38.860

Link: CVE-2026-63004

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:15:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)