CVE Catalog

CVE-2026-53635

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

13th percentile - higher than 13% of all known CVEs

Summary

Open edX Platform prior to commit 59bb6d6 has a vulnerability in the set_course_mode_price() function, which is protected only by @login_required and performs no course-level permission check. Any authenticated user, including a learner account with zero course roles, can issue a single POST request to overwrite the honor mode price and currency of any course on the platform.

Risk Assessment

An authenticated user can manipulate course prices, potentially leading to unauthorized changes in course configuration and possibly financial loss or data integrity compromise.

Recommendation

It is recommended to apply commit 59bb6d6 or a later version that includes the fix adding proper permission checks.

Other vulnerabilities in Open edX Platform

See all
Original NVD description (English source)

Open edX Platform enables the authoring and delivery of online learning at any scale. Prior to commit 59bb6d6, the view function set_course_mode_price() at lms/djangoapps/instructor/views/instructor_dashboard.py:430 is decorated only with @login_required and performs no course-level permission check. Any authenticated user — including a learner account with zero course roles — can issue a single POST request to overwrite the honor mode price and currency of any course on the platform. The companion frontend modal was removed in a prior cleanup, but the URL route and view remain live, making this an unguarded orphan endpoint. This issue has been patched via commit 59bb6d6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS