Vulnerability Description
The Open edX Platform is a learning management platform. Prior to commit 6740e75c0fdc7ba095baf88e9f5e4f3e15cfd8ba, edxapp has no built-in protection against downloading the python_lib.zip asset from courses, which is a concern since it often contains custom grading code or answers to course problems. This potentially affects any course using custom Python-graded problem blocks. The openedx/configuration repo has had a patch since 2016 in the form of an nginx rule, but this was only intended as a temporary mitigation. As the configuration repo has been deprecated and we have not been able to locate any similar protection in Tutor, it is likely that most deployments have no protection against python_lib.zip being downloaded. The recommended mitigation, implemented in commit 6740e75c0fdc7ba095baf88e9f5e4f3e15cfd8ba, restricts python_lib.zip downloads to just the course team and site staff/superusers.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/edx/configuration/blob/3471fc036a6664cedd3e2d78403dca73bc1cda
- https://github.com/openedx/edx-platform/commit/6740e75c0fdc7ba095baf88e9f5e4f3e1
- https://github.com/openedx/edx-platform/security/advisories/GHSA-x5cm-2hpq-pw57
FAQ
What is CVE-2025-47942?
CVE-2025-47942 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Open edX Platform is a learning management platform. Prior to commit 6740e75c0fdc7ba095baf88e9f5e4f3e15cfd8ba, edxapp has no built-in protection against downloading the python_lib.zip asset from c...
How severe is CVE-2025-47942?
CVE-2025-47942 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-47942?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.