CVE-2026-26717
Received
Received - Intake
Timing Attack in OpenFUN Richie LMS HMAC Signature Verification
Publication date: 2026-02-25
Last updated on: 2026-02-26
Assigner: MITRE
Description
Description
An issue in OpenFUN Richie (LMS) in src/richie/apps/courses/api.py. The application used the non-constant time == operator for HMAC signature verification in the sync_course_run_from_request function. This allows remote attackers to forge valid signatures and bypass authentication by measuring response time discrepancies
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openfun | richie | * |
| openfun | richie | to a1b5bbda3403d7debb466c303a32852925fcba5f (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-208 | Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not. |