CVE-2026-82270
7.5Portkey AI · Gateway
Portkey AI Gateway versions 1.14.0 through 1.15.2 are vulnerable to server-side request forgery in the /v1/proxy/* route due to a missing requestValidator middleware.
Executive summary
An unauthenticated server-side request forgery vulnerability in Portkey AI Gateway allows attackers to exfiltrate internal data and API keys.
Vulnerability
The application fails to apply the requestValidator middleware to the /v1/proxy/* route, allowing unauthenticated attackers to manipulate the x-portkey-custom-host header. This flaw enables the forwarding of requests to arbitrary internal network addresses, including those carrying sensitive Authorization headers.
Business impact
Successful exploitation allows an attacker to bypass perimeter security to interact with internal services that are not intended to be publicly accessible. This can lead to the exfiltration of sensitive provider API keys, unauthorized access to internal infrastructure, and potential compromise of the broader production environment. With a CVSS score of 7.5, this high-severity vulnerability represents a significant risk to data confidentiality and internal system integrity.
Remediation
Immediate Action: Upgrade Portkey AI Gateway to a version beyond 1.15.2 where the requestValidator middleware is correctly applied to all proxy routes.
Proactive Monitoring: Review web server and application access logs for unusual requests to the /v1/proxy/* endpoint, specifically monitoring for the presence of the x-portkey-custom-host header pointing to internal IP addresses or private hostnames.
Compensating Controls: Implement strict egress filtering on the host machine to prevent the gateway service from initiating unauthorized connections to internal network segments or unauthorized external destinations.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the capability to exfiltrate API keys and reach internal services, administrators must prioritize this update. Ensure all instances of the Portkey AI Gateway are patched to the latest version to close the proxy validation gap and prevent unauthorized internal network traversal.
Sources
Originally found and disclosed by George Chen, per the CVE Program record.
- GitHub Issue #1718 Issue tracker
- github.com
- Vulnerable code: index.ts Technical analysis
- VulnCheck Advisory: Portkey AI Gateway Server-Side Request Forgery via /v1/proxy/* Third-party advisory