Description
Bifrost is an enterprise AI gateway for routing requests to model providers. Prior to 1.5.17, the isPublicIP function in core/providers/utils/fetch.go, reached through FetchAndEncodeURL for Bedrock and Vertex image or document URLs, classifies Carrier-Grade NAT 100.64.0.0/10, IPv6 6to4 2002::/16, NAT64 64:ff9b::/96 and 64:ff9b:1::/48, and deprecated IPv6 site-local fec0::/10 addresses as public. A remote attacker who controls a multimodal request URL can make the gateway fetch internal services, including a cloud instance metadata endpoint encoded through 6to4 or NAT64. This issue is fixed in version 1.5.17.
Published: 2026-08-28
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Server Side Request Forgery
Action: Immediate Patch
AI Analysis

Impact

Bifrost, the enterprise AI gateway, allowed the isPublicIP function to incorrectly classify several private address families—such as Carrier‑Grade NAT 100.64.0.0/10, IPv6 6to4 2002::/16, NAT64 64:ff9b::/96, 64:ff9b:1::/48, and deprecated site‑local fec0::/10—as public addresses. Consequently, when the gateway’s FetchAndEncodeURL routine processes multimodal request URLs for Bedrock or Vertex image or document endpoints, it can inadvertently reach internal services. A remote attacker who supplies a crafted multimodal request URL can exploit this misclassification to make the gateway query internal resources, including cloud instance metadata endpoints, and gain sensitive information or elevate privileges. This flaw is a classic SSRF vulnerability, identified as CWE‑918.

Affected Systems

The vulnerability exists in the maximhq Bifrost product across all prior releases before core version 1.5.17. Administrators using versions 1.5.16 or earlier, regardless of deployment environment, are susceptible. The affected component is core/providers/utils/fetch.go, which is invoked by the FetchAndEncodeURL feature that handles third‑party image and document URLs from Bedrock and Vertex services.

Risk and Exploitability

The CVSS score of 8.7 marks this issue as high severity, and the EPSS information is currently unavailable, indicating no data on exploit frequency. The vulnerability is not listed in the CISA KEV catalog. An attacker can trigger the flaw by supplying a multimodal request with a target URL encoded in a 6to4 or NAT64 format, which is typically controllable over the public internet. Because the flaw relies on input supplied by an external user, it can be abused remotely without additional privileges, making it a significant risk for organizations that expose Bifrost to untrusted clients.

Generated by OpenCVE AI on August 28, 2026 at 20:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Bifrost to version 1.5.17 or later, which contains the fix for the isPublicIP classification.
  • For environments that cannot upgrade immediately, restrict the gateway’s outbound URLs to a whitelist of trusted hostnames and block IPv6 6to4, NAT64, and CGNAT ranges using firewall or proxy rules.
  • Verify that no internal service is exposed via multimodal requests and consider disabling the FetchAndEncodeURL capability for untrusted clients.

Generated by OpenCVE AI on August 28, 2026 at 20:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-w98g-5w9p-p3rc Bifrost's SSRF deny-list is incomplete: isPublicIP permits CGNAT, IPv6 6to4/NAT64, and site-local in FetchAndEncodeURL
History

Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Maximhq
Maximhq bifrost
Vendors & Products Maximhq
Maximhq bifrost

Fri, 28 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Bifrost is an enterprise AI gateway for routing requests to model providers. Prior to 1.5.17, the isPublicIP function in core/providers/utils/fetch.go, reached through FetchAndEncodeURL for Bedrock and Vertex image or document URLs, classifies Carrier-Grade NAT 100.64.0.0/10, IPv6 6to4 2002::/16, NAT64 64:ff9b::/96 and 64:ff9b:1::/48, and deprecated IPv6 site-local fec0::/10 addresses as public. A remote attacker who controls a multimodal request URL can make the gateway fetch internal services, including a cloud instance metadata endpoint encoded through 6to4 or NAT64. This issue is fixed in version 1.5.17.
Title Bifrost: SSRF deny-list incomplete: isPublicIP permits CGNAT, IPv6 6to4/NAT64, and site-local in FetchAndEncodeURL
Weaknesses CWE-918
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-28T19:54:10.966Z

Reserved: 2026-06-16T16:44:00.624Z

Link: CVE-2026-55245

cve-icon Vulnrichment

Updated: 2026-08-28T19:53:47.506Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T20:18:26.743

Modified: 2026-09-09T21:09:13.080

Link: CVE-2026-55245

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:20:15Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)