CVE-2026-57680
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 · uneditedUnauthenticated Insecure Direct Object References (IDOR) in Kirki <= 6.0.11 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 · moderate confidenceUnauthenticated IDOR vulnerability in Kirki theme customizer framework versions 6.0.11 and below allows unauthenticated attackers to access or modify sensitive objects they should not have permission to access, due to missing authorization validation on direct object references.
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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
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.
-
Locate the Kirki installation in your environmentSearch for the 'kirki' directory or files in your WordPress installation (typically in wp-content/themes, wp-content/plugins, or within a theme folder). Check common locations like /wp-content/themes/<theme-name>/kirki/ or look for 'kirki.php' or 'class-kirki.php' files.Affected if Kirki framework files are found in your WordPress installation
-
Identify the installed Kirki versionOpen the main Kirki file (such as readme.txt, composer.json, or the primary plugin/theme file containing Kirki) and locate the version number. It is often listed in a header comment or version constant at the top of the file.Affected if The version string shows a number equal to or lower than 6.0.11
-
Confirm the customizer framework is activeAccess your WordPress admin dashboard and navigate to Appearance > Customize. Verify that the customizer interface loads and that Kirki controls or panels are present and functional.Affected if The WordPress customizer loads with Kirki-specific controls or panels visible
-
Test for unauthenticated object accessSend a direct HTTP request to your site's customizer AJAX endpoints or API routes that handle object references (such as post IDs, option names, or setting keys) without providing authentication credentials. Observe whether the request is processed without returning a 401 or 403 error.Affected if Unauthenticated requests to customizer-related endpoints return successful responses instead of authorization errors
Your environment is affected if the Kirki framework is installed and the installed version is 6.0.11 or lower, exposing unauthenticated IDOR vulnerabilities in the customizer.
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 · scopedUpdate Kirki to a version newer than 6.0.11 if available, or implement proper authorization checks on all object references to validate user permissions before granting access.
Kirki > 6.0.11 (latest available version)
- 1. Navigate to the WordPress admin dashboard
- 2. Go to Plugins > Installed Plugins
- 3. Locate the Kirki plugin in the list
- 4. Check the current installed version of Kirki
- 5. If the installed version is 6.0.11 or lower, update to the latest available version of Kirki
- 6. Alternatively, download the latest Kirki version from the official WordPress repository or the developer's website
- 7. Update the plugin and verify the new version is installed
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.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 $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-57680 — 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-57680 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