CVE-2026-8709
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 improper privilege management vulnerability in the REST API document patch operation of Progress MarkLogic Server before 11.3.6 and 12.0.3 allows an authenticated user with a low-privileged REST role to escalate privileges and execute privileged operations against the Security database.
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 confidenceThis is a privilege escalation vulnerability in Progress MarkLogic Server's REST API document patch operation. An authenticated user with a low-privileged REST role can exploit improper privilege management to escalate their privileges and execute privileged operations against the Security database, potentially gaining full administrative access.
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
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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.
-
Determine MarkLogic Server versionAccess the MarkLogic Admin Interface or use the admin:server-status() XQuery function to retrieve the installed server versionAffected if Version is below 11.3.6 or between 12.0.0 and 12.0.2 (inclusive)
-
Verify REST API is enabledCheck MarkLogic configuration for REST API server instance existence via Admin Interface or GET /manage/v2/servers REST API endpointAffected if A REST API server instance is running and accessible
-
Review REST API access logs for Security database operationsExamine MarkLogic access logs in the Logs directory for POST requests to /v1/documents with patch method targeting the Security databaseAffected if Patch operations on documents in the Security database are logged from low-privileged REST users
-
Inspect user role assignmentsQuery the Security database for users with REST-related roles using admin:users-get-roleids() or review via Admin Interface user managementAffected if Users with low-privileged REST roles exist and can authenticate to the REST API
Environment is affected if running MarkLogic Server version below 11.3.6 or below 12.0.3 with REST API enabled and low-privileged users able to access document patch operations on the Security database.
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 · scopedUpgrade MarkLogic Server to version 11.3.6, 12.0.3, or later to remediate this vulnerability. Additionally, review and restrict REST API role permissions until the upgrade is applied.
Upgrade to MarkLogic Server 11.3.6 or later (for 11.x line) or 12.0.3 or later (for 12.x line)
- Identify the current MarkLogic Server version by checking the admin interface or running 'xdmp:version()'
- Determine which version line (11.x or 12.x) is currently deployed
- Plan the upgrade: for 11.x line, upgrade to 11.3.6 or later; for 12.x line, upgrade to 12.0.3 or later
- Create a complete backup of all databases, including the Security database, before performing the upgrade
- Review Progress MarkLogic upgrade documentation for your specific version path
- Perform the upgrade following the official upgrade procedure
- After upgrade, verify the new version is running correctly
- Confirm the REST API document patch operation now properly enforces privilege boundaries
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing8.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,080.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-8709 — 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-8709 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