CVE Catalog

CVE-2026-55421

MediumCVSS 6.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

18th percentile - higher than 18% of all known CVEs

Summary

Open edX Platform enables the authoring and delivery of online learning at any scale. Prior to commit 00b7c3c, the endpoint accepts user-supplied files[].url, performs a server-side fetch using "requests.get(url, allow_redirects=True)". The fetched bytes are then returned inside a ZIP response. This enables SSRF with response exfiltration. Redirect-following is enabled, and there is no timeout in the vulnerable fetch path. This issue has been patched via commit 00b7c3c.

Risk Assessment

An attacker can exploit SSRF to access internal resources and exfiltrate their content, potentially leading to disclosure of sensitive data.

Recommendation

Update Open edX Platform to a version containing commit 00b7c3c that fixes the vulnerability, and consider restricting access to the endpoint.

Other vulnerabilities in Open edX Platform

See all
Original NVD description (English source)

Open edX Platform enables the authoring and delivery of online learning at any scale. Prior to commit 00b7c3c, the endpoint accepts user-supplied files[].url, performs a server-side fetch using "requests.get(url, allow_redirects=True)". The fetched bytes are then returned inside a ZIP response. This enables SSRF with response exfiltration. Redirect-following is enabled, and there is no timeout in the vulnerable fetch path. This issue has been patched via commit 00b7c3c.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS