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

CVE-2025-67102: Jorani SQL Injection Vulnerability

CVE-2025-67102 is a SQL injection flaw in Jorani's alldayoffs feature that allows authenticated attackers to execute arbitrary SQL commands. This article covers the technical details, affected versions, and mitigation steps.

Published: February 20, 2026

CVE-2025-67102 Overview

A SQL injection vulnerability exists in the alldayoffs feature of Jorani, an open-source leave management system, affecting versions up to and including v1.0.4. This vulnerability allows an authenticated attacker to execute arbitrary SQL commands by manipulating the entity parameter, potentially leading to unauthorized data access, modification, or complete database compromise.

Critical Impact

Authenticated attackers can exploit this SQL injection flaw to extract sensitive employee data, modify leave records, escalate privileges within the application, or potentially gain full control over the underlying database server.

Affected Products

  • Jorani Leave Management System versions up to v1.0.4
  • Installations using the alldayoffs feature with insufficient input validation
  • Self-hosted Jorani deployments with database backend access

Discovery Timeline

  • 2026-02-17 - CVE CVE-2025-67102 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-67102

Vulnerability Analysis

This SQL injection vulnerability resides within the alldayoffs feature of the Jorani application, which manages employee leave and day-off requests. The vulnerability stems from improper handling of the entity parameter, where user-supplied input is directly incorporated into SQL queries without adequate sanitization or parameterization.

An authenticated attacker with access to the alldayoffs functionality can craft malicious input containing SQL metacharacters and commands. When the vulnerable code processes this input, the injected SQL statements are executed with the same privileges as the application's database user. This can result in unauthorized read access to sensitive data such as employee personal information, leave balances, and organizational hierarchy, as well as write access to modify or delete records.

The attack requires authentication to the Jorani system, meaning the attacker must possess valid user credentials. However, once authenticated, even a user with minimal privileges can potentially escalate their access through database manipulation.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize or parameterize user input in the entity parameter before including it in SQL queries. The alldayoffs feature directly concatenates user-supplied data into SQL statements rather than using prepared statements or parameterized queries, which are the industry-standard defenses against SQL injection attacks.

Attack Vector

The attack vector involves an authenticated user submitting specially crafted input through the entity parameter within the alldayoffs feature. The attacker manipulates HTTP requests to inject SQL syntax that alters the intended query logic.

A typical exploitation scenario involves modifying the entity parameter value to include SQL commands such as UNION-based queries to extract data from other tables, boolean-based blind injection to enumerate database contents, or stacked queries to execute administrative commands. The vulnerability requires network access to the Jorani application and valid authentication credentials.

For technical exploitation details, refer to the Helx Blog Advisory on Jorani which provides additional context on this vulnerability.

Detection Methods for CVE-2025-67102

Indicators of Compromise

  • Unusual SQL error messages in application logs referencing the alldayoffs endpoint
  • Anomalous database queries containing UNION, SELECT, or other SQL keywords within the entity parameter
  • Unexpected database access patterns or queries executing outside normal application behavior
  • Evidence of data exfiltration or unauthorized modifications to leave management records

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in request parameters
  • Enable database query logging and monitor for suspicious query structures targeting leave management tables
  • Deploy application-level intrusion detection to identify malformed requests to the alldayoffs feature
  • Configure SentinelOne Singularity to monitor for anomalous process behavior and database access patterns

Monitoring Recommendations

  • Monitor HTTP request logs for the alldayoffs endpoint with special attention to the entity parameter
  • Enable verbose database logging to capture all queries executed by the Jorani application
  • Set up alerts for SQL syntax errors or unusual query execution times that may indicate injection attempts
  • Review authentication logs to correlate suspicious SQL activity with specific user accounts

How to Mitigate CVE-2025-67102

Immediate Actions Required

  • Upgrade Jorani to a patched version that addresses the SQL injection vulnerability
  • Restrict access to the alldayoffs feature to only essential personnel until patching is complete
  • Implement Web Application Firewall rules to filter SQL injection attempts targeting the entity parameter
  • Review database access logs for signs of prior exploitation attempts

Patch Information

Organizations should update their Jorani installations to the latest available version. Consult the GitHub Jorani Repository for the most recent releases and security patches. Administrators should review release notes for security-related fixes and ensure their deployment includes all recommended updates.

Workarounds

  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules in front of the Jorani application
  • Implement network segmentation to limit database server exposure from the web application tier
  • Apply the principle of least privilege to the Jorani database user to minimize potential damage from successful exploitation
  • Consider temporarily disabling the alldayoffs feature if not business-critical until a patch is applied

For environments where immediate patching is not feasible, consider implementing input validation at the web server or reverse proxy level to filter potentially malicious entity parameter values. Regular security audits of the Jorani codebase and database configuration are recommended to identify similar vulnerabilities.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJorani

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Jorani Repository

  • Helx Blog Advisory on Jorani
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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