CVE-2026-53635 affects the Open edX Platform, specifically the set_course_mode_price() view function in the instructor dashboard. The endpoint is only protected by @login_required and lacks any course-level permission checks. Any authenticated user, regardless of their role, can send a POST request to overwrite the honor mode price and currency for any course on the platform. The vulnerability exists because a frontend modal was removed during a cleanup but the underlying URL route and backend view were left active, creating an unguarded orphan endpoint. This constitutes a broken access control vulnerability with potential financial and integrity impact. The issue has been patched in commit 59bb6d6 along with additional related commits. Platform administrators should apply the patch immediately to prevent unauthorized price manipulation.