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
    • 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-2026-31352

CVE-2026-31352: Feehi CMS Stored XSS Vulnerability

CVE-2026-31352 is a stored XSS vulnerability in Feehi CMS v2.1.1 affecting the Role Management module. Attackers can inject malicious scripts via the Role Name parameter. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-31352 Overview

An authenticated stored cross-site scripting (XSS) vulnerability has been identified in Feehi CMS v2.1.1. The vulnerability exists within the Role Management module, where attackers with authenticated access can inject malicious web scripts or HTML content through the Role Name parameter. Once stored, the malicious payload executes whenever other users view the affected role entry, potentially leading to session hijacking, credential theft, or further compromise of the CMS administration panel.

Critical Impact

Authenticated attackers can persistently inject malicious scripts that execute in the context of other administrators' sessions, potentially leading to account takeover and administrative privilege abuse.

Affected Products

  • Feehi CMS v2.1.1
  • feehi:feehi_cms component

Discovery Timeline

  • 2026-04-06 - CVE-2026-31352 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-31352

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) occurs due to insufficient input validation and output encoding in the Role Management module of Feehi CMS. The application fails to properly sanitize user-supplied input in the Role Name parameter before storing it in the database and subsequently rendering it in the administrative interface.

The attack requires authenticated access to the CMS, meaning the attacker must have at least basic administrative privileges to access the Role Management functionality. However, once the malicious payload is stored, it will execute in the browser context of any user who views the role configuration, including higher-privileged administrators. This "changed scope" characteristic means the vulnerability can impact users beyond the attacker's initial access level.

The vulnerability is network-accessible and requires minimal complexity to exploit, though user interaction is required for the payload to execute (the victim must view the page containing the stored XSS). The impact includes potential confidentiality breaches through session token theft and integrity violations through unauthorized actions performed via the victim's session.

Root Cause

The root cause of this vulnerability is improper input validation and missing output encoding in the Role Management module. The application accepts and stores arbitrary HTML and JavaScript content in the Role Name field without proper sanitization. When this data is rendered in the administrative interface, it is not properly encoded, allowing the injected script to execute in the victim's browser.

Attack Vector

The attack is conducted over the network by an authenticated user with access to the Role Management functionality. The attacker navigates to the role creation or editing interface and injects a crafted XSS payload into the Role Name parameter. Common payload examples include script tags containing JavaScript code designed to steal cookies, redirect users, or perform actions on behalf of the victim.

The vulnerability is a stored XSS, meaning the malicious content persists in the application's database. Each time an administrator accesses the Role Management section or views pages that display role names, the injected script executes automatically in their browser context. This persistence makes the attack particularly dangerous as it can affect multiple users over time without requiring repeated attacker interaction.

Detection Methods for CVE-2026-31352

Indicators of Compromise

  • Unusual JavaScript content or HTML tags present in database fields for role names
  • Role entries containing encoded script payloads such as <script>, onerror=, or onload= event handlers
  • Unexpected outbound requests from administrator browsers to external domains
  • Session token anomalies or unauthorized administrative actions in audit logs

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS patterns in POST requests to the Role Management endpoints
  • Review database entries for role names containing suspicious HTML or JavaScript content
  • Monitor administrative session activity for signs of session hijacking or unauthorized actions
  • Deploy Content Security Policy (CSP) headers to detect and block inline script execution

Monitoring Recommendations

  • Enable detailed logging for all Role Management module operations including create, update, and delete actions
  • Configure alerting for any database modifications to role-related tables containing HTML entities or script tags
  • Monitor network traffic from administrative workstations for unusual external connections
  • Implement integrity monitoring for CMS configuration and role management data

How to Mitigate CVE-2026-31352

Immediate Actions Required

  • Audit all existing role entries in the database for potentially malicious content and remove any suspicious payloads
  • Restrict access to the Role Management module to only essential administrators until a patch is available
  • Implement input validation at the application or WAF level to reject role names containing HTML or script content
  • Deploy Content Security Policy (CSP) headers to mitigate the impact of any stored XSS payloads

Patch Information

At the time of publication, users should monitor the Feehi CMS GitHub repository for security updates. The vulnerability has been reported via GitHub Issue #83. Organizations using Feehi CMS v2.1.1 should upgrade to a patched version as soon as one becomes available.

Workarounds

  • Implement server-side input validation to strip or reject HTML tags and JavaScript event handlers from the Role Name parameter
  • Deploy a web application firewall with XSS detection rules for administrative endpoints
  • Add output encoding to all locations where role names are displayed in the administrative interface
  • Implement Content Security Policy headers with strict script-src directives to prevent inline script execution

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFeehi Cms

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CMS Repository
  • Vendor Resources
  • GitHub Issue #83
  • Related CVEs
  • CVE-2026-31354: Feehi CMS Stored XSS Vulnerability

  • CVE-2026-31353: Feehi CMS Stored XSS Vulnerability

  • CVE-2026-31350: Feehi CMS Stored XSS Vulnerability

  • CVE-2026-31313: Feehi CMS Stored XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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