LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25229: Kentico Xperience <= 12.0.29 MVC Forms Unrestricted File Upload

An 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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Kentico Xperience sites using affected MVC form file upload components may let a low-privileged authenticated user upload unsafe file types. That can threaten site content, data confidentiality, and availability. This is not confirmed as actively exploited in the provided sources, but the impact is high for exposed Kentico environments.

Executive priority

Prioritize remediation for internet-facing Kentico Xperience sites or environments with broad authenticated user access. Treat as high priority because a low-privileged account may be enough to create serious business impact.

Technical view

CVE-2019-25229 is CWE-434 unrestricted file upload in Kentico Xperience, described for versions up to 12.0.29. Authenticated users with “Read data” permissions can upload arbitrary file types through MVC form file uploader components and manipulate file names. CVSS 3.1 is 8.8: AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Likely exposure

Most relevant to organizations running Kentico Xperience MVC sites with form file uploader components enabled, especially internet-facing sites with authenticated user access. Exposure depends on deployed version, form configuration, and user permission model.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires authenticated access with low privileges, but no user interaction is required. Successful abuse could allow unauthorized files on the system, with potential confidentiality, integrity, and availability impact.

Researcher notes

Evidence identifies Kentico Xperience up to 12.0.29 and MVC form file uploader components. The source bundle has limited affected-version metadata, so validate exact product build and hotfix status with Kentico guidance. Do not assume exploitation in the wild from these sources alone.

Mitigation direction

  • Identify Kentico Xperience instances and confirm deployed versions.
  • Review Kentico hotfix guidance and apply the appropriate vendor-supported hotfix.
  • Restrict access to MVC form file upload features where not required.
  • Review user permissions, especially accounts with “Read data” access.
  • Limit allowed upload file types and storage exposure per vendor guidance.

Validation and detection

  • Inventory Kentico Xperience MVC sites and form components.
  • Check whether versions are at or below 12.0.29.
  • Confirm hotfix level against Kentico DevNet hotfix information.
  • Audit accounts with access to affected forms and permissions.
  • Review file upload locations for unexpected or unauthorized file types.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25229 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2019-25229Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KenticoXperience0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.