Open edX Platform SSRF via Unvalidated URL Parameter (CVE-2026-42858)
The National Vulnerability Database reports a high-severity Server-Side Request Forgery (SSRF) vulnerability, CVE-2026-42858, in the Open edX Platform. This flaw allows an authenticated Enterprise Admin user to force the server to initiate arbitrary HTTP requests to internal network services, cloud metadata endpoints, or attacker-controlled destinations.
The vulnerability resides in the sync_provider_data endpoint within SAMLProviderDataViewSet. According to the National Vulnerability Database, an attacker can supply an unvalidated URL via the metadata_url POST parameter. This URL is then passed directly to requests.get() without any validation of the URL scheme, IP filtering, or general sanitization. This critical oversight grants a malicious actor the ability to probe internal infrastructure, potentially exfiltrate sensitive cloud metadata (e.g., AWS EC2 instance metadata), or leverage the server as a proxy for further attacks.
Open edX users with Enterprise Admin privileges are the attack vector. While the vulnerability requires authentication, the impact of an SSRF at this level is significant. The National Vulnerability Database indicates the issue is fixed by commits 6fda1f120ff5a590d120ae1180185525f399c6d0 and 70a56246dd9c9df57c596e64bdd8a11b1d9da054. Defenders need to prioritize patching to mitigate the risk of internal network reconnaissance and data exfiltration.
What This Means For You
- If your organization uses Open edX Platform, you must immediately verify that your deployments are patched with the fixes for CVE-2026-42858. An attacker with Enterprise Admin access can leverage this SSRF to map your internal network, access cloud metadata, and potentially move laterally. Audit logs for suspicious requests originating from your Open edX instances.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Open edX SSRF via sync_provider_data endpoint - CVE-2026-42858
title: Open edX SSRF via sync_provider_data endpoint - CVE-2026-42858
id: scw-2026-05-11-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-42858 by targeting the sync_provider_data endpoint with a POST request. The rule specifically looks for the 'metadata_url' parameter containing a request to the AWS metadata endpoint (169.254.169.254), a common target for SSRF attacks to exfiltrate cloud credentials. This rule requires authenticated Enterprise Admin privileges to exploit.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42858/
tags:
- attack.lateral_movement
- attack.t1557.001
logsource:
category: webserver
detection:
selection:
cs-uri|startswith:
- '/api/saml/v1/samlproviderdata/'
cs-method|exact:
- 'POST'
cs-uri-query|contains:
- 'metadata_url='
selection_indicators:
cs-uri-query|contains:
- 'http://169.254.169.254'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42858 | SSRF | Open edX Platform |
| CVE-2026-42858 | SSRF | Vulnerable endpoint: sync_provider_data in SAMLProviderDataViewSet |
| CVE-2026-42858 | SSRF | Vulnerable parameter: metadata_url POST parameter |
| CVE-2026-42858 | SSRF | Affected function: fetch_metadata_xml() using requests.get() |
| CVE-2026-42858 | SSRF | Fixed by commits: 6fda1f120ff5a590d120ae1180185525f399c6d0, 70a56246dd9c9df57c596e64bdd8a11b1d9da054 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 11, 2026 at 21:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.