CVE-2026-8431
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 · uneditedAn administrative user with access to configure webhooks can execute arbitrary commands by configuring and then triggering webhooks containing specific FreeMarker template syntax. This issue affects all MongoDB Ops Manager 7.0 versions and MongoDB Ops Manager versions 8.0.22 and prior.
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 confidenceAuthenticated administrative users with webhook configuration privileges can achieve remote code execution by injecting FreeMarker template syntax into webhook configurations, which are then evaluated server-side during webhook triggering.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
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 Ops Manager installation and versionLocate the MongoDB Ops Manager installation and retrieve its version number using the Ops Manager UI or API, or check system packages/processes for the installed versionAffected if The installed version falls within any affected version range for this CVE (check against official MongoDB security advisories)
-
Verify webhook feature is enabledCheck if webhooks are configured in the Ops Manager administration settings, typically found in the Automation, Backup, or Monitoring configuration sections under webhook settingsAffected if Webhooks are enabled and configured in the Ops Manager instance
-
Review webhook configurations for template syntaxInspect all webhook configurations stored in the Ops Manager database or configuration files, looking for FreeMarker template markers such as ${, <#, <@, or other template directives that could indicate injectionAffected if Any webhook configuration contains FreeMarker template syntax that was not intentionally configured by an administrator
-
Check admin user permissions for webhooksReview administrative user roles and permissions in Ops Manager, specifically identifying users granted webhook configuration or modification privilegesAffected if Multiple untrusted administrators have webhook configuration permissions beyond those explicitly required for operations
You are affected if MongoDB Ops Manager is running an unpatched version AND webhooks are enabled AND an attacker with webhook configuration privileges has injected FreeMarker template syntax into webhook settings.
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 · scopedRestrict webhook configuration permissions to only trusted admins, and upgrade to the latest MongoDB Ops Manager version once the patch is available.
Ops Manager 8.0.23 or later (for 8.0.x users); contact MongoDB Support for 7.0.x patches
- 1. Identify the current MongoDB Ops Manager version by checking the Ops Manager UI or running: `db.version()` in the Ops Manager application database
- 2. For Ops Manager 8.0.x: Upgrade to Ops Manager 8.0.23 or later, which contains the fix for this vulnerability
- 3. For Ops Manager 7.0.x: Contact MongoDB Support to obtain a patched version, as the description indicates all 7.0 versions are affected
- 4. After upgrading, verify the Ops Manager version matches the expected fixed release
- 5. Restrict administrative access to webhook configuration to only trusted users as an additional precaution
- 6. Review existing webhook configurations for any malicious FreeMarker template syntax and remove if found
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-8431 — 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-2026-8431 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