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-2025-65091

CVE-2025-65091: XWiki Full Calendar Macro SQLi Vulnerability

CVE-2025-65091 is a SQL injection flaw in XWiki Full Calendar Macro that allows unauthorized users to access database information or launch DoS attacks. This article covers technical details, affected versions, and patches.

Updated: March 12, 2026

CVE-2025-65091 Overview

CVE-2025-65091 is a SQL injection vulnerability affecting XWiki Full Calendar Macro, a component that displays objects from the wiki on the calendar. Prior to version 2.4.5, users with the right to view the Calendar.JSONService page (including guest users) can exploit this vulnerability to access database information or initiate a denial-of-service (DoS) attack. The vulnerability requires no authentication, making it particularly dangerous for internet-facing XWiki installations.

Critical Impact

Unauthenticated attackers can exploit this SQL injection flaw to extract sensitive database contents or cause service disruption through DoS attacks. The vulnerability affects all installations running versions prior to 2.4.5.

Affected Products

  • XWiki Full Calendar Macro versions prior to 2.4.5

Discovery Timeline

  • 2026-01-10 - CVE-2025-65091 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-65091

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw exists in the Calendar.JSONService page, which processes user-supplied input without adequate sanitization before incorporating it into SQL queries.

The vulnerability is particularly severe because it is accessible to unauthenticated users, including guest visitors. An attacker can craft malicious requests to the Calendar.JSONService endpoint to inject arbitrary SQL commands into the underlying database queries. This can result in unauthorized access to sensitive data stored in the XWiki database, including user credentials, wiki content, and configuration information.

Additionally, the vulnerability can be weaponized for denial-of-service attacks by crafting SQL queries that consume excessive database resources, causing the application to become unresponsive.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization in the Calendar.JSONService page handler. User-supplied parameters are directly concatenated into SQL query strings without proper escaping or parameterized query usage, allowing attackers to break out of the intended query context and inject malicious SQL statements.

Attack Vector

The attack vector is network-based and requires no prior authentication. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable Calendar.JSONService endpoint. The attack can be performed remotely by any user who can access the XWiki instance, including anonymous guest users with view permissions to the affected page.

The vulnerability allows attackers to perform various SQL injection techniques including:

  • Union-based injection to extract data from other tables
  • Error-based injection to enumerate database structure
  • Time-based blind injection for stealthier data extraction
  • Resource-intensive queries for denial-of-service attacks

Detection Methods for CVE-2025-65091

Indicators of Compromise

  • Unusual HTTP requests to the Calendar.JSONService endpoint containing SQL keywords or special characters
  • Database logs showing malformed or unexpected SQL queries originating from calendar service components
  • Increased database resource utilization or query timeouts associated with calendar-related requests

Detection Strategies

  • Monitor web application logs for requests to Calendar.JSONService containing SQL injection payloads such as UNION SELECT, OR 1=1, single quotes, or comment sequences
  • Implement web application firewall (WAF) rules to detect and block common SQL injection patterns targeting XWiki endpoints
  • Review database query logs for anomalous activity patterns that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for the XWiki application and database components to capture detailed request information
  • Configure alerting for failed or unusual database queries originating from the calendar macro component
  • Monitor for denial-of-service indicators such as sudden spikes in database CPU usage or connection pool exhaustion

How to Mitigate CVE-2025-65091

Immediate Actions Required

  • Upgrade XWiki Full Calendar Macro to version 2.4.5 or later immediately
  • If immediate patching is not possible, restrict access to the Calendar.JSONService page by modifying page permissions
  • Implement network-level access controls to limit who can reach the affected endpoint

Patch Information

XWiki has released version 2.4.5 which addresses this SQL injection vulnerability. The fix is available in commit 5fdcf06a05015786492fda69b4d9dea5460cc994. Organizations should upgrade to the patched version as soon as possible.

For detailed security information, refer to the GitHub Security Advisory GHSA-2g22-wg49-fgv5.

Workarounds

  • Restrict access permissions to the Calendar.JSONService page to prevent unauthenticated access
  • Deploy a web application firewall with SQL injection protection rules in front of the XWiki instance
  • Consider temporarily disabling the Full Calendar Macro functionality until the patch can be applied
bash
# Example: Restricting access to Calendar.JSONService via XWiki administration
# Navigate to: XWiki Administration > Content > Page Administration
# Set view permissions for Calendar.JSONService to authenticated users only
# This reduces attack surface by blocking guest access

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechXwiki

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory GHSA-2g22-wg49-fgv5
  • Vendor Resources
  • GitHub Commit Overview
  • Related CVEs
  • CVE-2024-56158: XWiki Platform SQL Injection Vulnerability

  • CVE-2025-52472: XWiki Platform HQL Injection Vulnerability

  • CVE-2025-32429: XWiki Platform SQL Injection Vulnerability

  • CVE-2025-54385: XWiki Platform SQL Injection 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