CVE-2025-59532

HIGH LAB

Openai Codex < 0.39.0 - Improper Input Validation

Title source: rule

Description

Codex CLI is a coding agent from OpenAI that runs locally. In versions 0.2.0 to 0.38.0, due to a bug in the sandbox configuration logic, Codex CLI could treat a model-generated cwd as the sandbox’s writable root, including paths outside of the folder where the user started their session. This logic bypassed the intended workspace boundary and enables arbitrary file writes and command execution where the Codex process has permissions - this did not impact the network-disabled sandbox restriction. This issue has been patched in Codex CLI 0.39.0 that canonicalizes and validates that the boundary used for sandbox policy is based on where the user started the session, and not the one generated by the model. Users running 0.38.0 or earlier should update immediately via their package manager or by reinstalling the latest Codex CLI to ensure sandbox boundaries are enforced. If using the Codex IDE extension, users should immediately update to 0.4.12 for a fix of the sandbox issue.

Exploits (1)

nomisec WORKING POC
by baktistr · poc
https://github.com/baktistr/cve-2025-59532-poc

Scores

CVSS v4 8.6
EPSS 0.0005
EPSS Percentile 14.1%
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Lab Environment

COMMUNITY
Community Lab
docker pull cve-2025-59532:latest

Details

CWE
CWE-20
Status published
Products (2)
openai/codex 0.2.0 - 0.39.0npm
openai/codex >= 0.2.0, < 0.39.0
Published Sep 22, 2025
Tracked Since Feb 18, 2026