Description
Portkey AI Gateway through 1.15.2 contains a server-side request forgery vulnerability in the /v1/proxy/* route that lacks requestValidator middleware. Attackers can set the x-portkey-custom-host header to internal addresses and forward requests with Authorization headers to reach internal services and exfiltrate provider API keys.
Published: 2026-08-28
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to send requests to internal resources by setting the x-portkey-custom-host header on the "/v1/proxy/*" endpoint. Authorization headers sent with the forged request can reach protected internal services, allowing exfiltration of provider API keys and potentially other sensitive data. The impact is the compromise of confidentiality and integrity of internal credentials.

Affected Systems

Portkey‑AI Gateway versions up to and including 1.15.2 are affected. The vulnerability exists in the gateway’s publicly exposed proxy route, which accepts arbitrary host headers without validation.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity. Because the flaw is a classic SSRF with no listed exploitation in KEV and no EPSS data, the likelihood is uncertain but the high score recommends urgent action. The likely attack vector is an unauthenticated external user sending crafted requests to the vulnerable endpoint. Once exploited, the attacker can access internal services and retrieve API keys.

Generated by OpenCVE AI on August 28, 2026 at 22:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Portkey‑AI Gateway to a version above 1.15.2 that includes the requestValidator middleware for the /v1/proxy/* route.
  • If an update is not yet available, disable the /v1/proxy/* endpoint or restrict it to internal traffic only.
  • Configure the gateway to reject or sanitize the x-portkey-custom-host header and strip Authorization headers from forwarded requests.

Generated by OpenCVE AI on August 28, 2026 at 22:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Portkey-ai
Portkey-ai gateway
Vendors & Products Portkey-ai
Portkey-ai gateway

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

Type Values Removed Values Added
Description Portkey AI Gateway through 1.15.2 contains a server-side request forgery vulnerability in the /v1/proxy/* route that lacks requestValidator middleware. Attackers can set the x-portkey-custom-host header to internal addresses and forward requests with Authorization headers to reach internal services and exfiltrate provider API keys.
Title Portkey AI Gateway Server-Side Request Forgery via /v1/proxy/*
Weaknesses CWE-918
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Portkey-ai Gateway
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:18:53.484Z

Reserved: 2026-08-28T11:12:38.463Z

Link: CVE-2026-82270

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:17.797

Modified: 2026-08-28T20:20:17.797

Link: CVE-2026-82270

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:30:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)