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-41467

CVE-2026-41467: ProjeQtor Stored XSS Vulnerability

CVE-2026-41467 is a stored cross-site scripting flaw in ProjeQtor versions 7.0 through 12.4.3 that allows authenticated attackers to upload malicious HTML files. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41467 Overview

ProjeQtor versions 7.0 through 12.4.3 contain a stored cross-site scripting (XSS) vulnerability in the file upload functionality. The checkValidFileName() function fails to restrict HTML and HTM file uploads, allowing authenticated attackers to upload malicious HTML files containing arbitrary JavaScript through the image upload or attachment endpoints. Any user accessing the uploaded file URL will execute the embedded JavaScript in their browser, potentially leading to session hijacking, credential theft, or other client-side attacks.

Critical Impact

Authenticated attackers can persistently inject malicious JavaScript that executes in the context of other users' sessions, potentially compromising user credentials and session tokens across the ProjeQtor application.

Affected Products

  • ProjeQtor version 7.0
  • ProjeQtor versions 7.0 through 12.4.3
  • ProjeQtor version 12.4.3 and earlier

Discovery Timeline

  • 2026-04-27 - CVE CVE-2026-41467 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-41467

Vulnerability Analysis

This stored cross-site scripting vulnerability exists in ProjeQtor's file upload handling mechanism. The core issue lies in the checkValidFileName() function, which is responsible for validating uploaded file types but fails to properly restrict HTML and HTM file extensions. This oversight allows authenticated users to upload HTML files containing malicious JavaScript code through legitimate upload endpoints such as image uploads or file attachments.

When a victim user navigates to or is directed to the URL of the uploaded malicious HTML file, their browser renders the HTML content and executes any embedded JavaScript within the security context of the ProjeQtor application. This execution happens with the victim's session privileges, enabling the attacker to perform actions on behalf of the victim, steal session cookies, capture keystrokes, or redirect users to phishing pages.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which encompasses cross-site scripting weaknesses. The attack requires network access and authentication to the ProjeQtor application, along with some user interaction to trigger the payload execution.

Root Cause

The root cause is insufficient file type validation in the checkValidFileName() function. This function does not include HTML or HTM in its list of restricted file extensions, allowing these potentially dangerous file types to be uploaded to the server. Proper file upload validation should implement an allowlist approach, restricting uploads to only explicitly permitted and safe file types, rather than relying on a blocklist that may omit dangerous extensions.

Attack Vector

The attack follows a stored XSS pattern requiring authenticated access to the ProjeQtor application. An authenticated attacker first crafts an HTML file containing malicious JavaScript payload, such as code to exfiltrate session cookies or perform CSRF attacks. The attacker then uploads this file through one of ProjeQtor's file upload endpoints, such as the image upload feature or attachment functionality.

Once uploaded, the malicious file is stored on the server and assigned a URL. The attacker can then distribute this URL to other users through various means—embedding it in project comments, sending it via ProjeQtor's messaging features, or through external channels. When a victim user accesses the URL, their browser renders the HTML file and executes the embedded JavaScript with full access to the victim's session context.

Detection Methods for CVE-2026-41467

Indicators of Compromise

  • HTML or HTM files appearing in ProjeQtor upload directories such as /files/attach/ or /files/images/
  • Web server access logs showing requests to .html or .htm files within ProjeQtor's upload paths
  • Unexpected JavaScript execution or browser alerts when accessing uploaded files
  • User reports of suspicious behavior or redirects when viewing attachments

Detection Strategies

  • Implement file system monitoring to alert on HTML/HTM files created in ProjeQtor upload directories
  • Configure web application firewall (WAF) rules to detect and block requests to HTML files in upload paths
  • Review web server access logs for patterns indicating access to uploaded HTML files
  • Enable Content Security Policy (CSP) headers to mitigate JavaScript execution from uploaded content

Monitoring Recommendations

  • Monitor authentication logs for unusual patterns following access to uploaded files
  • Implement real-time alerting for HTML file uploads through ProjeQtor's file handling endpoints
  • Track user session activity for anomalous behavior that may indicate session hijacking
  • Regularly audit uploaded files for potentially malicious content

How to Mitigate CVE-2026-41467

Immediate Actions Required

  • Upgrade ProjeQtor to a version newer than 12.4.3 that includes the security fix
  • Audit existing uploaded files for HTML/HTM content and remove any suspicious files
  • Implement additional server-side validation to block HTML file uploads
  • Configure web server to serve uploaded files with Content-Disposition: attachment header to prevent browser rendering

Patch Information

Organizations should upgrade to the latest ProjeQtor version that addresses this vulnerability. The fix involves updating the checkValidFileName() function to include HTML and HTM in the list of restricted file extensions. For detailed patch information, refer to the VulnCheck ProjeQtor XSS Advisory and the ProjeQtor Official Website.

Additional technical details can be found at the Damiri CVE-2026-41467 Entry and Gryfman CVE-2026-41467 Entry.

Workarounds

  • Configure the web server to deny access to .html and .htm files within ProjeQtor's upload directories
  • Implement a custom upload validation script that blocks HTML file uploads at the web server level
  • Use .htaccess rules (Apache) or location blocks (Nginx) to prevent serving HTML content from upload directories
  • Deploy a web application firewall rule to intercept and block HTML file uploads to ProjeQtor endpoints
bash
# Apache .htaccess workaround for upload directory
# Add to ProjeQtor's files/attach/.htaccess
<FilesMatch "\.(html|htm)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Alternative: Force download instead of rendering
<FilesMatch "\.(html|htm)$">
    Header set Content-Disposition attachment
</FilesMatch>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechProjeqtor

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Damiri CVE-2026-41467 Entry

  • Gryfman CVE-2026-41467 Entry

  • ProjeQtor Official Website

  • VulnCheck ProjeQtor XSS Advisory
  • Related CVEs
  • CVE-2026-41466: ProjeQtor Stored XSS Vulnerability

  • CVE-2026-41463: ProjeQtor Path Traversal Vulnerability

  • CVE-2026-41462: ProjeQtor SQL Injection Vulnerability

  • CVE-2026-41464: ProjeQtor Privilege Escalation Flaw
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