MoodleCMS

CVE-2023-35132

MEDIUM · 6.3 CVSS v3.1 Published 2023-06-22
Fix available
A fix is available. Upgrade to 3.9.22 / 3.11.15 or later.
See remediation →
69/100
Remediation priority · Elevated
Remotely reachable Zero-click Patch available

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 · unedited
A limited SQL injection risk was identified on the Mnet SSO access control page. This flaw affects Moodle versions 4.2, 4.1 to 4.1.3, 4.0 to 4.0.8, 3.11 to 3.11.14, 3.9 to 3.9.21 and earlier unsupported versions.

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
How this class of weakness works · CWE-89

User input is woven into a database query, letting an attacker rewrite the query's logic. From there they can read, alter, or destroy data — frequently the entire database. The reliable fix is parameterised queries (prepared statements), so input is always treated as data and never as SQL.

General guidance for the sql injection class — the official description and references above are authoritative for this specific CVE. Want a bespoke review and a reviewed fix? Ask our team →

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
MoodleCMS
Affected:< 3.9.22>= 3.11.0, < 3.11.15>= 4.0.0, < 4.0.9>= 4.1.0, < 4.1.4= 4.2.0

CVSS 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
Low

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

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 · scoped
Upgrade available Upgrade to 3.9.22 / 3.11.15 / 4.0.9 or later
Fixed in 3.9.223.11.154.0.9
Vendor patch moodle.org →
Recommended fix High confidence

Upgrade to Moodle 3.9.22, 3.11.15, 4.0.9, or 4.1.4 (or later) depending on your current branch

  1. 1. Back up your Moodle database and code directory before proceeding.
  2. 2. Identify your current Moodle version by checking the version.php file in the root directory.
  3. 3. Download the appropriate fixed version for your branch: 3.9.22, 3.11.15, 4.0.9, or 4.1.4 from the official Moodle downloads page (download.moodle.org).
  4. 4. Replace your Moodle code directory with the new version, preserving your config.php and any custom plugins.
  5. 5. Run the Moodle upgrade process by accessing the site URL - the system will automatically detect and apply database upgrades.
  6. 6. Clear all caches via Site Administration > Development > Purge caches or by running php admin/cli/purge_caches.php.
  7. 7. Verify the Mnet SSO functionality works correctly after upgrade.
Caveat Standard Moodle upgrades may have minor plugin compatibility issues; review plugin compatibility before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

We can perform the upgrade in your staging environment and verify nothing breaks — typical engagement from $1,600. Get the upgrade done

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-35132 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-35132 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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