Vulnerability Description
Open edX Platform enables the authoring and delivery of online learning at any scale. From Redwood until Ulmo and Verawood.1, the add_additional_attributes_to_notifications function in openedx/core/djangoapps/notifications/email/utils.py assigns notification content without sanitizing discussion-title values produced by get_notification_content in openedx/core/djangoapps/notifications/base_notification.py. An enrolled student can place CSS-capable markup in the post_title value supplied by lms/djangoapps/discussion/rest_api/discussions_notifications.py. Digest and batched-email rendering then passes that value through openedx/core/djangoapps/notifications/templates/notifications/digest_content.html as safe HTML, allowing email-open tracking and content spoofing or phishing when another learner opens a CSS-rendering client. The immediate-email path is not affected because it strips title markup and renders a separately sanitized body. This issue is fixed in Ulmo and Verawood.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/openedx/openedx-platform/commit/2af03d21b4142e53e375c7f3699b3
- https://github.com/openedx/openedx-platform/commit/52f2b3bb3e6fac2601c29e8f926c8
- https://github.com/openedx/openedx-platform/commit/5eae6e51a8797cd3b87cc132f5de7
- https://github.com/openedx/openedx-platform/releases/tag/release/ulmo.4
- https://github.com/openedx/openedx-platform/releases/tag/release/verawood.1
- https://github.com/openedx/openedx-platform/security/advisories/GHSA-rv5w-f4r5-h
FAQ
What is CVE-2026-85271?
CVE-2026-85271 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Open edX Platform enables the authoring and delivery of online learning at any scale. From Redwood until Ulmo and Verawood.1, the add_additional_attributes_to_notifications function in openedx/core/dj...
How severe is CVE-2026-85271?
CVE-2026-85271 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-85271?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.