The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-2748

CVE-2025-2748: Kentico Xperience XSS Vulnerability

CVE-2025-2748 is a stored cross-site scripting flaw in Kentico Xperience that exploits insufficient file validation in the multiple-file upload feature. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-2748 Overview

CVE-2025-2748 is a stored Cross-Site Scripting (XSS) vulnerability in Kentico Xperience, a digital experience platform widely used for enterprise content management and digital marketing. The vulnerability exists in the multiple-file upload functionality, where the application fails to fully validate or filter uploaded files. This allows attackers to upload malicious files containing JavaScript code that will be executed in the context of other users' browsers when they access the uploaded content.

Critical Impact

Attackers can inject persistent malicious scripts through file uploads, potentially compromising administrator sessions, stealing credentials, or performing unauthorized actions on behalf of authenticated users.

Affected Products

  • Kentico Xperience through version 13.0.178

Discovery Timeline

  • 2025-03-24 - CVE CVE-2025-2748 published to NVD
  • 2025-12-27 - Last updated in NVD database

Technical Details for CVE-2025-2748

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) stems from insufficient input validation in the multiple-file upload feature of Kentico Xperience. When users upload files through this functionality, the application does not adequately sanitize or validate the file contents, allowing malicious scripts to be stored on the server. These scripts are then executed when other users view or interact with the uploaded files, making this a persistent attack vector.

The vulnerability requires user interaction for exploitation—a victim must access the page or resource containing the malicious uploaded content. Due to the scope change in the attack, the malicious script can affect resources beyond the vulnerable component, potentially impacting the confidentiality and integrity of data in the victim's browser session.

Root Cause

The root cause of CVE-2025-2748 is improper input validation in the file upload processing pipeline. The application fails to:

  1. Properly validate file content types against their actual contents
  2. Sanitize or encode potentially dangerous content within uploaded files
  3. Implement Content Security Policy headers that would mitigate script execution
  4. Restrict the types of files that can be uploaded to safe formats only

This allows attackers to bypass file type restrictions and inject executable JavaScript code that persists in the application's storage.

Attack Vector

The attack is conducted over the network without requiring authentication privileges. An attacker can exploit this vulnerability by:

  1. Identifying the multiple-file upload functionality in a Kentico Xperience installation
  2. Crafting a malicious file containing JavaScript payloads (such as an SVG with embedded script tags or an HTML file with malicious code)
  3. Uploading the malicious file through the vulnerable upload mechanism
  4. Waiting for or socially engineering a victim to access the uploaded content
  5. The malicious script executes in the victim's browser context, potentially stealing session tokens, performing actions as the victim, or redirecting to phishing pages

The attack typically involves uploading files with embedded <script> tags or event handlers that execute when the file content is rendered by the browser.

Detection Methods for CVE-2025-2748

Indicators of Compromise

  • Unusual file uploads containing HTML, SVG, or other files with embedded JavaScript code
  • Web server logs showing access to suspicious uploaded files from multiple IP addresses
  • User reports of unexpected behavior, pop-ups, or redirects when viewing uploaded content
  • Audit logs indicating file uploads with potentially malicious content types

Detection Strategies

  • Implement file content inspection on uploads to detect embedded scripts or suspicious patterns
  • Monitor for file uploads with mismatched MIME types (e.g., image extension with HTML content)
  • Deploy Web Application Firewall (WAF) rules to detect XSS patterns in file upload requests
  • Enable detailed logging of all file upload activities including user, timestamp, and file metadata

Monitoring Recommendations

  • Configure alerts for uploads of file types commonly used in XSS attacks (SVG, HTML, XML)
  • Monitor for unusual patterns in the CMSAttachment or media library tables
  • Review access logs for suspicious activity around uploaded file endpoints
  • Implement real-time scanning of uploaded content for malicious payloads

How to Mitigate CVE-2025-2748

Immediate Actions Required

  • Upgrade Kentico Xperience to a patched version beyond 13.0.178
  • Review and audit all existing uploaded files for potentially malicious content
  • Implement strict Content Security Policy headers to mitigate script execution
  • Restrict file upload functionality to authenticated and authorized users only
  • Consider temporarily disabling the multiple-file upload feature until patched

Patch Information

Kentico has released hotfixes to address this vulnerability. Administrators should apply the latest security updates available through the Kentico Hotfixes Download page. It is strongly recommended to upgrade to a version newer than 13.0.178 to ensure protection against this stored XSS vulnerability.

Workarounds

  • Implement server-side file content validation to strip or reject files containing script content
  • Configure the web server to serve uploaded files with Content-Disposition: attachment headers to prevent inline rendering
  • Deploy a Web Application Firewall (WAF) with XSS detection rules for file upload endpoints
  • Restrict allowed file types to a whitelist of safe formats (e.g., JPEG, PNG, PDF) and validate content matches the extension
  • Enable Content Security Policy headers with strict script-src directives to prevent inline script execution
bash
# Example IIS web.config configuration to add security headers
# Add to the system.webServer section
<httpProtocol>
  <customHeaders>
    <add name="Content-Security-Policy" value="default-src 'self'; script-src 'self'; object-src 'none'" />
    <add name="X-Content-Type-Options" value="nosniff" />
  </customHeaders>
</httpProtocol>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechKentico Xperience

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Kentico Hotfixes Download
  • Related CVEs
  • CVE-2025-5591: Kentico Xperience 13 XSS Vulnerability

  • CVE-2025-2746: Kentico Xperience Auth Bypass Vulnerability

  • CVE-2025-2747: Kentico Xperience Auth Bypass Vulnerability

  • CVE-2025-32370: Kentico Xperience File Upload Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English