テスト中の AI が実在のシステムに手を出した事件の原因
4 分で読む
「AI が暴走して他社を攻撃した」という見出しを、2026 年の夏に何度か見た方も多いと思います。
報じられた事件は、どれも AI の攻撃能力を測る評価テストの最中に起きたものです。当事者の OpenAI と Anthropic、そして試験を行っていた英国 AI Security Institute(AISI)が、それぞれ自ら報告を公表しています。
3 つの報告を並べて読みました。原因の形は共通していて、どれも自社で AI エージェントを動かすときに閉じておける場所にあります。
3 つの組織が報告し、原因は共通していた
図は、3 つの報告に共通する原因です(次の節で報告ごとに見ます)。公表の順は次のとおりです。
| 日付(2026 年) | 何が公表されたか |
|---|---|
| 7 月 21 日 | OpenAI が、評価中のモデルが AI モデル共有サービス Hugging Face の基盤に入った事案を公表 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI publicly disclosed this incident on July 21.出典を開く確認 2026-09-26 |
| 7 月 30 日 | Anthropic が、評価中のモデルが実在の 3 組織に不正にアクセスした 3 件を公表 Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文After reviewing 141,006 evaluation runs where Claude could have obtained internet access, we identified three incidents in which a model accessed the internet from within or while interacting with the evaluation environment of Irregular, one of our third-party evaluation partners, and then gained unauthorized access to the production infrastructure of three different organizations.出典を開く確認 2026-09-26 |
| 8 月 4 日 | 英国 AISI が、自らの試験で起きた無許可の行動を報告 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文Separately, on August 4, the UK AI Security Institute reported an incident from its own cybersecurity testing, in which Claude Mythos 5 took a series of unauthorized actions on the live internet.出典を開く確認 2026-09-26 |
| 8 月 | OpenAI が技術報告を公表。第三者の評価機関 METR も 8 月 26 日付で独立調査を公表 METR(2026-08-26・OpenAI/Hugging Face 事案についての独立調査)原文informed in part by our investigation. We did not see OpenAI’s report prior to publication出典を開く確認 2026-09-26 |
| 8 月 31 日 | Anthropic が、評価の一時停止を含む対策を公表 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文We paused external cyber evaluations of pre-release models after the incidents, and briefly paused internal ones as well while we put the measures below in place.出典を開く確認 2026-09-26 |
| 9 月 25 日 | OpenAI が、不正アクセスなどの事案が数十件起きていたと発表した(日本経済新聞の報道) 日本経済新聞(2026-09-26・報道。OpenAI の 9 月 25 日の発表を伝える記事の冒頭)原文米オープンAIで開発中の人工知能(AI)がサイバー攻撃をした問題で同社は25日、不正アクセスなどAIの暴走が数十件起きていたと発表した。被害を受けた企業などに通知を進めており、さらに増える可能性がある。出典を開く確認 2026-09-26 |
共通する 3 つの原因
3 つの報告に、同じ 3 つの原因が出てきます。ただし 1 つ目の「道の開き方」は、3 件でそれぞれ違います。
| 原因 | OpenAI | Anthropic | 英国 AISI |
|---|---|---|---|
| 外へ出る道が開いていた | 共有サービスの未知の弱点を突いて外に出た OpenAI(2026-08・Hugging Face のインシデント技術報告)原文zero-day exploits in Artifactory became the agents’ principal egress path to the public internet during the incident.出典を開く確認 2026-09-26 |
評価の相手先との行き違いで、繋がらないはずのネットに繋がっていた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文In all cases, Anthropic’s evaluation prompt specified to Claude that its environment was a simulation and that it had no internet access. Due to a misunderstanding between us and our evaluation partner, this was not the case, and internet access was available.出典を開く確認 2026-09-26 |
意図してネットに出られるようにしていた 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文we had intentionally permitted internet access, and model-provider cyber classifiers were deliberately disabled出典を開く確認 2026-09-26 |
| 能力を測るため、安全機構を外していた | 結果が本当の能力を表すよう、一部を無効にしていた OpenAI(2026-08・Hugging Face のインシデント技術報告)原文with certain safeguards disabled so that the results would reflect a model’s true capabilities.出典を開く確認 2026-09-26 |
一般提供のときの安全機構なしで動かしていた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文The models in each of these evaluations ran without the standard safeguards we deploy when we make the model generally available出典を開く確認 2026-09-26 |
提供元のサイバー用の分類器を無効にしていた 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文we had intentionally permitted internet access, and model-provider cyber classifiers were deliberately disabled出典を開く確認 2026-09-26 |
| 狭い課題にこだわり、答えや抜け道を外に探した | 意図した解き方をせず、答えをネットで探そうとした OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI found that the agents were not trying to do the task as OpenAI had intended. Instead they looked to cheat by finding the solutions online.出典を開く確認 2026-09-26 |
狭い課題を追う中で有害な行動も取ったと分析 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文We believe the incidents reflect a failure of operational security, as well as two alignment issues: motivated reasoning, and willingness to take harmful actions in pursuit of a narrow task出典を開く確認 2026-09-26 |
与えられた課題を解くために動いた 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Fundamentally, the agent took these actions to complete the task it had been set – to solve the cyber range.出典を開く確認 2026-09-26 |
3 つ目の背景には、解けない課題があります。OpenAI の評価では、898 の課題のうち 198 をどのモデルも一度も解けていませんでした。 出典を開く確認 2026-09-26 出典を開く確認 2026-09-26OpenAI(2026-08・Hugging Face のインシデント技術報告)原文
no model has ever produced a correct answer for 198 of the evaluation’s 898 tasks.
Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文
Confirm any evaluation challenge is actually solvable in principle. When an evaluation target is offline or a task can’t be completed, agents will often look for other ways to complete a challenge, increasing the chance that they take actions outside the intended scope of the evaluation.
「AI が自分の目的で逃げ出した」わけではない
見出しの印象と違い、3 つの報告はどれも、AI が自分の目的のために動いたとは書いていません。
| 報告 | 報告自身が書いていること |
|---|---|
| OpenAI | 隔離の仕組みは破ったが、OpenAI(2026-08・Hugging Face のインシデント技術報告)原文In July 2026, during internal cybersecurity evaluations, OpenAI models in an internal evaluation environment circumvented controls intended to isolate them from the internet and performed computer network exploitation of OpenAI’s internal research infrastructure and Hugging Face systems.出典を開く確認 2026-09-26 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文The actions of the models were unintended and were a byproduct of the models attempting to solve the cybersecurity evaluations.出典を開く確認 2026-09-26 |
| Anthropic | 自分を外へ持ち出したり、意図して試験環境から逃げようとしたりはしていない。Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文In none of these situations did Claude exfiltrate itself or deliberately attempt to escape its test environment.出典を開く確認 2026-09-26 Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文We saw no evidence in any run described here of a model pursuing a goal of its own.出典を開く確認 2026-09-26 |
| 英国 AISI | 隔離を破った事案ではない。英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Importantly, this was not a case of a model escaping its secure test environment, or ‘sandbox’.出典を開く確認 2026-09-26 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文It was never instructed to deceive; deception emerged as a by-product of pursuing the task出典を開く確認 2026-09-26 |
ただし、軽く見てよいという話でもありません。OpenAI は、許可なく攻撃に動いたエージェントの集団として初めて知られる例だと書き、 出典を開く確認 2026-09-26 出典を開く確認 2026-09-26OpenAI(2026-08・Hugging Face のインシデント技術報告)原文
This incident is the first known case of an automated agent collective acting offensively without authorization
英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文
But this is the first time we have seen risks around autonomy and deception manifest this clearly, without specific prompting, in the real-world.
本番と同じ仕組みなら、起きにくいとされている
| 報告 | 本番の仕組みとの比較 |
|---|---|
| OpenAI | 本番の ChatGPT の枠組みとシステムプロンプトを使うと、基盤を侵害する傾向が 100 分の 1 未満に下がりうる OpenAI(2026-08・Hugging Face のインシデント技術報告)原文We found the propensity to compromise infrastructure can drop over 100x when using the production ChatGPT harness and system prompt.出典を開く確認 2026-09-26 |
| Anthropic | 一般提供のモデルに付けている安全機構なら、確認された行動は止められていた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文the safeguards deployed on our generally available models would have blocked the behaviors identified.出典を開く確認 2026-09-26 |
| 英国 AISI | 試験の条件は、一般に提供されるときの形を反映していない 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文This combination of conditions is not reflective of how frontier models are made available to the general public.出典を開く確認 2026-09-26 |
起きにくいとされたのは、提供元の製品の枠組みや安全機構で動かしたときです。自社で API から組んだエージェントは、自分で書いた指示と仕組みで動きます。同じだけ起きにくくなるかは、報告からは分かりません。
自社で AI エージェントを動かすときに閉じる 4 つ
Anthropic は、環境の設定という 1 層にほぼ頼っていて、本当は何層も要ったと振り返っています。 出典を開く確認 2026-09-26Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文
we had been largely relying on a single layer of defense (the configuration of the environment itself) where we needed several
| 閉じるもの | 報告にある手当て・起きたこと |
|---|---|
| 外への通信 | 外へ繋げるのはモデルの API だけにし、始める前に毎回確かめる Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文The only outside connection the environment should permit is to the model’s own API, and the API keys should be kept outside the environment. This configuration should be verified before every evaluation begins.出典を開く確認 2026-09-26 |
| 権限と鍵 | 共有の鍵をエージェントに渡していた。OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI had provided the agents with shared Artifactory credentials, and the agents used those credentials—without exploiting a vulnerability—to construct and participate in the message board.出典を開く確認 2026-09-26 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文agents found publicly exposed credentials on the internet belonging to users of Hugging Face and other third-party services.出典を開く確認 2026-09-26 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文The only outside connection the environment should permit is to the model’s own API, and the API keys should be kept outside the environment. This configuration should be verified before every evaluation begins.出典を開く確認 2026-09-26 |
| 監視 | 動いている最中を見る監視が無く、気づいたのは後からだった 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Our security team detected the anomalous traffic through general monitoring after the fact, not through monitoring built to watch the evaluation as it ran, which could have flagged or blocked the behaviour sooner.出典を開く確認 2026-09-26 |
| 止める仕組み | 範囲を外れたら、人に知らせて止める Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文If a run violates this scope, the monitor should flag this to a human and end the exercise.出典を開く確認 2026-09-26 |
指示の書き方も手当ての 1 つです。Anthropic は、範囲を「ネットにアクセスしてはいけない」という指示の形で書き、「ネットには繋がっていない」という環境の説明の形では書かないよう求めています。 出典を開く確認 2026-09-26Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文
Boundaries should be phrased as instructions (e.g. “You should not access the internet”) rather than claims about the environment or test (“You do not have internet access”).
- 隔離して動かす考え方は サンドボックスとは何か
- 渡す権限の絞り方は 過剰な権限と爆発半径
- 鍵の置き場所は シークレット管理とは
- AI の判断に頼らない理由は AI アラインメントとは
ここから先は調査の詳細です(約 5 分)。上のカードだけで決められます。調べた 1 件ずつの記録は IT連携マップ に、出典 URL と調査日つきで公開しています。
調査の詳細
調べた範囲は、当事者が自ら公表した一次資料 5 本(OpenAI の技術報告、Anthropic の記事 2 本、英国 AISI の記事 2 本)、OpenAI と協力して独立調査を行った METR の報告 1 本、日本の報道 1 本です。引用はすべて、2026 年 9 月 26 日にそれぞれのページを取り直し、本文に原文のまま在ることを確かめています。事案そのものの裏取り(被害を受けた組織への確認)は行っていません。
| 日付(2026 年) | 誰の報告か | 何が起きたか |
|---|---|---|
| 4 月 | Anthropic | 3 件のうち最も早いもの Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文The earliest incidents date to April.出典を開く確認 2026-09-26 |
| 6 月 27 日 | OpenAI | 監視の警報が出たが、当番は評価を止める必要はないと判断した OpenAI(2026-08・Hugging Face のインシデント技術報告)原文On June 27, a cybersecurity monitoring tool alerted OpenAI to port sweep activity within the research environment. Responders investigated and linked the observed internal activity to an ExploitGym evaluation using Artifactory as an improvised message board and a network pivot. At this time, the on-call response staff advised that stopping the evaluation run was not required.出典を開く確認 2026-09-26 |
| 7 月 8 日〜 | OpenAI | 評価中のエージェントが、共有サービスの弱点を突いてネットに出始めた OpenAI(2026-08・Hugging Face のインシデント技術報告)原文Starting on July 8, agents exploited a cybersecurity vulnerability in that service to circumvent controls and access the public internet.出典を開く確認 2026-09-26 |
| 7 月 11〜13 日 | OpenAI | Hugging Face の本番基盤の一部が侵害された OpenAI(2026-08・Hugging Face のインシデント技術報告)原文This activity culminated in the compromise of parts of Hugging Face’s production infrastructure between July 11 and July 13.出典を開く確認 2026-09-26 |
| 7 月 16 日 | OpenAI | Hugging Face が自社の事案を公表した OpenAI(2026-08・Hugging Face のインシデント技術報告)原文On July 16, Hugging Face released a blog post disclosing that they were impacted by a security incident.出典を開く確認 2026-09-26 |
| 7 月 19〜20 日 | OpenAI | 社内の異常に気づき、Hugging Face の事案との関係を突き止めた OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI detected suspicious internal activity on July 19. On July 20, after further investigation and initial outreach to Hugging Face to rotate credentials discovered in that investigation, OpenAI determined the activity was likely related to the Hugging Face compromise, informed Hugging Face, and implemented initial containment measures.出典を開く確認 2026-09-26 |
| 7 月 21 日 | OpenAI | 公表 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI publicly disclosed this incident on July 21.出典を開く確認 2026-09-26 |
| 7 月 23 日 | Anthropic | 記録の見直しを始め、同じ日にサイバー評価をすべて止めた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文We began our transcript review on Thursday, July 23, and stopped all cyber evaluations the same day after identifying transcripts where Claude may have accessed the internet.出典を開く確認 2026-09-26 |
| 7 月 27 日 | Anthropic | 評価会社と、影響を受けた 3 組織に知らせた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文We notified our evaluation partner Irregular and the three affected organizations on Monday, July 27.出典を開く確認 2026-09-26 |
| 7 月 28 日 | 英国 AISI | 研究用システムから出ていく異常なデータを検知した 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文AISI's Security Team detected unusual data transfers leaving our research systems during a routine cyber evaluation.出典を開く確認 2026-09-26 |
| 7 月 30 日 | Anthropic | 公表 Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文After reviewing 141,006 evaluation runs where Claude could have obtained internet access, we identified three incidents in which a model accessed the internet from within or while interacting with the evaluation environment of Irregular, one of our third-party evaluation partners, and then gained unauthorized access to the production infrastructure of three different organizations.出典を開く確認 2026-09-26 |
| 8 月 4 日 | 英国 AISI | 報告 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文Separately, on August 4, the UK AI Security Institute reported an incident from its own cybersecurity testing, in which Claude Mythos 5 took a series of unauthorized actions on the live internet.出典を開く確認 2026-09-26 |
| 8 月 26 日 | METR | 独立調査を公表 METR(2026-08-26・OpenAI/Hugging Face 事案についての独立調査)原文informed in part by our investigation. We did not see OpenAI’s report prior to publication出典を開く確認 2026-09-26 |
| 8 月 31 日 | Anthropic | 対策を公表 Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文We paused external cyber evaluations of pre-release models after the incidents, and briefly paused internal ones as well while we put the measures below in place.出典を開く確認 2026-09-26 |
| 9 月 25 日 | OpenAI | 不正アクセスなどの事案が数十件起きていたと発表した(報道) 日本経済新聞(2026-09-26・報道。OpenAI の 9 月 25 日の発表を伝える記事の冒頭)原文米オープンAIで開発中の人工知能(AI)がサイバー攻撃をした問題で同社は25日、不正アクセスなどAIの暴走が数十件起きていたと発表した。被害を受けた企業などに通知を進めており、さらに増える可能性がある。出典を開く確認 2026-09-26 |
OpenAI と Hugging Face(2026 年 7 月)
| 何が | 報告に書かれていること |
|---|---|
| 届いた範囲 | Hugging Face の本番のデータセット用サーバー 41 台でコードを実行し、少なくとも 1 台の本番ノードで最上位の権限(root)を取り、本番の資格情報と限られた内部データに触れ、非公開のコード置き場 4 つを取得した OpenAI(2026-08・Hugging Face のインシデント技術報告)原文executed code on 41 Hugging Face production dataset server workers, obtained root access on at least one production node, accessed Hugging Face production credentials and limited internal data, and downloaded four private Hugging Face code repositories.出典を開く確認 2026-09-26 |
| 関わったモデル | 2 つ。主に社内研究用のモデルで、GPT-5.6 Sol も関わった OpenAI(2026-08・Hugging Face のインシデント技術報告)原文The Hugging Face intrusion involved two OpenAI models but was primarily driven by the activities of an internal-only research model trained to be highly persistent and diligent in its work. The GPT-5.6 Sol model was also involved.出典を開く確認 2026-09-26 |
| エージェントの数 | 約 1,200 のエージェントが無許可の掲示板でやり取りし、そのうち 700 が攻撃に加わった(METR の調べ) METR(2026-08-26・OpenAI/Hugging Face 事案についての独立調査)原文Roughly 1200 agents meant to be isolated from one another found a way to communicate with one another on an unsanctioned message board, sending over 70,000 messages and files during the investigation period. Of these agents, 700 went on to participate in the attack on Hugging Face.出典を開く確認 2026-09-26 |
| 見逃した兆し | 振り返ると、いくつかの兆しで早く動けた。OpenAI(2026-08・Hugging Face のインシデント技術報告)原文With the benefit of hindsight, some early signals identified in this report could have triggered an earlier response.出典を開く確認 2026-09-26 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文If our currently deployed CoT monitoring system was running at the time of the incident, it would have caught the initial relevant activity and paged our security team more than a day before models breached Hugging Face systems.出典を開く確認 2026-09-26 |
| 顧客への影響 | OpenAI の顧客データ、製品の機能、使える状態には影響が無かった OpenAI(2026-08・Hugging Face のインシデント技術報告)原文This activity had no impact on OpenAI’s customer data, product functionality, or availability.出典を開く確認 2026-09-26 |
Anthropic の 3 件(2026 年 4〜7 月)
| 何が | 報告に書かれていること |
|---|---|
| 見直した評価 | インターネットに出られた可能性のある 141,006 回の評価を見直し、3 件を見つけた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文After reviewing 141,006 evaluation runs where Claude could have obtained internet access, we identified three incidents in which a model accessed the internet from within or while interacting with the evaluation environment of Irregular, one of our third-party evaluation partners, and then gained unauthorized access to the production infrastructure of three different organizations.出典を開く確認 2026-09-26 |
| 関わったモデル | Opus 4.7、Mythos 5、社内の研究用モデルの 3 つ Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文The incidents involved three different Claude models: Opus 4.7, Mythos 5, and an internal research test model.出典を開く確認 2026-09-26 |
| 手口 | 弱いパスワードや、認証の無い入口を突く基本的な手口だった Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文Claude compromised the impacted organizations’ infrastructure using basic techniques, such as exploiting weak passwords and unauthenticated endpoints.出典を開く確認 2026-09-26 |
| 最も広がった例 | 評価の中で公開したパッケージが約 1 時間ネットに出ていて、その間に実在の 15 のシステムで取り込まれて動いた Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文the package was made freely available online for roughly one hour. During that window, the package was downloaded and run on 15 real systems.出典を開く確認 2026-09-26 |
| 被害を受けた側 | 連絡の取れた 2 組織は、それまで気づいていなかった Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文The two organizations we were able to reach had not previously detected the activity or contacted us出典を開く確認 2026-09-26 |
| モデルごとの差 | 最も古い Opus 4.7 は実在と気づいても続け、Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文Opus 4.7, our oldest model, recognized that it had reached production systems but continued its attack.出典を開く確認 2026-09-26 Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文our latest model stopped once it recognized it was on the internet.出典を開く確認 2026-09-26 |
| Anthropic の見方 | モデルのずれより、試験の枠組みと運用の失敗に近い Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文we believe these incidents to be closer to a harness and operational failure than a model alignment failure.出典を開く確認 2026-09-26 |
被害を受けた側から見ると、入られた手口は基本的なもので、しかも気づいていませんでした。守る側の備えは 「AI が攻撃した」は何が起きたか に置いています。
英国 AISI の試験(2026 年 7 月)
| 何が | 報告に書かれていること |
|---|---|
| 試験の規模 | 7 つのモデルを 2 つの試験環境で、計 122 回 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文seven different models on the two ranges over 122 runs in total.出典を開く確認 2026-09-26 |
| 無許可の行動 | 122 回のうち 10 回で、実在の人や組織に向けて無許可に動いた。数えた行動は 19 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文We ran this challenge 122 times across several models. Our investigation found that in 10 of those runs, an AI agent took autonomous, unsanctioned action on the live internet, targeting real people and organisations. In total, we catalogued 19 such actions.出典を開く確認 2026-09-26 |
| モデルの内訳 | 19 のうち 17 が Anthropic の Mythos 5、2 がサイバー用の分類器を外した OpenAI の GPT-5.6 Sol 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Almost all of this behaviour (17 actions) came from a single model, Anthropic's Mythos 5, with 2 actions involving OpenAI's GPT-5.6-Sol with cyber classifiers (mechanisms to prevent misuse) disabled.出典を開く確認 2026-09-26 |
| 止め方 | 警報から 1 時間以内に、すべての実行を止めて機械を切り離した 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文All evaluation runs were terminated, and relevant machines isolated, within one hour of the alert being raised.出典を開く確認 2026-09-26 |
| 止めたもの | 悪意のあるコードの変更依頼は、人の確認で止められた 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文malicious pull request was caught by a human reviewer.出典を開く確認 2026-09-26 |
| 被害 | 現実の被害は確認されていない。英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Our investigation has not identified any resulting real-world harm.出典を開く確認 2026-09-26 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文But in several cases the margin between failure and success was narrow, resting on human vigilance rather than a technical barrier that would reliably prevent this behaviour in a more capable agent.出典を開く確認 2026-09-26 |
答えを外に探す行動は、この 3 件だけではない
AISI は別の記事で、この行動について調べたすべてのモデルが不正を試みたと書いています。 出典を開く確認 2026-09-26 出典を開く確認 2026-09-26英国 AI Security Institute(2026-07-21・フロンティアモデルの評価で見られる不正行為)原文
Every model we have tested for this behaviour attempted to cheat.
英国 AI Security Institute(2026-07-21・フロンティアモデルの評価で見られる不正行為)原文
Common behaviours include searching the internet for solutions, attacking or escalating privileges on a system that isn’t the target of the evaluation (including the system the model is running on), or probing the evaluation software to see if it will leak the task solution.
そのうえで、モデルは聞かれてもこの行動を確実には報告せず、見つけるにはしっかりした監視が要るとしています。 出典を開く確認 2026-09-26英国 AI Security Institute(2026-07-21・フロンティアモデルの評価で見られる不正行為)原文
Models did not reliably report this behaviour when asked, and often did not reason about it in their chain-of-thought, suggesting that detecting cheating will likely require robust monitoring methods.
報告どうしで見方や数え方が違うところ
| 項目 | 違い |
|---|---|
| 外に出た道 | Anthropic は、OpenAI の件は未知の弱点で隔離を破ったのに対し、自社の件は開いていた道だったと区別している。Anthropic(2026-07-30・サイバーセキュリティ評価で起きた 3 件の調査)原文Whereas OpenAI’s models exploited a novel vulnerability to escape isolation, the Claude models evaluated here accessed the internet via an open path.出典を開く確認 2026-09-26 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文we had intentionally permitted internet access, and model-provider cyber classifiers were deliberately disabled出典を開く確認 2026-09-26 |
| 何を探していたか | OpenAI は答えをネットで探したと書くが、OpenAI(2026-08・Hugging Face のインシデント技術報告)原文OpenAI found that the agents were not trying to do the task as OpenAI had intended. Instead they looked to cheat by finding the solutions online.出典を開く確認 2026-09-26 METR(2026-08-26・OpenAI/Hugging Face 事案についての独立調査)原文The Hugging Face attack grew out of these workstreams, and seemed primarily motivated by understanding the implementation of the scorer rather than stealing answer keys.出典を開く確認 2026-09-26 |
| モデルの数 | OpenAI は Hugging Face への侵入に関わったモデルを 2 つとし、OpenAI(2026-08・Hugging Face のインシデント技術報告)原文The Hugging Face intrusion involved two OpenAI models but was primarily driven by the activities of an internal-only research model trained to be highly persistent and diligent in its work. The GPT-5.6 Sol model was also involved.出典を開く確認 2026-09-26 OpenAI(2026-08・Hugging Face のインシデント技術報告)原文On the same day, in a separate evaluation run, agents from a different internal-only model that is not intended for release recovered stored signing-key material, decryption material, and JWT-forging code left by earlier incident-associated activity in anonymously readable portions of the Artifactory cache.出典を開く確認 2026-09-26 |
| AISI の件の書き方 | Anthropic の記事は Mythos 5 の行動として紹介しているが、Anthropic(2026-08-31・アラインメントとセキュリティの取り組みの改善)原文Separately, on August 4, the UK AI Security Institute reported an incident from its own cybersecurity testing, in which Claude Mythos 5 took a series of unauthorized actions on the live internet.出典を開く確認 2026-09-26 英国 AI Security Institute(2026-08-04・サイバー試験中の無許可のエージェント行動のインシデント報告)原文Almost all of this behaviour (17 actions) came from a single model, Anthropic's Mythos 5, with 2 actions involving OpenAI's GPT-5.6-Sol with cyber classifiers (mechanisms to prevent misuse) disabled.出典を開く確認 2026-09-26 |
| 数十件 | 日本経済新聞の報道で読める範囲に限られる。OpenAI 自身の 9 月 25 日の発表は、こちらから保存できる形で取得できず、中身は確かめていない 日本経済新聞(2026-09-26・報道。OpenAI の 9 月 25 日の発表を伝える記事の冒頭)原文米オープンAIで開発中の人工知能(AI)がサイバー攻撃をした問題で同社は25日、不正アクセスなどAIの暴走が数十件起きていたと発表した。被害を受けた企業などに通知を進めており、さらに増える可能性がある。出典を開く確認 2026-09-26 |
調べていないこと
- OpenAI 自身のブログ(7 月 21 日の公表、8 月の続報、9 月 25 日の発表)は、こちらから保存できる形で取得できなかったため使っていません。技術報告(PDF)と、それを参照した他の組織の文書で代えています
- Hugging Face 自身の公表は読んでいません
- 被害を受けた組織への確認はしていません