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

CVE-2026-28685: Kimai Auth Bypass Vulnerability

CVE-2026-28685 is an authorization bypass flaw in Kimai that allows team leads to access invoices from other teams' customers. This post covers the technical details, affected versions, impact, and mitigation steps.

Published: March 13, 2026

CVE-2026-28685 Overview

Kimai, a popular web-based multi-user time-tracking application, contains an improper authorization vulnerability (CWE-285) in its invoice API endpoint. Prior to version 2.51.0, the GET /api/invoices/{id} endpoint only validates role-based view_invoice permissions but fails to verify whether the requesting user has legitimate access to the invoice's associated customer. This authorization flaw allows any user with ROLE_TEAMLEAD privileges to access all invoices system-wide, including those belonging to customers assigned to other teams.

Critical Impact

Authenticated users with team lead privileges can bypass customer-level access controls to read confidential invoice data belonging to any customer in the system, potentially exposing sensitive financial information across organizational boundaries.

Affected Products

  • Kimai versions prior to 2.51.0
  • Kimai installations with multi-team configurations using ROLE_TEAMLEAD permissions
  • Kimai API consumers accessing the /api/invoices/{id} endpoint

Discovery Timeline

  • 2026-03-06 - CVE-2026-28685 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-28685

Vulnerability Analysis

This vulnerability represents a classic broken access control flaw where role-based permission checks are implemented without corresponding object-level authorization. The Kimai application correctly validates that a user possesses the view_invoice permission (granted automatically to users with ROLE_TEAMLEAD), but this verification alone is insufficient for a multi-tenant environment with customer-team associations.

The authorization logic fails to implement a critical second-layer check: verifying that the requesting user's team has a legitimate business relationship with the customer whose invoice is being accessed. This architectural oversight creates a horizontal privilege escalation scenario where team leads can traverse organizational boundaries to access invoice data they should not be able to view.

Root Cause

The root cause lies in incomplete authorization logic within the InvoiceController.php API handler. The controller relies solely on role-based access control (RBAC) without implementing attribute-based access control (ABAC) for customer ownership verification. When a user with ROLE_TEAMLEAD makes a request to retrieve an invoice, the system checks if the user has the view_invoice permission but does not evaluate whether the invoice's associated customer falls within the user's authorized scope.

Attack Vector

An attacker with legitimate ROLE_TEAMLEAD credentials can exploit this vulnerability by directly accessing the invoice API endpoint with arbitrary invoice IDs. The attack requires network access to the Kimai application and valid authentication credentials with team lead privileges. No user interaction is required, and the attacker can systematically enumerate invoice IDs to extract confidential data from all customers in the system.

The exploitation is straightforward: an authenticated team lead user simply issues GET requests to /api/invoices/{id} with sequential or guessed invoice identifiers. Each successful request returns full invoice details regardless of customer ownership, enabling bulk extraction of financial data across the entire organization.

php
 use FOS\RestBundle\View\View;
 use FOS\RestBundle\View\ViewHandlerInterface;
 use OpenApi\Attributes as OA;
+use Symfony\Component\ExpressionLanguage\Expression;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\Routing\Attribute\Route;
 use Symfony\Component\Security\Http\Attribute\IsGranted;

Source: GitHub Commit a0601c8

The patch introduces Symfony Expression Language support to implement customer-level permission checks on invoice API access, ensuring users can only retrieve invoices for customers they are authorized to access.

Detection Methods for CVE-2026-28685

Indicators of Compromise

  • Unusual volume of API requests to /api/invoices/{id} endpoints from team lead accounts
  • Sequential or enumerated invoice ID access patterns from single user sessions
  • API access logs showing team lead users retrieving invoices for customers outside their assigned teams
  • Cross-team invoice data access that does not align with legitimate business operations

Detection Strategies

  • Implement API request logging and analysis for /api/invoices/ endpoint access patterns
  • Monitor for bulk or sequential invoice ID enumeration attempts from authenticated users
  • Create alerting rules for team lead accounts accessing invoices associated with unassigned customers
  • Review access logs correlating user team assignments with accessed customer invoice data

Monitoring Recommendations

  • Enable detailed API audit logging for all invoice-related endpoints in Kimai
  • Implement real-time monitoring for anomalous invoice access patterns by user role
  • Configure alerts for team lead accounts with unusually high invoice retrieval activity
  • Establish baseline metrics for normal invoice API access volumes per user role

How to Mitigate CVE-2026-28685

Immediate Actions Required

  • Upgrade Kimai to version 2.51.0 or later immediately
  • Audit API access logs to identify any potential exploitation of this vulnerability
  • Review invoice access patterns for team lead accounts to detect unauthorized data access
  • Consider temporarily restricting API access for ROLE_TEAMLEAD users until patching is complete

Patch Information

The vulnerability has been patched in Kimai version 2.51.0. The fix implements proper customer permission checks using Symfony Expression Language in the InvoiceController.php API handler, ensuring that users can only access invoices for customers within their authorized scope. Organizations should upgrade to version 2.51.0 or later by following the instructions in the Kimai 2.51.0 Release. For detailed technical information about the security fix, refer to the GitHub Security Advisory GHSA-v33r-r6h2-8wr7.

Workarounds

  • Restrict ROLE_TEAMLEAD assignments to only trusted personnel while awaiting patch deployment
  • Implement network-level access controls to limit API endpoint exposure
  • Deploy a web application firewall (WAF) rule to monitor and rate-limit invoice API requests
  • Consider temporarily disabling the invoice API endpoint if not business-critical until patching is complete
bash
# Verify current Kimai version
php bin/console kimai:version

# Update Kimai to patched version
git fetch --all --tags
git checkout 2.51.0
composer install --no-dev --optimize-autoloader
php bin/console kimai:update

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKimai

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • GitHub Release 2.51.0
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-v33r-r6h2-8wr7
  • Related CVEs
  • CVE-2026-40486: Kimai Auth Bypass Vulnerability

  • CVE-2026-40479: Kimai Time Tracking XSS Vulnerability

  • CVE-2019-25317: Kimai 2 Persistent XSS Vulnerability

  • CVE-2026-23626: Kimai Information Disclosure 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