CVE-2023-23611
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedLTI Consumer XBlock implements the consumer side of the LTI specification enabling integration of third-party LTI provider tools. Versions 7.0.0 and above, prior to 7.2.2, are vulnerable to Missing Authorization. Any LTI tool that is integrated with on the Open edX platform can post a grade back for any LTI XBlock so long as it knows or can guess the block location for that XBlock. An LTI tool submits scores to the edX platform for line items. The code that uploads that score to the LMS grade tables determines which XBlock to upload the grades for by reading the resource_link_id field of the associated line item. The LTI tool may submit any value for the resource_link_id field, allowing a malicious LTI tool to submit scores for any LTI XBlock on the platform. The impact is a loss of integrity for LTI XBlock grades. This issue is patched in 7.2.2. No workarounds exist.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe LTI Consumer XBlock in Open edX lacks proper authorization checks when processing grade submissions. The code uses the resource_link_id field from line items to determine which XBlock to update with grades, but does not verify that the submitting LTI tool is the legitimate provider for that specific XBlock. This allows any integrated LTI tool to submit grades for any LTI XBlock by manipulating the resource_link_id value.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 7.0.0, < 7.2.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify LTI Consumer XBlock installationRun pip show xblock-lti-consumer or pip list | grep -i lti to locate the installed LTI Consumer XBlock package and note its versionAffected if The package is installed with a version in the range >= 7.0.0 and < 7.2.2
-
Verify installed versionCompare the installed version number from step 1 against the affected range: versions 7.0.0 through 7.2.1 are vulnerable, version 7.2.2 and later are fixedAffected if The installed version is 7.0.0, 7.1.0, 7.1.1, 7.2.0, or 7.2.1 (any version >= 7.0.0 but < 7.2.2)
-
Check if grade submission is configuredInspect the Open edX LTI XBlock settings or database for any LTI consumer configurations that enable grade passback/submission (look for enable_grade_updates or similar grade-related settings)Affected if Grade submission functionality is enabled and the vulnerable XBlock version is installed
-
Identify active LTI tool configurationsReview the LTI Consumer XBlock instances in the platform (via Django admin or XBlock configuration files) to see how many distinct LTI tools are integrated and which XBlocks use themAffected if Multiple LTI tools are configured and the vulnerable version is present, allowing one tool to potentially submit grades for another tool's XBlock
You are affected if the LTI Consumer XBlock is installed at version 7.0.0 through 7.2.1 and grade submission is enabled in your configuration.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped7.2.2
Upgrade LTI Consumer XBlock to version 7.2.2 or later, which includes authorization validation to ensure only the legitimate LTI tool can submit grades for its associated XBlock.
7.2.2
- Identify the environment where the Xblock Lti Consumer is deployed (e.g., Open edX platform)
- Locate the requirements file or environment configuration that specifies the Xblock Lti Consumer version
- Update the version specification for xblock-lti-consumer to version 7.2.2 or later
- Run the appropriate package manager update command (e.g., pip install -U xblock-lti-consumer==7.2.2 or pip install xblock-lti-consumer>=7.2.2)
- Verify the installed version matches the expected patched version
- Restart any relevant services (such as the LMS or XBlock runtime) to ensure the new version is loaded
- Test that LTI grade submissions still function correctly for the intended use cases
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,480.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-23611 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-23611 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data