A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-40127

CVE-2026-40127: OutSystems Lifetime Auth Bypass Vulnerability

CVE-2026-40127 is an authorization bypass flaw in OutSystems Lifetime that allows authenticated users to access change logs and application data of other users. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-40127 Overview

CVE-2026-40127 is an Authorization Bypass Through User-Controlled Key vulnerability [CWE-639] affecting OutSystems Lifetime. The flaw resides in handling of the ApplicationID parameter, which the application accepts without verifying that the requesting user has authorization to access the referenced object. Any authenticated user can manipulate the ApplicationID value to read the Change Log for arbitrary applications, exposing actions performed by other users and the application names of any application managed in the platform. The issue was resolved in OutSystems Lifetime version 11.28.2.3955.

Critical Impact

Authenticated users can read Change Log entries and application names for applications they should not have access to, exposing internal activity and the application inventory across tenants and teams.

Affected Products

  • OutSystems Lifetime versions prior to 11.28.2.3955
  • OutSystems Platform Server 11 deployments using the affected Lifetime component
  • Self-managed OutSystems environments that have not applied the fixed Lifetime release

Discovery Timeline

  • 2026-05-25 - CVE-2026-40127 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-40127

Vulnerability Analysis

OutSystems Lifetime is the centralized application lifecycle management console used to deploy, monitor, and audit applications across OutSystems environments. The Change Log feature records actions performed against each application, including who made the change and when. Access to a specific application's Change Log is gated by the ApplicationID parameter passed by the client.

The vulnerability is an Insecure Direct Object Reference (IDOR). The server trusts the user-supplied ApplicationID value and returns the corresponding Change Log without verifying that the authenticated principal has the role or team membership required to view that application. Any user with valid Lifetime credentials can substitute an arbitrary ApplicationID and retrieve audit data plus the application's display name.

While the disclosed scope is limited to read access against the Change Log and application metadata, the leaked information supports reconnaissance for follow-on attacks. Adversaries can enumerate the full application catalog, identify high-value targets, and profile maintenance windows by observing developer activity patterns.

Root Cause

The root cause is missing object-level authorization on the endpoint that serves Change Log data. The application relies on the ApplicationID supplied by the client as both the lookup key and the implicit authorization context, a pattern explicitly described by CWE-639: Authorization Bypass Through User-Controlled Key.

Attack Vector

Exploitation requires only a valid authenticated session in Lifetime and the ability to issue HTTP requests to the Change Log endpoint. An attacker iterates the ApplicationID parameter across the expected identifier range and parses the responses to harvest Change Log entries and application names. No privilege escalation, social engineering, or user interaction is required. Because no verified public proof-of-concept is published, exploitation details are described in prose only. Refer to the CERT Polska advisory for additional technical context.

Detection Methods for CVE-2026-40127

Indicators of Compromise

  • HTTP requests to Lifetime Change Log endpoints containing sequentially incrementing or fuzzed ApplicationID values from a single authenticated session.
  • Unusually high request volume from a low-privileged Lifetime account against application audit endpoints within a short time window.
  • Successful Change Log responses returned to users who have no team or role assignment for the referenced application.

Detection Strategies

  • Review Lifetime web server access logs for non-administrative accounts requesting Change Log resources across many distinct ApplicationID values.
  • Correlate Lifetime authentication events with application access requests to identify accounts touching applications outside their normal scope of work.
  • Baseline each user's typical set of accessed applications and alert on deviations that resemble enumeration behavior.

Monitoring Recommendations

  • Forward OutSystems Lifetime application and IIS logs to a centralized analytics platform for retention and correlation.
  • Build alerts on enumeration patterns such as more than N unique ApplicationID values requested by one user within a defined interval.
  • Periodically audit Lifetime team and role assignments to confirm that least-privilege is enforced for all human and service accounts.

How to Mitigate CVE-2026-40127

Immediate Actions Required

  • Upgrade OutSystems Lifetime to version 11.28.2.3955 or later on all environments.
  • Inventory all Lifetime accounts and disable or rotate credentials for stale, shared, or unknown users.
  • Review historical access logs for evidence of ApplicationID enumeration prior to patching and treat exposed Change Log data as known to the actor.

Patch Information

OutSystems addressed CVE-2026-40127 in Lifetime version 11.28.2.3955. Download and release notes are available on the OutSystems Release Details page. Apply the update following the standard OutSystems platform upgrade procedure for the Lifetime component and validate that the version string reflects the fixed release after deployment.

Workarounds

  • No vendor-supplied workaround replaces the patch. Restrict Lifetime network access to trusted administrative networks until the upgrade completes.
  • Reduce the number of authenticated Lifetime users to the minimum required for operations to limit the population of accounts capable of triggering the issue.
  • Enable verbose audit logging on Lifetime to retain evidence in the event that exploitation is later identified.
bash
# Verify the installed OutSystems Lifetime version meets the fixed release
# Replace <lifetime-host> with the Lifetime server hostname
curl -sk https://<lifetime-host>/lifetime/ | grep -i "version"

# Expected: version string of 11.28.2.3955 or later

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOutsystems Lifetime

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/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-639
  • Technical References
  • CERT Security Advisory CVE-2026-40126

  • OutSystems Release Details
  • Latest CVEs
  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability

  • CVE-2026-42951: MacGregor VDR Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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