Open edX Enterprise Service Vulnerability Allows SSRF via SAML Metadata
The National Vulnerability Database has disclosed CVE-2026-42860, a high-severity Server-Side Request Forgery (SSRF) vulnerability in the Open edX Enterprise Service application, affecting versions 7.0.2 through 7.0.4. This flaw resides in the sync_provider_data endpoint within SAMLProviderDataViewSet, which is responsible for fetching SAML metadata.
An authenticated user with the Enterprise Admin role can exploit this by manipulating the metadata_source field in SAMLProviderConfig via a PATCH request to SAMLProviderConfigViewSet. This allows them to set an arbitrary URL. Subsequently, triggering the sync_provider_data endpoint causes the application to make an unvalidated HTTP request to the attacker-controlled URL. The fetch_metadata_xml() function passes this URL directly to requests.get() without any scheme enforcement, IP filtering, or timeout, making it a prime vector for SSRF attacks.
This vulnerability, rated 8.5 CVSS, allows an attacker to potentially access internal network resources, query cloud metadata APIs, or trigger other internal services. The fix is available in version 7.0.5. Organizations running affected Open edX Enterprise Service instances are at significant risk if an attacker gains Enterprise Admin credentials.
What This Means For You
- If your organization uses Open edX Enterprise Service, specifically versions 7.0.2 to 7.0.4, you are exposed to a critical SSRF vulnerability (CVE-2026-42860). You must immediately patch to version 7.0.5 or higher. Review your Enterprise Admin accounts for any suspicious activity and ensure robust access controls are in place for these highly privileged roles. An attacker with this access can pivot deep into your network.
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.
CVE-2026-42860 - Open edX Enterprise Service SSRF via SAML Metadata Sync
title: CVE-2026-42860 - Open edX Enterprise Service SSRF via SAML Metadata Sync
id: scw-2026-05-11-ai-1
status: experimental
level: high
description: |
Detects an authenticated user with Enterprise Admin role attempting to exploit CVE-2026-42860 by updating the SAML metadata source URL via the PATCH endpoint on /api/saml_provider_data/ and then triggering the sync_provider_data endpoint. This is the primary vector for the SSRF vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42860/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
uri|contains:
- '/api/saml_provider_data/'
cs-method:
- 'PATCH'
cs-uri-query|contains:
- 'sync_provider_data'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42860 | SSRF | Open edX Enterprise Service app versions 7.0.2 to 7.0.4 |
| CVE-2026-42860 | SSRF | Vulnerable endpoint: SAMLProviderDataViewSet.sync_provider_data |
| CVE-2026-42860 | SSRF | Vulnerable parameter: SAMLProviderConfig.metadata_source via SAMLProviderConfigViewSet PATCH endpoint |
| CVE-2026-42860 | SSRF | Affected function: fetch_metadata_xml() passing URL to requests.get() without validation |
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.