Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-63520

CVE-2025-63520: Feehi FeehiCMS XSS Vulnerability

CVE-2025-63520 is a cross-site scripting flaw in Feehi FeehiCMS 2.1.1 that allows attackers to inject malicious scripts via the User Update function. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-63520 Overview

CVE-2025-63520 is a Cross-Site Scripting (XSS) vulnerability identified in FeehiCMS version 2.1.1. The vulnerability exists in the id parameter of the User Update function, accessible via the ?r=user%2Fupdate route. This reflected XSS flaw allows attackers to inject malicious scripts that execute in the context of a victim's browser session when they interact with a crafted URL.

Cross-Site Scripting vulnerabilities remain one of the most prevalent web application security issues, enabling attackers to steal session tokens, hijack user accounts, deface websites, or redirect users to malicious sites. With a CVSS score of 6.1 (Medium severity), this vulnerability poses a significant risk to organizations running unpatched FeehiCMS installations.

Critical Impact

Attackers can execute arbitrary JavaScript in authenticated user sessions, potentially leading to session hijacking, credential theft, and unauthorized administrative actions within the FeehiCMS platform.

Affected Products

  • FeehiCMS version 2.1.1
  • Feehi FeehiCMS content management system

Discovery Timeline

  • 2025-12-01 - CVE-2025-63520 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-63520

Vulnerability Analysis

The vulnerability resides in the User Update functionality of FeehiCMS 2.1.1. The id parameter passed to the ?r=user%2Fupdate endpoint fails to properly sanitize user-supplied input before reflecting it back in the HTTP response. This lack of input validation allows attackers to inject arbitrary HTML and JavaScript code that executes in the victim's browser.

The CVSS v3.1 vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N indicates:

  • Attack Vector (AV:N): Network-based exploitation
  • Attack Complexity (AC:L): Low complexity required
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:R): Requires victim to click a malicious link
  • Scope (S:C): Changed scope, impacting resources beyond the vulnerable component
  • Confidentiality/Integrity Impact (C:L/I:L): Low impact on both
  • Availability Impact (A:N): No availability impact

The EPSS (Exploit Prediction Scoring System) score of 0.029% with a percentile of 7.466 suggests a relatively low probability of active exploitation in the wild, though this does not diminish the need for remediation.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the User Update function. The application fails to sanitize the id parameter before including it in the rendered HTML response. This is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), a common weakness in web applications that trust user input without proper validation.

Attack Vector

The attack leverages the network-accessible User Update endpoint. An attacker crafts a malicious URL containing JavaScript payload in the id parameter. When an authenticated administrator or user clicks this link, the malicious script executes within their browser session. The changed scope (S:C) indicates the vulnerability in FeehiCMS can impact the user's browser context beyond the application itself.

The exploitation scenario typically involves social engineering to convince a target user to click on the malicious link, which could be delivered via phishing emails, forum posts, or other communication channels. Technical details and proof-of-concept information are available in the vendor advisory and CVE documentation.

Detection Methods for CVE-2025-63520

Indicators of Compromise

  • Unusual URL patterns containing encoded script tags in the id parameter of User Update requests
  • HTTP requests to ?r=user%2Fupdate with suspicious id parameter values containing HTML entities or JavaScript
  • Web application firewall (WAF) alerts for XSS patterns targeting the FeehiCMS user management endpoints
  • Browser console errors or unexpected script execution on FeehiCMS administrative pages

Detection Strategies

Organizations should implement the following detection strategies:

  1. Web Application Firewall Rules: Configure WAF rules to detect and block common XSS payloads in the id parameter of requests to the user/update endpoint.

  2. Log Analysis: Monitor web server access logs for requests containing suspicious characters such as <script>, javascript:, onerror, or other common XSS vectors in query parameters.

  3. Endpoint Detection: Deploy endpoint protection solutions capable of detecting browser-based attacks and unauthorized script execution.

  4. Content Security Policy Monitoring: Implement and monitor CSP violation reports to detect attempted XSS attacks.

Monitoring Recommendations

Security teams should enable verbose logging for the FeehiCMS application, particularly for the user management module. Establish baseline traffic patterns and alert on anomalous requests to the ?r=user%2Fupdate endpoint. Integration with SIEM solutions will provide centralized visibility into potential exploitation attempts across the environment.

How to Mitigate CVE-2025-63520

Immediate Actions Required

  • Review the vendor advisory at https://github.com/liufee/cms/issues/74 for official guidance and patches
  • Implement input validation and output encoding for the id parameter in the User Update function
  • Deploy Web Application Firewall (WAF) rules to filter XSS payloads targeting the vulnerable endpoint
  • Restrict administrative access to FeehiCMS to trusted networks using IP allowlisting
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS attacks

Patch Information

Organizations should monitor the official FeehiCMS GitHub repository at https://github.com/liufee/cms for security patches addressing this vulnerability. The issue has been reported to the vendor via GitHub Issues. Until a patch is released, implementing the workarounds below is strongly recommended.

Workarounds

If immediate patching is not possible, the following workarounds can help mitigate the risk:

  1. Input Sanitization: Manually implement server-side input validation to reject or sanitize potentially malicious characters in the id parameter before processing.

  2. Content Security Policy: Implement strict CSP headers to prevent inline script execution:

Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'
  1. Network Segmentation: Restrict access to the FeehiCMS administrative interface to internal networks only, reducing the attack surface for social engineering attempts.

  2. User Awareness: Educate administrative users about the risks of clicking untrusted links while authenticated to the CMS platform.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFeehi

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • 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
  • Technical References
  • Exploit, Third Party Advisory
  • Vendor Resources
  • Exploit, Issue Tracking, Vendor Advisory
  • Related CVEs
  • CVE-2025-63522: Feehi FeehiCMS Reverse Tabnabbing Flaw

  • CVE-2025-63523: Feehi FeehiCMS Auth Bypass Vulnerability
Default Legacy - Prefooter | 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