Cyber Resilience

CVE-2025-2794

Kentico Xperience ≤ 13.0.180

Public PoC
Published
31 March 2025
Modified
04 November 2025
Patch / advisory
CVSS Score v4 8.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0044 36th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2025-2794 is a high-severity Unsafe Reflection (CWE-470) vulnerability in Kentico Xperience. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Reflective Code Loading (T1620); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-2794 is an unsafe reflection vulnerability, tracked under CWE-470, that affects Kentico Xperience versions through 13.0.180. The flaw allows external input to influence class or code selection, enabling an attacker to terminate the running process.

An unauthenticated remote attacker can exploit the issue over the network without user interaction or credentials. Successful exploitation results in a denial-of-service condition by killing the current process, producing a high availability impact consistent with the CVSS 4.0 score of 8.7.

Kentico has published hotfixes on its DevNet download site, and a detailed advisory from VulnCheck outlines the affected component and remediation steps.

The associated EPSS score rose from a baseline of 0.0054 to a peak of 0.0106, indicating that exploitation interest increased after public disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An unsafe reflection vulnerability in Kentico Xperience allows an unauthenticated attacker to kill the current process, leading to a Denial-of-Service condition. This issue affects Xperience: through 13.0.180.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1620 Reflective Code Loading Stealth
Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-58318Same product: Kentico Xperience
CVE-2024-58319Same product: Kentico Xperience
CVE-2025-2748Same product: Kentico Xperience
CVE-2025-2749Same product: Kentico Xperience
CVE-2023-53738Same product: Kentico Xperience
CVE-2025-5591Same product: Kentico Xperience
CVE-2024-58317Same product: Kentico Xperience
CVE-2025-32369Same product: Kentico Xperience
CVE-2025-2747Same product: Kentico Xperience
CVE-2023-53934Same product: Kentico Xperience

Affected Assets

kentico
xperience
≤ 13.0.180

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops externally supplied class or method names from selecting improper code via reflection.

Enforces authorization checks on the code or classes ultimately invoked, blocking unauthorized selections even if reflection is used.

Limits privileges of any code reached through unsafe reflection, reducing blast radius without stopping the selection itself.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly avoid introducing externally controlled class selection via reflection.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover unsafe reflection during code review or scanning.

PR.PS-05 partial match
prevents

Preventing execution of unauthorized code can block exploitation of unsafe reflection at runtime.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards directly forbid unsafe reflection and require whitelisting or static alternatives.

finds

Security testing can detect and block unsafe reflection patterns before release.

prevents

Secure development lifecycle mandates input validation and design reviews that reduce unsafe reflection risks.

prevents

Application security requirements can explicitly prohibit or constrain reflection based on untrusted input.

prevents

Secure architecture principles discourage dynamic class loading from external data sources.

none

Access restrictions limit who can supply the malicious input but do not address the reflection flaw itself.

References