CVE-2023-53736
BaseFortify
Publication date: 2025-12-18
Last updated on: 2025-12-27
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kentico | xperience | to 13.0.120 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2023-53736 is a reflected cross-site scripting (XSS) vulnerability in Kentico Xperience versions up to 13.0.120. It allows authenticated users to inject malicious scripts into the administration interface. When exploited, attackers can execute arbitrary scripts within the administrative context, potentially compromising administrative functions. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves verifying if your Kentico Xperience installation is version 13.0.120 or earlier and checking for the presence of reflected XSS in the administration interface. Since it requires authenticated access and user interaction, manual testing by logging into the admin interface and attempting to inject scripts in input fields can help identify the issue. Automated scanning tools for reflected XSS may also be used but must be run with authenticated sessions. Specific commands are not provided in the available resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the hotfix provided by Kentico DevNet for this vulnerability. Additionally, restrict administrative access to trusted users only, ensure strong authentication mechanisms, and monitor for suspicious activity in the administration interface. Avoid using vulnerable versions (up to and including 13.0.120) and upgrade to patched versions as soon as possible. [1]
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the administrative interface of Kentico Xperience, potentially compromising administrative functions. This could lead to unauthorized actions being performed within the administration panel, impacting the security and integrity of the system. [1]