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

CVE-2026-45091: sealed-env Information Disclosure Flaw

CVE-2026-45091 is an information disclosure vulnerability in sealed-env that exposes TOTP secrets in JWS token payloads. This post covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-45091 Overview

CVE-2026-45091 is a critical information disclosure vulnerability in sealed-env, a cross-stack, zero-trust secret management library for Node.js and Java/Spring Boot. In enterprise mode, versions 0.1.0-alpha.1 through 0.1.0-alpha.3 embed the operator's literal Time-based One-Time Password (TOTP) secret in the JSON Web Signature (JWS) payload of every minted unseal token. JWS payloads are base64-encoded JSON, not encrypted. Any actor with access to a minted token can decode the payload and recover the TOTP seed in plaintext. The flaw is fixed in version 0.1.0-alpha.4. The issue is categorized under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

Critical Impact

Unseal tokens leaking through CI logs, container env dumps, error tracking platforms, or log aggregators expose the operator TOTP seed, defeating multi-factor protection around sealed secrets.

Affected Products

  • sealed-env 0.1.0-alpha.1 (enterprise mode)
  • sealed-env 0.1.0-alpha.2 (enterprise mode)
  • sealed-env 0.1.0-alpha.3 (enterprise mode)

Discovery Timeline

  • 2026-05-12 - CVE-2026-45091 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-45091

Vulnerability Analysis

The vulnerability sits in the unseal token minting path of sealed-env enterprise mode. When the library issues an unseal token, it constructs a JWS and places the operator's raw TOTP secret directly into the token payload. JWS signs and base64url-encodes the payload but does not encrypt it. Anyone who reads the token can decode the middle segment and recover the TOTP seed as plaintext JSON.

The TOTP seed is the long-lived factor in any TOTP authentication scheme. Once disclosed, the attacker can generate valid one-time codes indefinitely until the seed is rotated. This breaks the second factor that gates the sealed secret material the library is designed to protect.

The attack does not require privileges or user interaction. An observer who captures the token through any side channel can recover the secret offline.

Root Cause

The root cause is a design error: storing high-value cryptographic material inside the JWS payload rather than treating the payload as public data. JWS guarantees integrity and authenticity through its signature, but the payload is readable by anyone. The fix in 0.1.0-alpha.4 removes the TOTP seed from the token payload.

Attack Vector

Exposure surfaces include CI build logs, container environment dumps, kubectl describe pod output, Sentry and Rollbar stack traces, and centralized log aggregators. Any operational telemetry that captures the unseal token text becomes a credential leak. An attacker with read access to those systems decodes the token's payload segment with standard base64 tooling and extracts the TOTP secret without further interaction.

See the GitHub Security Advisory GHSA-x3r2-fj3r-g5mv for vendor details.

Detection Methods for CVE-2026-45091

Indicators of Compromise

  • Unseal tokens issued by sealed-env versions 0.1.0-alpha.1 through 0.1.0-alpha.3 recorded in build logs, pod descriptions, or error trackers.
  • Successful TOTP-gated unseal operations from unexpected source IPs or service accounts following a token exposure event.
  • Access patterns to log aggregators or APM platforms that scrape JWS-shaped strings (eyJ...).

Detection Strategies

  • Scan log archives, CI artifact storage, and error tracking backends for JWS tokens issued by sealed-env, decoding the payload segment to confirm presence of a totp or equivalent secret field.
  • Inventory all repositories and deployments using sealed-env and pin the installed version against the fixed release 0.1.0-alpha.4.
  • Alert on TOTP validation events that succeed from previously unseen client identifiers after token-exposing incidents.

Monitoring Recommendations

  • Enable secret scanning on source repositories, CI logs, and ticketing systems for base64url payloads containing TOTP seed patterns.
  • Forward unseal authentication events to a centralized analytics pipeline and track first-seen actors and geolocations for each operator identity.
  • Audit redaction filters in Sentry, Rollbar, and log shippers to confirm that tokens labeled as bearer or unseal material are stripped before storage.

How to Mitigate CVE-2026-45091

Immediate Actions Required

  • Upgrade sealed-env to version 0.1.0-alpha.4 or later across all Node.js and Java/Spring Boot services in enterprise mode.
  • Rotate every operator TOTP secret that was ever bound to a token minted by an affected version. Treat the prior seeds as compromised.
  • Purge captured unseal tokens from CI logs, container runtime logs, APM error reports, and log aggregator indices.

Patch Information

The maintainer fixed CVE-2026-45091 in sealed-env0.1.0-alpha.4 by removing the TOTP secret from the JWS payload. Refer to the GitHub Security Advisory GHSA-x3r2-fj3r-g5mv for release notes and upgrade guidance.

Workarounds

  • If immediate upgrade is not possible, disable enterprise mode token minting until the fixed version is deployed.
  • Restrict who can read CI logs, pod descriptions, and error tracking projects to limit exposure of any tokens issued by affected versions.
  • Configure log redaction rules to strip JWS-shaped strings (eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+) before they reach persistent storage.
bash
# Upgrade sealed-env to the fixed release
npm install sealed-env@0.1.0-alpha.4

# Java/Spring Boot (Maven): pin the fixed version in pom.xml
# <dependency>
#   <groupId>dev.sealedenv</groupId>
#   <artifactId>sealed-env</artifactId>
#   <version>0.1.0-alpha.4</version>
# </dependency>

# Verify no affected versions remain
npm ls sealed-env | grep -E '0\.1\.0-alpha\.[1-3]'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSealed Env

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE 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