CVE-2026-100391: Server-Side Request Forgery in MediaFlow Proxy
MediaFlow Proxy versions 2.4.9 and earlier are vulnerable to server-side request forgery (SSRF) via the /proxy route, allowing unauthorized access to internal resources and cloud metadata services.
CVE search metadata
CVE search record: CVE-2026-100391. Severity: high. CVSS: 8.2. KEV: no. Product: MediaFlow Proxy (<= 2.4.9). Brief: CVE-2026-100391: Server-Side Request Forgery in MediaFlow Proxy. Brief link: https://feed.craftedsignal.io/briefs/2026-09-mediaflow-proxy-ssrf/
MediaFlow Proxy through version 2.4.9 contains a high-severity server-side request forgery (SSRF) vulnerability. The flaw exists within the /proxy endpoint, where the application fails to perform sufficient validation on the 'd' query parameter. This allows an unauthenticated remote attacker to craft requests that force the proxy server to retrieve data from arbitrary internal or external URLs.
Defenders must be aware that this vulnerability enables attackers to interact with internal-only services, including loopback (127.0.0.1) addresses and cloud provider metadata services (e.g., 169.254.169.254), to potentially exfiltrate sensitive environment credentials or configuration data. Because this vulnerability exists in the request routing logic, it does not require prior authentication, making it a significant risk for internet-facing instances of MediaFlow Proxy.
Impact
Successful exploitation allows attackers to bypass network perimeters, probe internal network segments, and access protected cloud instance metadata services, which often contain highly sensitive IAM credentials and environment-specific configuration secrets.
Recommendation
- Upgrade MediaFlow Proxy to a patched version beyond 2.4.9 immediately to remediate CVE-2026-100391.
- Until patching is complete, restrict access to the /proxy endpoint via Web Application Firewall (WAF) or reverse proxy configurations.
- Audit web server access logs for anomalous requests to the /proxy endpoint that contain internal-only URI schemes, IP addresses, or metadata service paths.
Immediate actions
Upgrade MediaFlow Proxy to a version beyond 2.4.9
Mitigations
Configure WAF rules to sanitize 'd' parameter in /proxy requests
CVE-2026-100391
Detection coverage 1
Detect CVE-2026-100391 Exploitation - SSRF via /proxy Endpoint
highDetects exploitation of CVE-2026-100391 by monitoring for requests to the /proxy endpoint containing internal IP addresses or cloud metadata service paths in the 'd' query parameter.
Detection queries are available on the platform. Get full rules →