SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-19593

CRITICAL · CVSS 9.8 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

OpenAI Codex Desktop for Windows is vulnerable to exploitation through malicious Git configurations in user workspaces, allowing an attacker to execute arbitrary programs with the signed-in user's privileges. This could lead to unauthorized access, modification, or deletion of files, as well as exposure of user credentials. Organizations using OpenAI Codex should prioritize this vulnerability, particularly those with users who frequently interact with Git repositories.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19593
Severity
CRITICAL
CVSS
9.8
EPSS
0.29%
Windows

Original NVD Description

OpenAI Codex Desktop for Windows and macOS automatically inspected Git metadata and working-tree status when a user opened a workspace. If the workspace contains a repository with preserved attacker-controlled .git/config, the attr.tree setting and a configured clean or process filter can cause Git to run an attacker-controlled program. The program runs outside Codex's command sandbox with the signed-in user's privileges, without a workspace-trust prompt, command approval, or interaction with a model. The attacker can read, modify, or delete files and access credentials available to that user. Exploitation requires Git to be available on PATH and the user to open the attacker-prepared repository with its local Git configuration intact. An ordinary Git clone does not copy the source repository's .git/config and is not sufficient by itself.