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

CVE-2025-43929: Kitty Terminal Auth Bypass Vulnerability

CVE-2025-43929 is an authentication bypass flaw in Kitty terminal that allows execution of local files without user confirmation from untrusted sources. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-43929 Overview

CVE-2025-43929 is a security vulnerability in open_actions.py within the Kitty terminal emulator (versions prior to 0.41.0) that fails to prompt users for confirmation before executing local executable files. This flaw allows attackers to potentially execute arbitrary code when a user opens an untrusted document containing malicious links pointing to executable files, such as documents opened in KDE Ghostwriter or similar applications.

Critical Impact

Attackers can achieve code execution on victim systems by crafting malicious documents with links to local executables. When users interact with these documents in Kitty, the executables run without any confirmation prompt, potentially leading to full system compromise.

Affected Products

  • Kovidgoyal Kitty versions prior to 0.41.0
  • Systems using Kitty with document viewers like KDE Ghostwriter
  • Any Kitty installation utilizing the default open_actions.py configuration

Discovery Timeline

  • 2025-04-20 - CVE-2025-43929 published to NVD
  • 2025-04-24 - Last updated in NVD database

Technical Details for CVE-2025-43929

Vulnerability Analysis

This vulnerability stems from a missing security control in Kitty's open_actions.py module. The terminal emulator handles file opening actions through a configuration-based system that defines how different file types should be processed. Prior to version 0.41.0, when Kitty encountered links to executable files from external sources (such as documents opened in KDE Ghostwriter), it would directly execute these files without requesting user consent.

The exploitation scenario involves a victim opening a maliciously crafted document that contains links pointing to local executable files. When the user clicks such a link, Kitty's default behavior was to launch the executable immediately, bypassing any confirmation dialog that would normally alert users to the potentially dangerous action.

Root Cause

The root cause is classified under CWE-346 (Origin Validation Error). The vulnerability exists because open_actions.py did not implement proper origin validation or user confirmation when handling file execution requests. The default launch actions configuration used confirm-if-needed for script files and lacked confirmation prompts entirely for executable files, trusting that all file execution requests from linked documents were legitimate.

Attack Vector

The attack requires local access and user interaction. An attacker must craft a malicious document containing links to executable files on the target system. When the victim opens this document in an application that uses Kitty for link handling (such as KDE Ghostwriter), clicking on the malicious link triggers immediate execution of the target file without user confirmation. This creates an opportunity for social engineering attacks where victims are tricked into clicking seemingly innocuous links.

python
# Security patch in kitty/open_actions.py - kitty +open: Ask for confirmation when running executables
@run_once
def default_launch_actions() -> tuple[OpenAction, ...]:
    return tuple(parse('''\
-# Open script files
+# Open script files. Change confirm-always to confirm-never or confirm-if-needed to
+# disable confirmation for all or executable files respectively.
protocol file
ext sh,command,tool
-action launch --hold --type=os-window kitten __shebang__ confirm-if-needed $FILE_PATH $SHELL
+action launch --hold --type=os-window kitten __shebang__ confirm-always $FILE_PATH $SHELL

# Open shell specific script files
protocol file
ext fish,bash,zsh
-action launch --hold --type=os-window kitten __shebang__ confirm-if-needed $FILE_PATH __ext__
+action launch --hold --type=os-window kitten __shebang__ confirm-always $FILE_PATH __ext__

# Open directories
protocol file
mime inode/directory
action launch --type=os-window --cwd -- $FILE_PATH

-# Open executable file
+# Open executable file. Remove kitten __confirm_and_run_exe__ to execute
+# without confirmation.
protocol file
mime inode/executable,application/vnd.microsoft.portable-executable
-action launch --hold --type=os-window -- $FILE_PATH
+action launch --hold --type=os-window -- kitten __confirm_and_run_exe__ $FILE_PATH

Source: GitHub Kitty Commit Update

Detection Methods for CVE-2025-43929

Indicators of Compromise

  • Unexpected process execution originating from Kitty terminal sessions
  • Executable files being launched without corresponding user terminal commands
  • Suspicious file access patterns where documents trigger executable launches
  • Log entries showing Kitty open_actions handling executable MIME types without confirmation kitten

Detection Strategies

  • Monitor for child processes spawned by Kitty that involve executable file launches
  • Implement endpoint detection rules for unusual process trees where document viewers spawn Kitty which then executes binaries
  • Review Kitty configuration files for non-default launch-actions.conf settings that may disable confirmation prompts
  • Audit systems for Kitty versions below 0.41.0 using package management queries

Monitoring Recommendations

  • Enable verbose logging for Kitty terminal sessions to capture file open actions
  • Deploy file integrity monitoring on executable directories to detect unauthorized execution attempts
  • Configure SentinelOne behavioral AI to detect unusual execution chains involving terminal emulators and document applications
  • Monitor for creation or modification of launch-actions.conf files that could override security defaults

How to Mitigate CVE-2025-43929

Immediate Actions Required

  • Upgrade Kitty to version 0.41.0 or later immediately
  • Audit existing launch-actions.conf configurations for insecure settings
  • Educate users about the risks of clicking links in untrusted documents
  • Consider temporarily disabling link handling in Kitty until patching is complete

Patch Information

The vulnerability has been addressed in Kitty version 0.41.0. The fix modifies the default launch actions to require user confirmation before executing any executable files. The patch changes the behavior from confirm-if-needed to confirm-always for script files and adds the kitten __confirm_and_run_exe__ confirmation wrapper for executable files. Users should update to version 0.41.0 or later by following the GitHub Kitty Version Comparison for detailed changes. The security commit is available at GitHub Kitty Commit Update.

Workarounds

  • Create a custom launch-actions.conf file that explicitly requires confirmation for all executable file types
  • Disable automatic link opening in Kitty by configuring restrictive launch actions
  • Use alternative terminal emulators for workflows involving untrusted documents until patching is possible
  • Configure document viewers to use a different handler for external links that includes confirmation dialogs
bash
# Configuration example - Create a restrictive launch-actions.conf
# Location: ~/.config/kitty/launch-actions.conf

# Require confirmation for all script files
protocol file
ext sh,command,tool,fish,bash,zsh
action launch --hold --type=os-window kitten __shebang__ confirm-always $FILE_PATH $SHELL

# Require confirmation for all executables
protocol file
mime inode/executable,application/vnd.microsoft.portable-executable
action launch --hold --type=os-window -- kitten __confirm_and_run_exe__ $FILE_PATH

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKovidgoyal Kitty

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Technical References
  • KDE Ghostwriter Documentation

  • GitHub CVE-2025-43929 PoC

  • Hitman Services CVE-2025-43929 Analysis
  • Vendor Resources
  • GitHub Kitty Commit Update

  • GitHub Kitty Version Comparison
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