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

CVE-2025-25221: Luxsoft Luxcal Calendar SQLi Vulnerability

CVE-2025-25221 is an SQL injection flaw in Luxsoft Luxcal Web Calendar's pdf.php file that enables attackers to delete, alter, or retrieve database information. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-25221 Overview

CVE-2025-25221 is a critical SQL injection vulnerability affecting LuxCal Web Calendar, a popular web-based calendar application developed by Luxsoft. The vulnerability exists in the pdf.php file and affects versions prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQLite version). If successfully exploited, an attacker can delete, alter, or retrieve sensitive information stored in the application's database without authentication.

Critical Impact

This SQL injection vulnerability allows unauthenticated remote attackers to manipulate database contents, potentially leading to complete data compromise, unauthorized data modification, or data destruction.

Affected Products

  • LuxCal Web Calendar prior to version 5.3.3M (MySQL version)
  • LuxCal Web Calendar prior to version 5.3.3L (SQLite version)
  • Luxsoft LuxCal Web Calendar (all database variants before patched versions)

Discovery Timeline

  • 2025-02-18 - CVE-2025-25221 published to NVD
  • 2025-09-15 - Last updated in NVD database

Technical Details for CVE-2025-25221

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), which occurs when user-supplied input is incorporated into SQL queries without proper sanitization or parameterization. In the case of CVE-2025-25221, the pdf.php file in LuxCal Web Calendar fails to adequately validate or escape user input before including it in database queries.

The attack can be executed remotely over the network without requiring any prior authentication or user interaction. Due to the lack of input validation, attackers can inject arbitrary SQL commands that the database engine will execute with the same privileges as the application's database user. This can result in unauthorized access to sensitive calendar data, user credentials, and administrative information stored within the database.

Root Cause

The root cause of this vulnerability lies in improper input validation within the pdf.php file. The application directly incorporates user-controlled parameters into SQL queries without using prepared statements, parameterized queries, or adequate input sanitization. This classic SQL injection pattern allows malicious SQL code to be injected and executed by the database management system.

Both the MySQL and SQLite versions of LuxCal Web Calendar are affected, indicating that the vulnerable code path exists in a shared component that handles database operations regardless of the underlying database engine.

Attack Vector

The vulnerability is exploitable via network-based attacks targeting the pdf.php endpoint. An attacker can craft malicious HTTP requests containing SQL injection payloads in vulnerable parameters. Since no authentication is required and no user interaction is needed, this represents a highly accessible attack surface.

Successful exploitation allows attackers to:

  • Extract sensitive data including user credentials and calendar entries
  • Modify or delete database records
  • Potentially escalate privileges within the application
  • Compromise the confidentiality, integrity, and availability of stored data

For technical details on exploitation patterns, refer to the JVN Security Advisory which provides additional context on this vulnerability.

Detection Methods for CVE-2025-25221

Indicators of Compromise

  • Unusual or malformed HTTP requests to pdf.php containing SQL syntax characters such as single quotes, semicolons, or SQL keywords
  • Database error messages appearing in application logs or HTTP responses
  • Unexpected database queries in database server logs, particularly those containing UNION SELECT, DROP, DELETE, or UPDATE statements
  • Evidence of data exfiltration or unauthorized data modifications in calendar entries

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to pdf.php
  • Monitor web server access logs for requests containing SQL injection signatures targeting the LuxCal application
  • Enable database query logging and alert on suspicious query patterns or syntax errors
  • Deploy intrusion detection systems (IDS) with signatures for common SQL injection attack vectors

Monitoring Recommendations

  • Configure real-time alerting for anomalous database activity including mass SELECT operations or schema modifications
  • Establish baseline metrics for normal pdf.php access patterns and alert on deviations
  • Implement database activity monitoring to track queries executed against calendar-related tables
  • Review web application logs regularly for evidence of reconnaissance or exploitation attempts

How to Mitigate CVE-2025-25221

Immediate Actions Required

  • Upgrade LuxCal Web Calendar to version 5.3.3M or later for MySQL deployments immediately
  • Upgrade LuxCal Web Calendar to version 5.3.3L or later for SQLite deployments immediately
  • If immediate patching is not possible, restrict access to pdf.php via web server configuration
  • Conduct a database integrity review to identify any unauthorized modifications

Patch Information

Luxsoft has released patched versions of LuxCal Web Calendar that address this SQL injection vulnerability. Users should upgrade to version 5.3.3M (MySQL) or 5.3.3L (SQLite) or later. The updated software packages are available from the Luxsoft Download Page. Additional discussion and support regarding the patch can be found in the Luxsoft Forum.

Workarounds

  • Restrict network access to the LuxCal Web Calendar application using firewall rules or access control lists
  • Temporarily disable or rename the pdf.php file if PDF generation functionality is not critical to operations
  • Implement a reverse proxy or WAF with SQL injection filtering rules in front of the application
  • Apply principle of least privilege to the database user account used by LuxCal to minimize impact of successful exploitation
bash
# Example: Restrict access to pdf.php via Apache .htaccess
<Files "pdf.php">
    Order Deny,Allow
    Deny from all
    # Allow only trusted IP addresses
    Allow from 192.168.1.0/24
</Files>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechLuxcal Web Calendar

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • JVN #JVN26024080

  • Luxsoft Download Page

  • Luxsoft Forum Discussion
  • Related CVEs
  • CVE-2025-25222: Luxsoft Luxcal Web Calendar SQLi Flaw

  • CVE-2025-25224: Luxcal Web Calendar Info Disclosure 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