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-2026-29052

CVE-2026-29052: HumHub Calendar Module XSS Vulnerability

CVE-2026-29052 is a stored cross-site scripting flaw in HumHub Calendar module that affects users viewing events created by admins. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-29052 Overview

A Stored Cross-Site Scripting (XSS) vulnerability has been identified in the Calendar module for HumHub, a popular open-source social networking platform. The vulnerability exists in the Event Types functionality within the HumHub Calendar module, which enables users to create one-time or recurring events, manage attendee invitations, and track scheduled activities. Prior to version 1.8.11, malicious JavaScript code can be injected and stored through Event Types, impacting users who view events created by an administrative account.

Critical Impact

Attackers with administrative access can inject persistent malicious scripts that execute in the browsers of users viewing calendar events, potentially leading to session hijacking, credential theft, or further privilege escalation within the HumHub platform.

Affected Products

  • HumHub Calendar Module versions prior to 1.8.11
  • HumHub installations utilizing the Calendar module with Event Types functionality
  • All users viewing events created by compromised or malicious administrative accounts

Discovery Timeline

  • 2026-03-05 - CVE-2026-29052 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-29052

Vulnerability Analysis

This Stored Cross-Site Scripting (XSS) vulnerability (CWE-79) affects the Event Types functionality within the HumHub Calendar module. Stored XSS is particularly dangerous because the malicious payload persists in the application's database, executing every time a user views the affected content. In this case, when an administrator creates or modifies Event Types with malicious JavaScript payloads, these scripts are stored and subsequently executed in the browser context of any user who views events associated with those types.

The attack requires the adversary to have administrative privileges to create or modify Event Types, but the impact extends to all users of the HumHub platform who interact with calendar events. This creates a trust exploitation scenario where legitimate users viewing seemingly harmless calendar entries become victims of the injected scripts.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Event Types handling code within the HumHub Calendar module. When administrators create or edit Event Types, the module fails to properly sanitize user-supplied input before storing it in the database and fails to encode the data when rendering it in user interfaces. This allows JavaScript code embedded in Event Type fields to be interpreted and executed by browsers rather than being displayed as plain text.

Attack Vector

The attack vector is network-based, requiring no user interaction beyond normal platform usage. An attacker with administrative access to the HumHub Calendar module can inject malicious JavaScript code into Event Type definitions. When other users, including those without administrative privileges, view calendar events that utilize these compromised Event Types, the injected script executes within their browser session. This can enable:

  • Session token theft and account takeover
  • Keylogging of user inputs within the HumHub interface
  • Redirection to malicious websites
  • Manipulation of displayed content to facilitate social engineering
  • Propagation of the attack by using stolen sessions to inject additional malicious content

The vulnerability mechanism involves improper handling of user input in Event Type fields. When an administrator saves an Event Type containing script tags or event handlers, the Calendar module stores this content directly in the database. Upon retrieval and rendering for other users, the lack of proper output encoding allows the browser to interpret and execute the malicious code. For detailed technical information, refer to the GitHub Security Advisory GHSA-gqj3-pmp2-mrx8.

Detection Methods for CVE-2026-29052

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in Event Type names or descriptions in the database
  • Browser developer console showing unexpected script execution when viewing calendar events
  • Reports of unexpected pop-ups, redirects, or behavior when users access calendar functionality
  • Server logs indicating requests to external domains originating from the calendar module pages

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution, which would generate violation reports
  • Monitor database tables storing Event Type information for suspicious patterns including <script>, onerror=, onclick=, and similar XSS payloads
  • Deploy Web Application Firewall (WAF) rules to detect and log XSS patterns in requests to Calendar module endpoints
  • Conduct regular security audits of Event Type content using automated XSS detection tools

Monitoring Recommendations

  • Enable logging for all administrative actions within the HumHub Calendar module, particularly Event Type creation and modification
  • Configure alerting for CSP violations that may indicate attempted or successful XSS exploitation
  • Monitor user session patterns for anomalies that could indicate session hijacking following XSS attacks
  • Implement browser-based security monitoring to detect unauthorized script execution on HumHub pages

How to Mitigate CVE-2026-29052

Immediate Actions Required

  • Upgrade the HumHub Calendar module to version 1.8.11 or later immediately
  • Review existing Event Types for any suspicious or unexpected content that may contain malicious scripts
  • Audit administrative account access and ensure only trusted personnel have Event Type modification privileges
  • Implement Content Security Policy headers to provide defense-in-depth against XSS attacks

Patch Information

HumHub has addressed this vulnerability in Calendar module version 1.8.11. Organizations should upgrade to this version or later to remediate the Stored XSS vulnerability. The patch includes proper input validation and output encoding for Event Type data. Release information is available at the GitHub Calendar Release v1.8.11. Additional security details can be found in the GitHub Security Advisory GHSA-gqj3-pmp2-mrx8.

Workarounds

  • Restrict administrative access to the Calendar module to only essential personnel until the patch can be applied
  • Implement Web Application Firewall rules to filter XSS payloads in requests targeting Calendar module endpoints
  • Deploy Content Security Policy headers with strict directives to prevent inline script execution
  • Manually review and sanitize all existing Event Types to remove any potentially malicious content
bash
# Configuration example - Add Content Security Policy headers to your web server
# Apache configuration example (.htaccess or httpd.conf)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

# Nginx configuration example
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHumhub

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/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
  • GitHub Calendar Release v1.8.11

  • GitHub Security Advisory GHSA-gqj3-pmp2-mrx8
  • Related CVEs
  • CVE-2026-29048: HumHub XSS Vulnerability in Button Component
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