CVE-2026-35404 Details
Description
Open edX Platform enables the authoring and delivery of online learning at any scale. The view_survey endpoint accepts a redirect_url GET parameter that is passed directly to HttpResponseRedirect() without any URL validation. When a non-existent survey name is provided, the server issues an immediate HTTP 302 redirect to the attacker-controlled URL. Additionally, the same unvalidated URL is embedded in a hidden form field and returned in a JSON response after form submission, where client-side JavaScript performs location.href = url. This enables phishing and credential theft attacks against authenticated Open edX users. This vulnerability is fixed with commit 76462f1e5fa9b37d2621ad7ad19514b403908970.
A server-side open redirect vulnerability has been identified in the Open edX Platform within the survey feature. The issue arises in the 'view_survey' endpoint, which accepts a 'redirect_url' GET parameter. This parameter is passed directly to 'HttpResponseRedirect()' without any validation. When a non-existent survey name is requested, the server immediately redirects to the attacker-controlled URL. Additionally, if a valid survey is requested, the same unvalidated URL is embedded in a hidden form field and returned in a JSON response after the form is submitted. Client-side JavaScript then uses this URL for redirection. This vulnerability enables phishing attacks and credential theft against authenticated Open edX users.
Users can update to the patched version of Open edX Platform, where this vulnerability has been addressed by removing the 'redirect_url' parameter from the 'view_survey' endpoint and ensuring that the 'submit_answers' endpoint always redirects to the dashboard.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| openedx openedx | <= 2026-04-02 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 11, 2026 | CVE Modified | [email protected] |
| Apr 16, 2026 | Initial Analysis | [email protected] |
| Apr 6, 2026 | New CVE Received | [email protected] |