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

CVE-2026-32953: Tillitis TKey Information Disclosure Flaw

CVE-2026-32953 is an information disclosure vulnerability in Tillitis TKey Client that causes certain User Supplied Secrets to be silently ignored, generating identical key material. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-32953 Overview

Tillitis TKey Client package is a Go package for a TKey client. Versions 1.2.0 and below contain a critical bug in the tkeyclient Go module which causes 1 out of every 256 User Supplied Secrets (USS) to be silently ignored, producing the same Compound Device Identifier (CDI)—and thus the same key material—as if no USS is provided. This happens because a buffer index error overwrites the USS-enabled boolean with the first byte of the USS digest, so any USS whose hash starts with 0x00 is effectively discarded.

Critical Impact

Approximately 1 in 256 User Supplied Secrets are silently ignored due to a buffer index error, resulting in predictable key material generation that matches the default CDI when no USS is provided. This undermines the cryptographic uniqueness guarantees of the TKey hardware security device.

Affected Products

  • Tillitis TKey Client (tkeyclient Go module) versions ≤ 1.2.0
  • Applications using the affected tkeyclient module for USS-based key derivation
  • TKey hardware security device deployments relying on USS differentiation

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32953 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-32953

Vulnerability Analysis

This vulnerability falls under CWE-303 (Incorrect Implementation of Authentication Algorithm). The flaw exists in how the tkeyclient Go module handles the User Supplied Secret (USS) during Compound Device Identifier (CDI) generation for the Tillitis TKey hardware security device.

The TKey is designed to generate unique cryptographic key material by combining device-specific secrets with an optional USS provided by the user. When a USS is supplied, the module should set a boolean flag indicating USS is enabled and then copy the USS digest into the appropriate buffer location. However, a buffer index error causes the first byte of the USS digest to overwrite the USS-enabled boolean flag instead of being written to its intended position.

When a USS hash begins with 0x00 (which occurs approximately 1 in 256 times given uniform hash distribution), this zero byte effectively sets the USS-enabled flag to false. The TKey then computes the CDI as if no USS was provided at all, resulting in the same key material that would be generated without any user secret. This creates a scenario where users believe their secrets are protecting their cryptographic keys when they are actually being silently discarded.

Root Cause

The vulnerability stems from an off-by-one buffer index error in the tkeyclient Go module. When writing the USS digest to the communication buffer, the code incorrectly calculates the starting index, causing the first byte of the digest to land on the memory location reserved for the USS-enabled boolean flag. This implementation mistake transforms the first byte of the cryptographic hash (which should be part of the secret data) into a control flag that determines whether the USS is used at all.

Attack Vector

The attack vector requires physical access to the TKey device and knowledge that a target's USS happens to hash to a value beginning with 0x00. An attacker who understands this vulnerability could:

  1. Identify or guess that a victim's USS hashes to a value starting with 0x00
  2. Connect to a TKey device configured with that USS
  3. Generate key material that matches what would be produced with no USS at all
  4. Potentially derive the same cryptographic keys as the victim without knowing the actual USS

The vulnerability is particularly concerning because the user receives no warning or error when their USS is silently ignored, leading to a false sense of security.

The vulnerability exists in the buffer handling code where the USS digest is copied to the device communication buffer. For technical details, see the GitHub Commit Details showing the fix.

Detection Methods for CVE-2026-32953

Indicators of Compromise

  • Applications generating identical CDI values for different USS inputs
  • Key material that unexpectedly matches default (no-USS) TKey output
  • USS values whose SHA-256 or other hash digests begin with 0x00 byte
  • Inconsistent cryptographic operations where USS should have differentiated keys

Detection Strategies

  • Audit deployed tkeyclient Go module versions to identify installations ≤ 1.2.0
  • Implement test vectors that verify USS values with hashes starting with 0x00 produce unique CDIs
  • Compare CDI outputs between USS-enabled and USS-disabled configurations to detect unexpected matches
  • Review application logs for any cryptographic key derivation anomalies

Monitoring Recommendations

  • Monitor for multiple devices or sessions generating identical key material unexpectedly
  • Implement runtime checks that validate USS is being correctly processed before cryptographic operations
  • Log USS hash prefixes (first byte only) to detect potentially affected secrets without exposing sensitive data
  • Alert on any key derivation that produces the same result as the no-USS baseline

How to Mitigate CVE-2026-32953

Immediate Actions Required

  • Upgrade the tkeyclient Go module to version 1.3.0 or later immediately
  • Audit all USS values currently in use to identify any whose hashes begin with 0x00
  • Regenerate keys for any USS that was potentially affected by this vulnerability
  • Review any cryptographic material derived using vulnerable versions for potential compromise

Patch Information

The vulnerability has been fixed in tkeyclient version 1.3.0. The patch corrects the buffer index calculation to ensure the USS digest is written to the correct buffer position, preserving the USS-enabled boolean flag. Users should upgrade by updating their Go module dependencies:

  • Fixed version: v1.3.0
  • Commit: 4954dccf0287657edf8d405057e134cdff9c59e8
  • Release: GitHub Release v1.3.0
  • Advisory: GitHub Security Advisory GHSA-4w7r-3222-8h6v

Workarounds

  • If immediate upgrade is not possible, switch to a USS whose hash does not begin with a zero byte (0x00)
  • Test candidate USS values by computing their hash and verifying the first byte is non-zero before deployment
  • Implement application-level validation that rejects USS values with hashes starting with 0x00 until the module can be upgraded
bash
# Configuration example
# Update tkeyclient Go module to patched version
go get github.com/tillitis/tkeyclient@v1.3.0
go mod tidy

# Verify the installed version
go list -m github.com/tillitis/tkeyclient
# Expected output: github.com/tillitis/tkeyclient v1.3.0

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTillitis Tkey Client

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:H/SI:H/SA:H/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
  • AvailabilityLow
  • CWE References
  • CWE-303
  • Technical References
  • GitHub Commit Details

  • GitHub Release v1.3.0

  • GitHub Security Advisory GHSA-4w7r-3222-8h6v
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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