CVE-2023-26020
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 · uneditedImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Crafter Studio on Linux, MacOS, Windows, x86, ARM, 64 bit allows SQL Injection.This issue affects CrafterCMS v4.0 from 4.0.0 through 4.0.1, and v3.1 from 3.1.0 through 3.1.26.
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 confidenceSQL injection vulnerability in Crafter Studio allows attackers to inject malicious SQL commands through unsanitized input fields in database queries, potentially enabling unauthorized data exfiltration, modification, or database compromise.
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>= 3.1.0, <= 3.1.26>= 4.0.0, <= 4.0.1CVSS 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 CrafterCMS installation and versionCheck the version file typically located in the CrafterCMS installation directory, such as ./crafter/bin/version.sh or look for a version.properties file in the CrafterCMS root directory. You can also check the Crafter Studio login page footer which often displays the version number.Affected if The installed version falls within 3.1.0 to 3.1.26 or 4.0.0 to 4.0.1.
-
Confirm Crafter Studio is accessibleVerify that Crafter Studio web interface is accessible by attempting to reach the Studio endpoint (typically /studio or the main application URL). Check if the studio web application is deployed and running.Affected if Crafter Studio is exposed and running on a version within the affected ranges.
-
Identify database configurationLocate the database configuration file, typically found in CrafterCMS installation under ./crafter/data/repos/sites/{site-name}/config/studio/database-config.groovy or the main configuration at ./crafter/bin/crafter-setenv.sh to identify the database type and connection settings.Affected if The database is configured and accessible to Crafter Studio, which is the default configuration for affected versions.
-
Audit custom Crafter scripts or pluginsReview any custom Groovy scripts, plugins, or extensions installed in ./crafter/data/repos/sites/{site-name}/scripts or ./crafter/plugins for database query logic that may be vulnerable to SQL injection through user input.Affected if Custom scripts or plugins exist that construct SQL queries using user-supplied input without proper parameterization.
You are affected if CrafterCMS version is 3.1.0-3.1.26 or 4.0.0-4.0.1 AND Crafter Studio is accessible and configured to use a 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 to CrafterCMS v4.0.2+ or v3.1.27+ to obtain the patched version, or implement parameterized queries and proper input validation on affected SQL queries.
CrafterCMS 4.0.2 or later (4.x branch); CrafterCMS 3.1.27 or later (3.1 branch)
- 1. Backup your current CrafterCMS installation and database before proceeding
- 2. Download the fixed version of CrafterCMS (4.0.2 or later for the 4.x branch, 3.1.27 or later for the 3.1 branch) from the official CrafterCMS downloads page at docs.craftercms.org
- 3. Stop the CrafterCMS services running on your server
- 4. Follow the official upgrade instructions for your specific version path (3.1.x to 3.1.27+ or 4.0.x to 4.0.2+) from the CrafterCMS documentation
- 5. Verify the upgrade was successful by logging into Crafter Studio and confirming all sites are accessible
- 6. Test that the SQL injection vulnerability is remediated by attempting the previously vulnerable operation
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-2023-26020 — 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-26020 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