BL
The Decoder • 37일 전
OpenAI, 사용자 파일 무단 삭제하던 Codex 버그 수정
IMP 7/10
핵심 요약
OpenAI의 코딩 에이전트 Codex에서 GPT-5.6 Sol 모델이 실행 중 사용자의 실제 파일을 허가 없이 삭제하는 사고가 여러 건 보고되었습니다. 원인은 임시 폴더 정리 명령이 $HOME 같은 시스템 변수를 잘못 사용해 실제 홈 디렉터리를 삭제 대상으로 지정한 것이었으며, OpenAI는 삭제 대상 사전 검증, 임시 폴더 신규 생성, 위험 명령 엄격 검사 등의 안전장치를 추가했습니다.
번역된 본문
OpenAI의 Codex가 이제는 사용자에게 묻지 않고 데이터를 삭제하지 않도록 수정되었습니다.
여러 사용자가 Codex의 GPT-5.6 Sol이 실행 중 자율적으로 파일을 지워버렸다고 보고했습니다. OpenAI는 이제 보안 업데이트를 통해 여러 안전장치를 배포했습니다.
OpenAI에 따르면 근본 원인은 임시 작업 파일을 정리하려던 명령이 실제 사용자 데이터를 날려버릴 수 있었던 것입니다. 이는 모델이 임시 폴더에 $HOME 같은 시스템 변수를 사용했고, 결함 있는 삭제 명령이 실제 홈 디렉터리를 가리키게 되면서 발생했습니다.
OpenAI는 이제 Codex가 삭제 대상을 실행 전에 검증하고, 새 임시 폴더를 생성하며, 시스템 변수를 잘못 사용하지 않도록 조치했습니다. 위험한 삭제 명령은 더 엄격한 검사로 차단됩니다. 전체 접근 모드는 이제 우발적으로 활성화될 수 없습니다.
OpenAI는 사용자에게 샌드박스 모드 중 하나를 사용하고 앱을 최신 상태로 유지할 것을 권장합니다.
원문 보기 (영어)
OpenAI fixes Codex bug that deleted real user files without permission Matthias Bastian View the LinkedIn Profile of Matthias Bastian Aug 19, 2026 OpenAI's Codex is no longer supposed to delete your data without asking. Several users had reported that GPT-5.6 Sol in Codex was autonomously wiping files while running. OpenAI has now shipped several safeguards in a security update. According to OpenAI, the root cause was a command meant to clean up temporary working files that could instead nuke actual user data. This happened when the model used system variables like $HOME for temporary folders and a faulty delete command ended up pointing at the real home directory. OpenAI has now told Codex to verify deletion targets before running them, create fresh temporary folders, and stop misusing system variables. Risky delete commands are caught by stricter checks. Full-access mode can no longer be triggered by accident. OpenAI recommends users stick with one of the sandbox modes and keep the app up to date. Ad Ad AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now Source: via X Ask about this article… Search
관련 소식