セキュリティ

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
「これは許可された演習だ」――そう言い張って、ランサム集団はCursorのAIエージェントに“実際の侵入作業”をやらせていた

「これは許可された演習だ」――そう言い張って、ランサム集団はCursorのAIエージェントに“実際の侵入作業”をやらせていた

ランサムウェア集団AuroraがCursorのAIエージェントを実際の侵入作業に悪用していたと、Gambit SecurityとCloudSEKが報告。「許可された演習」と偽って安全弁を回り込み、盗んだ認証情報を前提に偵察や権限奪取を代行させていた。開発者を速める道具は、攻撃者も速める――という警鐘。

FF
Vet a Tool's "Reply" Before the Model Reads It — Codex 0.151 Adds a Rewritable Checkpoint on MCP Return Values

Vet a Tool's "Reply" Before the Model Reads It — Codex 0.151 Adds a Rewritable Checkpoint on MCP Return Values

OpenAI's Codex 0.151.0 adds an "exit checkpoint" that lets you inspect and rewrite an MCP tool's return values before the model reads them. Alongside 0.150's Interrupt hooks and the ongoing autonomy fixes, we trace how agent safety design is opening up to the operator's discretion.

By FF
ツールの「返事」を、モデルが読む前に検める──Codex 0.151が、MCPの戻り値に“書き換えできる関所”を置いた

ツールの「返事」を、モデルが読む前に検める──Codex 0.151が、MCPの戻り値に“書き換えできる関所”を置いた

OpenAIのCodex 0.151.0が、MCPツールの戻り値をモデルが読む前に検査・書き換えできる「出口の関所」を追加。0.150のInterruptフックや自走まわりの修正とあわせ、エージェントの安全設計が運用者の裁量に開かれつつある動きを整理します。

FF
Putting a Checkpoint at the Moment You Switch Models — Claude Code v2.1.251 Closes the Switch Hooks, the Cache Dial, and the Symlink Loophole All at Once

Putting a Checkpoint at the Moment You Switch Models — Claude Code v2.1.251 Closes the Switch Hooks, the Cache Dial, and the Symlink Loophole All at Once

Claude Code v2.1.251 is out. It ships PreModelSwitch/PostModelSwitch hooks that intercept model switches, a prompt-cache breakdown and spend-limit bar in /cost, and a fix for a symlink loophole in file operations — all at once, shoring up the plumbing for unattended operation.

By FF
「モデルを乗り換える瞬間」に関所を置く──Claude Code v2.1.251が、切替フックとキャッシュの目盛り、そしてsymlinkの抜け穴を同時に塞いだ

「モデルを乗り換える瞬間」に関所を置く──Claude Code v2.1.251が、切替フックとキャッシュの目盛り、そしてsymlinkの抜け穴を同時に塞いだ

Claude Code v2.1.251が公開。モデル切替に割り込むPre/PostModelSwitchフック、/costのプロンプトキャッシュ内訳と支出上限バー、そしてファイル操作のsymlink抜け穴修正を同時に載せ、無人運用の足回りを固めた。

FF
You Can Rip Out the Whole "Tool That Runs Code"—Claude Code v2.1.248's `--restricted` Hands Least Privilege to Other People's Repos and Unattended Runs

You Can Rip Out the Whole "Tool That Runs Code"—Claude Code v2.1.248's `--restricted` Hands Least Privilege to Other People's Repos and Unattended Runs

Claude Code v2.1.248's `--restricted` is a launch option that removes command execution and WebFetch and confines file operations to the working directory. It hands least privilege to other people's repositories and unattended runs. It also includes quiet fixes like preventing credential exfiltratio

By FF
「コードを実行する道具」をまるごと外せる──Claude Code v2.1.248の`--restricted`が、他人のリポジトリと無人運用に“最小権限”を差し出した

「コードを実行する道具」をまるごと外せる──Claude Code v2.1.248の`--restricted`が、他人のリポジトリと無人運用に“最小権限”を差し出した

Claude Code v2.1.248の`--restricted`は、コマンド実行やWebFetchを外し、ファイル操作を作業ディレクトリ内に限定する起動オプション。他人のリポジトリや無人運用に最小権限を差し出す。認証情報の持ち出し防止など地味な修正も。

FF
Making "Pick Up Where You Left Off When the Limit Resets" the Default — Claude Code v2.1.234/235 Tackle Unattended-Run Wait Times and the Gap Between What Approval Screens Show and What They Actually Grant

Making "Pick Up Where You Left Off When the Limit Resets" the Default — Claude Code v2.1.234/235 Tackle Unattended-Run Wait Times and the Gap Between What Approval Screens Show and What They Actually Grant

Claude Code shipped v2.1.234 and 235 on two consecutive days. Together they bring a feature that waits out a usage-limit reset and continues automatically, closures for credential leak paths, and a fix to make approval screens match the permissions actually granted. A look at the groundwork for unat

By FF
「上限が戻ったら自分で続ける」を既定に近づける──Claude Code v2.1.234/235が、無人運用の待ち時間と承認画面の“見かけと中身のズレ”を詰めた

「上限が戻ったら自分で続ける」を既定に近づける──Claude Code v2.1.234/235が、無人運用の待ち時間と承認画面の“見かけと中身のズレ”を詰めた

Claude Code が2日続けて v2.1.234/235 を公開。使用上限のリセットを待って自動で続ける機能、認証情報の漏れ口の封鎖、そして「承認画面の表示と実際に許可される権限を一致させる」修正がまとまって載った。無人運用と権限まわりの地固めを追った。

FF
The Sandbox Was Never Broken — Tools Outside the Box Trusted and Ran the Files That Cursor, Codex, and Gemini CLI Wrote

The Sandbox Was Never Broken — Tools Outside the Box Trusted and Ran the Files That Cursor, Codex, and Gemini CLI Wrote

Pillar Security's "Week of Sandbox Escapes" disclosed seven holes across Cursor, Codex, Gemini CLI, and Antigravity. In every case the sandbox itself was never broken — tools outside the box trusted and ran the files the agent wrote. Here's a developer-focused look at the four weakness patterns and

By FF
サンドボックスは破られていない――Cursor・Codex・Gemini CLIが書いたファイルを、箱の外の道具が信じて走らせた

サンドボックスは破られていない――Cursor・Codex・Gemini CLIが書いたファイルを、箱の外の道具が信じて走らせた

Pillar Securityの「Week of Sandbox Escapes」が、Cursor・Codex・Gemini CLI・Antigravityの7件の穴を公開。どれもサンドボックスは破らず、エージェントが書いたファイルを箱の外の道具が信じて実行する構図だった。4つの弱点パターンと、現場で打てる対策を開発者目線で整理する。

FF