CVE-2019-25229
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 unrestricted file upload vulnerability in Kentico Xperience allows authenticated users with 'Read data' permissions to upload arbitrary file types via MVC form file uploader components. Attackers can manipulate file names and upload potentially malicious files to the system, enabling unauthorized file uploads.
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 confidenceKentico Xperience CMS has an unrestricted file upload vulnerability in MVC form file uploader components. Authenticated users with only 'Read data' permissions can upload arbitrary file types by manipulating file names, allowing execution of malicious files on the server.
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<= 12.0.29CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/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 Kentico Xperience installation and versionLocate the Kentico Xperience installation and check the version number. This is typically visible in the CMS administration interface (Help > About) or in assembly metadata of the installed Kentico DLLs.Affected if The installed version is 12.0.29 or earlier.
-
Verify MVC form file uploader is in useDetermine whether the site uses MVC-based forms with file upload functionality. Check if any MVC-form based widgets or components that include the file uploader are deployed on the site.Affected if MVC form file upload components are present and active on the site.
-
Check user permission configuration for file uploadsExamine the permission model for the affected upload functionality. Determine whether users with only 'Read data' permissions are able to access or use the MVC form file upload feature.Affected if Users possessing only 'Read data' permissions can access or utilize the file upload functionality.
-
Inspect file type validation configurationReview the server-side file type validation settings for MVC form uploaders. Look for allowlist-based validation configurations that restrict accepted file extensions and content types.Affected if No server-side allowlist validation is enforced, or validation can be bypassed by manipulating file names.
The environment is affected if it runs Kentico Xperience version 12.0.29 or earlier with MVC form file upload components enabled and users with limited 'Read data' permissions can access the upload functionality without proper allowlist validation.
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 · scopedImplement strict allowlist-based file type validation on the server side for MVC form uploaders, reject files with dangerous extensions/content-types, and sanitize filenames. Additionally, store uploads outside webroot and use non-executable permissions.
Kentico Xperience 12.0.174 or later (any version above 12.0.29)
- 1. Identify your current Kentico Xperience installation version by checking the Administration interface or the version.dll file in the installation directory
- 2. Backup your database and all application files before performing any upgrade
- 3. Download the latest Kentico Xperience version (12.0.174 or later) from the official Kentico download portal at www.kentico.com/download
- 4. Run the Kentico Xperience installer and follow the upgrade wizard, selecting your existing database when prompted
- 5. After upgrade completes, verify that the MVC form file uploader now properly validates file types and restricts uploads to allowed extensions only
- 6. Test the file upload functionality with various file types to confirm the restriction is working correctly
- 7. Review and apply any additional security settings recommended in the Kentico 12.0 release notes regarding file uploads
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-25229 — 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-2019-25229 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