🔥 この日の重要情報
2026-04-21 更新
B
今週中

Hacktron社のCTOであるMohan Pedhapati氏が、AIモデルのClaude Opusを使用してGoogle ChromeのV8エンジンにおける…

事案🌐 英語ソース
🖥️ 製品Chrome
📅 Tue, 21 Ap📰 xakep
📌 一言でいうと
Hacktron社のCTOであるMohan Pedhapati氏が、AIモデルのClaude Opusを使用してGoogle ChromeのV8エンジンにおける境界外アクセス(out-of-bounds)の脆弱性を悪用するエクスプロイトを開発しました。API利用料に2,283ドルを費やし、約1週間の期間と20時間の人的介入を経て、最終的にターゲットシステムで電卓を起動させることに成功しました。この事例は、AIを活用することで高度なエクスプロイト開発のコストと時間を大幅に削減できる可能性を示しています。
🏢影響範囲
Google Chromeブラウザを利用するすべてのユーザーおよび組織
該当時の対応
ブラウザを常に最新バージョンにアップデートし、AIによる脆弱性発見の高速化に伴うゼロデイ攻撃のリスクに備えて多層防御を構築すること。
📧 メール案を見る (社員向け + 管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【注意喚起】Google Chromeブラウザの更新について

お疲れさまです。情報システム担当です。
Google Chromeの脆弱性を悪用した攻撃手法がAIを用いて効率化されていることが報告されました。

ご協力をお願いしたいこと:
1. Chromeブラウザを最新バージョンにアップデートしてください。
2. ブラウザの「設定」→「Chromeについて」から更新を確認し、再起動を適用してください。

セキュリティ維持のため、お早めにご対応をお願いいたします。
Subject: [Security Notice] Please Update Your Google Chrome Browser

Hi everyone,

It has been reported that AI is being used to accelerate the discovery of vulnerabilities in Google Chrome, increasing the risk of potential attacks.

Requested Actions:
1. Please update your Google Chrome browser to the latest version.
2. Check for updates via 'Settings' -> 'About Chrome' and restart the browser to apply them.

Please prioritize this update to ensure your system remains secure.
件名: 【共有】AI(Claude Opus)を用いたChrome V8エンジン向けエクスプロイト開発事例について

お疲れさまです。標記の件に関する情報共有です。

■ 概要
Hacktron社のCTOが、AIモデル「Claude Opus」を活用してGoogle ChromeのV8エンジンにおける境界外アクセス(Out-of-bounds)の脆弱性を悪用するエクスプロイトを開発した事例が報告されました。API費用と少量の人的介入により、短期間で実効性のある攻撃コードが作成されており、AIによる脆弱性発見およびエクスプロイト開発の高速化・低コスト化という新たな脅威が顕在化しています。

■ 影響範囲
- Google Chrome ブラウザ(特にV8エンジンを搭載するバージョン)

■ 対応手順
1. 組織内の全端末において、Chromeが最新バージョンにアップデートされているか確認し、強制適用を検討してください。
2. AIによるゼロデイ攻撃の増加を想定し、EDRの監視強化や多層防御策の再点検を実施してください。

■ 参考情報
- xakep (Source article)

対応優先度: 高(速やかなアップデート適用と監視体制の強化を推奨)
Subject: [FYI] AI-Driven Exploit Development for Chrome V8 Engine

Dear IT Administration Team,

We are sharing information regarding a recent case where an exploit for the Google Chrome V8 engine was developed using the AI model "Claude Opus."

■ Overview
Mohan Pedhapati (CTO of Hacktron) demonstrated that a functional exploit targeting an out-of-bounds vulnerability in the V8 engine could be created with minimal human intervention and relatively low cost via AI API usage. This highlights a significant shift in the threat landscape, where AI drastically reduces the time and expertise required to develop sophisticated 0-day exploits.

■ Scope
- Google Chrome Browser (V8 Engine)

■ Recommended Actions
1. Ensure all corporate endpoints are running the latest version of Google Chrome; consider enforcing updates via group policy.
2. Review and strengthen multi-layered defense strategies and EDR monitoring to mitigate the risk of AI-accelerated zero-day attacks.

■ Reference
- xakep (Source article)

Priority: High (Prompt update deployment and security posture review recommended)
B
今週中

GitHubのプルリクエストやIssueのコメントを利用してAIプログラミングエージェントを操作する「Comment and Control」と呼ばれる新しいプ…

事案🌐 英語ソース
🖥️ 製品SlackbashGitHub
📅 Tue, 21 Ap📰 freebuf
📌 一言でいうと
GitHubのプルリクエストやIssueのコメントを利用してAIプログラミングエージェントを操作する「Comment and Control」と呼ばれる新しいプロンプト注入攻撃が発見されました。この脆弱性はClaude Code、Gemini CLI、GitHub Copilotの3つのツールに影響し、CI/CD環境からAPIキーやアクセス・トークンなどの機密情報を窃取される可能性があります。攻撃者は外部サーバーを介さず、GitHubプラットフォーム内だけで完結して指令を実行させることが可能です。
🏢影響範囲
GitHubを利用してAIエージェント(Claude Code, Gemini CLI, GitHub Copilot)をCI/CDパイプラインに組み込んでいる開発者および組織
該当時の対応
AIエージェントに渡す入力データのサニタイズを徹底し、特権を持つ環境変数へのアクセス制限(--disallowed-tools等の利用)を設定すること。また、GitHub Actionsのトリガー条件を厳格に管理し、信頼できないユーザーからのPRやコメントによる自動実行を制限することを推奨します。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【脆弱性対応】GitHub上のAIエージェントにおけるプロンプト注入攻撃(Comment and Control)について

お疲れさまです。GitHub上のAIエージェントに影響する深刻な脆弱性に関する情報共有です。

■ 概要
GitHubのプルリクエスト(PR)のタイトルやIssueのコメントを悪用し、AIプログラミングエージェントを操作する「Comment and Control」と呼ばれるプロンプト注入攻撃が発見されました。攻撃者が悪意のあるコメントを投稿することで、CI/CD環境からAPIキーやアクセス・トークンなどの機密情報を窃取される可能性があります。特にClaude Code Security ReviewではCVSS 9.4の極めて深刻な評価となっています。

■ 影響範囲
- Anthropic Claude Code Security Review
- Google Gemini CLI Action
- GitHub Copilot Agent (SWE Agent)

■ 対応手順
1. AIエージェントに渡す入力データのサニタイズ処理を徹底し、信頼できないユーザーからの入力を制限してください。
2. 環境変数へのアクセス制限(例:Claude CLIにおける--disallowed-tools等の利用)を設定し、特権情報の露出を最小限に抑えてください。
3. GitHub Actionsのトリガー条件(pull_request, issues, issue_comment)を厳格に管理し、外部コントリビューターによる自動実行を制限することを検討してください。

■ 参考情報
- freebuf / HackerOne (#3387969)

対応優先度: 高(速やかな対応を推奨)
Subject: [Security Advisory] Prompt Injection Vulnerability in GitHub AI Agents (Comment and Control)

Dear IT Administrator,

We are sharing critical information regarding a prompt injection vulnerability affecting several AI programming agents integrated with GitHub.

■ Overview
Researchers have identified a new attack vector called "Comment and Control." This vulnerability allows attackers to hijack AI agents via malicious GitHub PR titles, issue bodies, or comments. By exploiting these, attackers can exfiltrate sensitive API keys and access tokens directly from CI/CD environments. The vulnerability in Claude Code Security Review has been rated as critical with a CVSS score of 9.4.

■ Affected Products
- Anthropic Claude Code Security Review
- Google Gemini CLI Action
- GitHub Copilot Agent (SWE Agent)

■ Recommended Actions
1. Implement strict sanitization of all input data passed to AI agents.
2. Restrict access to privileged environment variables by using flags such as --disallowed-tools or --allowed-tools where applicable.
3. Review and tighten GitHub Actions trigger conditions (e.g., pull_request, issues, issue_comment) to prevent automatic execution by untrusted users.

■ Reference
- freebuf / HackerOne (#3387969)

Priority: High (Prompt action is recommended)
B
今週中

Microsoftは、Windows Serverの4月セキュリティ更新プログラムによって発生した不具合を修正するため、緊急の帯域外(OOB)アップデートをリリ…

脆弱性🌐 英語ソース
🖥️ 製品WindowsAzureBox
📅 Mon, 20 Ap📰 bleeping
📌 一言でいうと
Microsoftは、Windows Serverの4月セキュリティ更新プログラムによって発生した不具合を修正するため、緊急の帯域外(OOB)アップデートをリリースしました。具体的には、Windows Server 2025での更新プログラムのインストール失敗や、ドメインコントローラーにおけるLSASSのクラッシュによる再起動ループの問題が報告されています。影響を受けるバージョンはWindows Server 2016から2025まで幅広く、管理者は速やかに修正パッチを適用することが推奨されます。
🏢影響範囲
Windows Server(2016, 2019, 2022, 2025)を利用しているすべての組織、特にドメインコントローラーを運用している環境。
該当時の対応
影響を受けるWindows Serverのバージョンに合わせて、提供された緊急更新プログラム(KB5091157, KB5091571, KB5091575, KB5091573, KB5091572)を速やかに適用してください。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【重要】Windows Server 緊急更新プログラム適用のお願い

お疲れさまです。Windows Serverの不具合修正に関する情報共有です。

■ 概要
Microsoftがリリースした4月のセキュリティ更新プログラムにより、Windows Server 2025でのインストール失敗や、ドメインコントローラーにおけるLSASSのクラッシュに伴う再起動ループが発生することが判明しました。これらを修正するための緊急の帯域外(OOB)アップデートが公開されています。

■ 影響範囲
- Windows Server 2025
- Windows Server 2016, 2019, 2022, 2025
※特にドメインコントローラーを運用している環境で再起動ループのリスクがあります。

■ 対応手順
1. 運用中のWindows Serverのバージョンを確認してください。
2. 該当するバージョンに対し、以下の緊急更新プログラムを速やかに適用してください。
- Windows Server 2025: KB5091157
- Windows Server 2023H2: KB5091571
- Windows Server 2022: KB5091575
- Windows Server 2019: KB5091573
- Windows Server 2016: KB5091572

■ 参考情報
- Microsoft 公式サポートページ / BleepingComputer

対応優先度: 高(速やかな対応を推奨)
Subject: [Action Required] Emergency Updates for Windows Server Issues

Hi all,

This is a security advisory regarding critical issues identified in the April 2026 Windows Server security updates.

■ Overview
Microsoft has released out-of-band (OOB) updates to address failures in installing KB5082063 on Windows Server 2025 and a critical issue where domain controllers enter a restart loop due to Local Security Authority Subsystem Service (LSASS) crashes.

■ Affected Scope
- Windows Server versions: 2016, 2019, 2022, and 2025
- Specifically high risk for servers with Domain Controller roles.

■ Remediation Steps
1. Identify affected Windows Server instances in your environment.
2. Promptly apply the corresponding emergency update based on the OS version:
- Windows Server 2025: KB5091157
- Windows Server 2023H2: KB5091571
- Windows Server 2022: KB5091575
- Windows Server 2019: KB5091573
- Windows Server 2016: KB5091572

■ Reference
- Microsoft Official Advisory / BleepingComputer

Priority: High (Prompt application is recommended)
B
今週中

SGLangフレームワークに、悪意のあるGGUFモデルファイルを通じてリモートコード実行(RCE)が可能な深刻な脆弱性(CVE-2026-5760)

脆弱性🌐 英語ソース📰 3記事🌐 3 countries
🇨🇳 China · 🇯🇵 Japan · 🇺🇸 US
🖥️ 製品GitHubBox
🔢 CVECVE-2024-34359CVE-2025-61620CVE-2026-33032+2件
📅 Mon, 20 Ap📰 freebuf
📌 一言でいうと
SGLangフレームワークに、悪意のあるGGUFモデルファイルを通じてリモートコード実行(RCE)が可能な深刻な脆弱性(CVE-2026-5760)が発見されました。攻撃者が特製のJinja2サーバー側テンプレート注入(SSTI)ペイロードを含むモデルを作成し、被害者がそれをロードして「/v1/rerank」エンドポイントにアクセスすると、任意のPythonコードが実行されます。この問題は、サンドボックス化されていないjinja2.Environment()が使用されていたことに起因します。
🏢影響範囲
SGLangフレームワークを利用してLLMやマルチモーダルモデルを運用している組織、AI研究者、およびクラウドAIサービスプロバイダー。
該当時の対応
SGLangを最新バージョンにアップデートし、脆弱性が修正されたパッチを適用してください。また、信頼できないソース(Hugging Faceの未検証モデルなど)からモデルファイルをダウンロードしてロードすることを避けてください。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【脆弱性対応】SGLangにおけるリモートコード実行の脆弱性(CVE-2026-5760)について

お疲れさまです。SGLangの深刻な脆弱性に関する情報共有です。

■ 概要
SGLangフレームワークに、悪意のあるGGUFモデルファイルを通じてリモートコード実行(RCE)が可能な脆弱性が発見されました(CVE-2026-5760, CVSS 9.8)。
攻撃者が特製のJinja2サーバー側テンプレート注入(SSTI)ペイロードを含むモデルを作成し、被害者がそれをロードして「/v1/rerank」エンドポイントにアクセスすると、サーバー上で任意のPythonコードが実行される恐れがあります。

■ 影響範囲
- SGLangフレームワークを利用してLLMやマルチモーダルモデルを運用している環境
- 特に、信頼できないソースからGGUFモデルをロードして運用しているケース

■ 対応手順
1. SGLangを最新バージョンにアップデートし、修正パッチを適用してください。
2. Hugging Face等の外部プラットフォームからモデルを導入する際は、信頼できる提供元であるかを確認し、未検証のモデルファイルをロードしないよう運用ルールを徹底してください。

■ 参考情報
- CERT/CC アドバイザリ
- CVE-2026-5760

対応優先度: 高(速やかな対応を推奨)
Subject: [Action Required] Critical RCE Vulnerability in SGLang (CVE-2026-5760)

Hi all,

This is a security advisory regarding a critical vulnerability identified in the SGLang framework.

■ Overview
A critical remote code execution (RCE) vulnerability (CVE-2026-5760, CVSS 9.8) has been discovered in SGLang. The flaw stems from the use of an unsandboxed jinja2.Environment(), allowing attackers to execute arbitrary Python code via a specially crafted GGUF model file containing a Jinja2 Server-Side Template Injection (SSTI) payload when the "/v1/rerank" endpoint is accessed.

■ Scope
- Systems running the SGLang framework for LLM or multimodal model serving.
- Environments that load GGUF model files from untrusted sources.

■ Mitigation Steps
1. Update SGLang to the latest version to apply the security patch.
2. Implement strict policies against loading unverified model files from public repositories (e.g., Hugging Face) without prior security validation.

■ Reference
- CERT/CC Advisory
- CVE-2026-5760

Priority: High (Prompt action is recommended)
B
今週中

CISAは、Cisco、Kentico、Zimbraなどの製品における8つの脆弱性を既知の悪用済み脆弱性(KEV)カタログに追加しました

脆弱性🌐 英語ソース📰 3記事🌐 2 countries
🇺🇸 US (2) · 🇮🇹 Italy
🖥️ 製品OperaOfficeApache
🔢 CVECVE-2023-27351CVE-2024-27199CVE-2025-2746+2件
📅 Tue, 21 Ap📰 securityweek
📌 一言でいうと
CISAは、Cisco、Kentico、Zimbraなどの製品における8つの脆弱性を既知の悪用済み脆弱性(KEV)カタログに追加しました。特にCisco Catalyst SD-WAN Managerの脆弱性(CVE-2026-20133)は、OS上の機密情報へのアクセスを許す可能性があります。また、Kentico XperienceとZimbra Collaboration Suiteにおけるリモートコード実行(RCE)につながる脆弱性も悪用が確認されています。
🏢影響範囲
Cisco Catalyst SD-WAN Manager、Kentico Xperience、およびZimbra Collaboration Suiteを利用している全世界の組織
該当時の対応
CISAのKEVカタログに基づき、影響を受ける製品の最新パッチを速やかに適用すること。特にCisco SD-WAN ManagerおよびKentico、Zimbraの管理者は、脆弱性修正プログラムの適用状況を確認し、アップデートを完了させる必要がある。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【脆弱性対応】Cisco, Kentico, Zimbra製品における悪用済み脆弱性への対応について

お疲れさまです。標記の件に関する情報共有です。

■ 概要
CISA(米サイバーセキュリティ庁)が、Cisco Catalyst SD-WAN Manager、Kentico Xperience、およびZimbra Collaboration Suite (ZCS) における脆弱性を「既知の悪用済み脆弱性(KEV)」カタログに追加しました。Cisco製品では機密情報の漏洩、KenticoおよびZimbra製品ではリモートコード実行(RCE)につながる深刻な脆弱性が含まれています。

■ 影響範囲
- Cisco Catalyst SD-WAN Manager (CVE-2026-20133, CVE-2026-20122, CVE-2026-20128)
- Kentico Xperience (CVE-2025-2749)
- Zimbra Collaboration Suite (ZCS)

■ 対応手順
1. 自社環境において上記製品およびバージョンを利用しているか確認してください。
2. 該当する場合、ベンダーが提供している最新のセキュリティパッチを速やかに適用してください。
3. パッチ適用後、不審なアクセスログやファイルが生成されていないか確認することを推奨します。

■ 参考情報
- CISA Known Exploited Vulnerabilities (KEV) Catalog
- 各ベンダー公式セキュリティアドバイザリ

対応優先度: 高(悪用が確認されているため、速やかな対応を推奨します)
Subject: [Action Required] Exploited Vulnerabilities in Cisco, Kentico, and Zimbra Products

Hi all,

This is a security advisory regarding recently updated vulnerabilities added to the CISA Known Exploited Vulnerabilities (KEV) catalog.

■ Overview
CISA has flagged several high-severity vulnerabilities that are currently being exploited in the wild. These include information disclosure flaws in Cisco Catalyst SD-WAN Manager and Remote Code Execution (RCE) vulnerabilities in Kentico Xperience and Zimbra Collaboration Suite (ZCS).

■ Affected Scope
- Cisco Catalyst SD-WAN Manager (CVE-2026-20133, CVE-2026-20122, CVE-2026-20128)
- Kentico Xperience (CVE-2025-2749)
- Zimbra Collaboration Suite (ZCS)

■ Required Actions
1. Identify if the affected products and versions are deployed within our infrastructure.
2. Promptly apply the latest security patches provided by the respective vendors.
3. Review system logs for any signs of unauthorized access or anomalous behavior associated with these CVEs.

■ Reference
- CISA KEV Catalog
- Official Vendor Security Advisories

Priority: High (Prompt remediation is recommended as these flaws are actively exploited).
C
月内に

メキシコのITサービス企業Be Primeがサイバー攻撃を受け、機密データや監視カメラの映像が流出した可能性があること

事案🌐 英語ソース
🖥️ 製品macOSOperaOffice
📅 2026-04-21📰 theregister
📌 一言でいうと
メキシコのITサービス企業Be Primeがサイバー攻撃を受け、機密データや監視カメラの映像が流出した可能性があることが判明しました。攻撃者の「dylanmarly」は、Cisco Meraki Visionパネルへのアクセス権を得て、クライアント企業のオフィス映像を閲覧できたと主張しています。また、エネルギー企業や小売店などの大手クライアントを含む12.6GBのデータが漏洩したとされています。Be Prime社はインシデントを認めましたが、クライアントの業務への影響はなかったとしています。
該当時の対応
特権アカウントのパスワード変更と多要素認証(MFA)の強制適用、Cisco Meraki等の管理パネルのアクセスログ確認、およびサードパーティベンダーの権限管理の再点検を推奨します。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【共有】サードパーティベンダー経由の監視カメラ映像および機密データ流出事例について

お疲れさまです。セキュリティ情報の共有です。

■ 概要
メキシコのITサービス企業Be Prime社がサイバー攻撃を受け、Cisco Meraki Visionパネルへの不正アクセスを通じて、クライアント企業のオフィス内監視カメラ映像や、約12.6GBの機密データが流出した可能性があるとの報告がありました。攻撃者は「dylanmarly」と名乗り、ダークウェブ上のフォーラムで情報を公開しています。

■ 影響範囲
- Cisco Meraki Vision等のクラウド管理パネルを利用している環境
- 権限管理が不十分なサードパーティベンダー(MSP等)に管理を委託している環境

■ 対応手順
1. Cisco Meraki等の管理パネルにおける特権アカウントのパスワード変更および多要素認証(MFA)の強制適用を確認してください。
2. 管理パネルへのアクセスログを点検し、不審なIPアドレスや未知のユーザーによるログイン履歴がないか確認してください。
3. 外部ベンダーに付与している権限が最小権限の原則に基づいているか再点検し、不要な権限を削除してください。

■ 参考情報
- The Register: Crook claims to leak 'video surveillance footage' of companies

対応優先度: 高(速やかな点検を推奨)
Subject: [FYI] Data Leak via Third-Party IT Provider involving Surveillance Footage

Hi all,

This is a security advisory regarding a recent breach at Be Prime, a Mexican IT services firm.

■ Overview
An attacker using the alias "dylanmarly" claims to have breached Be Prime's infrastructure, gaining access to the Cisco Meraki Vision panel. This reportedly allowed the attacker to view live surveillance feeds of client offices and leak approximately 12.6 GB of sensitive data belonging to various high-profile clients.

■ Scope
- Environments utilizing cloud management panels such as Cisco Meraki Vision.
- Organizations delegating administrative access to third-party Managed Service Providers (MSPs).

■ Recommended Actions
1. Review and enforce Multi-Factor Authentication (MFA) and rotate passwords for all privileged accounts accessing management panels.
2. Audit access logs for management panels to identify any unauthorized logins or suspicious IP addresses.
3. Re-evaluate third-party vendor permissions to ensure the Principle of Least Privilege (PoLP) is strictly applied.

■ Reference
- The Register: Crook claims to leak 'video surveillance footage' of companies

Priority: High (Prompt review is recommended)
C
月内に

Vercelの従業員が利用していたサードパーティ製ツール「Context.ai」経由で、機密データが盗まれるセキュリティ侵害が発生しました

事案🌐 英語ソース
🖥️ 製品OfficeLINECisco
📅 Mon, 20 Ap📰 cyberscoop
📌 一言でいうと
Vercelの従業員が利用していたサードパーティ製ツール「Context.ai」経由で、機密データが盗まれるセキュリティ侵害が発生しました。攻撃の起点は、Context.aiの従業員がRobloxのチートツールを装ったLumma Stealerマルウェアに感染したことにあります。攻撃者はその後、OAuthトークンなどを悪用して複数の内部システムを横断し、最終的にVercelの環境へ到達しました。この事件は、クラウドアプリケーション間の過剰な権限設定と相互接続のリスクを浮き彫りにしています。
該当時の対応
サードパーティ製アプリケーションに付与する権限を最小限に制限(最小権限の原則)し、OAuthトークンの有効期限を適切に管理すること。また、従業員へのマルウェア感染防止に向けたセキュリティ意識向上トレーニングの実施を推奨します。
📧 メール案を見る (社員向け + 管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【注意喚起】不審なソフトウェアのインストール禁止について

お疲れさまです。情報システム担当です。
最近、ゲームのチートツールや便利ツールを装ったマルウェア(悪意のあるソフト)により、企業の機密情報が盗まれる被害が発生しています。

ご協力をお願いしたいこと:
1. 業務端末において、非公式のツールや出所不明のソフトウェアをインストールしないでください。
2. 不審なメールの添付ファイルやリンクを不用意に開かないようご注意ください。

セキュリティ維持のため、改めて徹底をお願いいたします。
Subject: [Security Notice] Reminder Regarding Unauthorized Software Installations

Hi everyone,

We would like to remind you to be cautious about installing unauthorized software. Recent security incidents have shown that malware disguised as game cheats or utility tools can be used to steal sensitive corporate credentials.

How you can help:
1. Do not install unofficial tools or software from untrusted sources on your work devices.
2. Be vigilant when clicking links or opening attachments from unknown senders.

Please prioritize these security practices to keep our environment safe.
件名: 【共有】サードパーティ製SaaS連携における権限管理のリスクについて

お疲れさまです。サードパーティ製ツールの連携リスクに関する情報共有です。

■ 概要
VercelおよびContext.aiにおいて、サプライチェーン攻撃による機密データ漏洩が発生しました。攻撃者は、マルウェア(Lumma Stealer)に感染した従業員の端末からOAuthトークンを窃取し、連携している他社システムへ横展開(ラテラルムーブメント)したとされています。クラウドアプリ間の過剰な権限設定が被害を拡大させた要因となっています。

■ 影響範囲
- 過剰な権限を付与して連携しているSaaS/クラウドアプリケーション
- OAuthトークンを利用して認証している外部サービス

■ 対応手順
1. 連携済みサードパーティアプリの権限レビューを行い、最小権限の原則(Principle of Least Privilege)に基づき不要な権限を削除してください。
2. OAuthトークンの有効期限設定を確認し、適切に管理してください。
3. 従業員へのインフォスティーラー(情報窃取型マルウェア)対策の周知を徹底してください。

■ 参考情報
- Cyberscoop: Vercel’s security breach started with malware disguised as Roblox cheats

対応優先度: 高(速やかな権限レビューを推奨)
Subject: [FYI] Security Risks Associated with Third-Party SaaS Integrations

Hi,

This is a security advisory regarding the risks of interconnected SaaS applications.

■ Overview
A security breach affecting Vercel and Context.ai has highlighted the dangers of overly privileged SaaS integrations. The attack began with a Lumma Stealer infection on an employee's device, allowing the attacker to steal OAuth tokens and traverse multiple internal systems to access sensitive data.

■ Scope
- SaaS/Cloud applications integrated with excessive permissions.
- External services utilizing OAuth tokens for authentication.

■ Recommended Actions
1. Conduct a comprehensive review of third-party application permissions and enforce the Principle of Least Privilege (PoLP).
2. Review and manage the expiration and rotation policies of OAuth tokens.
3. Enhance employee awareness training regarding infostealer malware and the risks of downloading unofficial software.

■ Reference
- Cyberscoop: Vercel’s security breach started with malware disguised as Roblox cheats

Priority: High (Prompt review of permissions is recommended)
C
月内に

クラウドプラットフォームのVercelが、サードパーティ製AIツール「Context.ai」の侵害を起点とした内部システムへの不正アクセスを確認しました

脆弱性🌐 英語ソース
🖥️ 製品GmailLINEGitHub
📅 2026-04-21📰 dailysecu
📌 一言でいうと
クラウドプラットフォームのVercelが、サードパーティ製AIツール「Context.ai」の侵害を起点とした内部システムへの不正アクセスを確認しました。攻撃者は従業員のGoogle Workspaceアカウントを乗っ取り、一部の顧客の非機密環境変数(APIキーやトークンなど)にアクセスした可能性があります。Vercelは影響を受けた顧客に通知し、資格情報の更新を推奨しています。この事件は、外部AIツール経由でSaaS企業の内部環境へリスクが拡散する危険性を示しています。
🏢影響範囲
Vercelを利用している開発者および企業、およびVercelの内部システム
該当時の対応
露出した可能性のある環境変数(APIキー、トークン等)を直ちに更新(ローテーション)すること。多要素認証(MFA)、パスキー、認証アプリの導入を強く推奨する。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【重要】Vercelにおける内部システム不正アクセスに伴う環境変数の確認依頼

お疲れさまです。Vercelのセキュリティインシデントに関する情報共有です。

■ 概要
サードパーティ製AIツール「Context.ai」の侵害を起点として、Vercelの従業員アカウントが乗っ取られ、一部の内部システムおよび顧客の環境変数に不正アクセスがあったことが報告されました。攻撃者は非機密(plaintext)として保存されていた環境変数にアクセスした可能性があります。

■ 影響範囲
- Vercelを利用してプロジェクトを運用している環境
- 特に「非機密(non-sensitive)」として設定されている環境変数(APIキー、トークン、DB資格情報など)

■ 対応手順
1. Vercelから直接通知が届いているか確認してください。
2. 露出した可能性がある環境変数(APIキー、認証トークン等)を速やかに新しい値に更新(ローテーション)してください。
※プロジェクトやアカウントの削除だけでは不十分であり、値自体の更新が必要です。
3. 併せて、アカウントの多要素認証(MFA)、パスキー、認証アプリの導入・有効化を徹底してください。

■ 参考情報
- Vercel公式セキュリティ通知

対応優先度: 高(速やかな確認と対応を推奨)
Subject: [Action Required] Unauthorized Access to Vercel Internal Systems - Environment Variable Rotation

Dear IT Administrator,

We are sharing critical security information regarding a recent breach at Vercel.

■ Overview
An unauthorized access incident occurred starting from a compromise of a third-party AI tool, "Context.ai." The attacker gained access to a Vercel employee's Google Workspace account, subsequently accessing certain internal environments and non-sensitive environment variables.

■ Scope of Impact
- Projects hosted on Vercel.
- Specifically, environment variables marked as "non-sensitive" (e.g., API keys, tokens, database credentials, signing keys) that are stored in a decryptable format.

■ Required Actions
1. Check for direct notifications from Vercel regarding affected projects.
2. Promptly rotate (replace with new values) any environment variables that may have been exposed.
*Note: Simply deleting the project or account is insufficient; the credentials themselves must be rotated.*
3. Enforce the use of Multi-Factor Authentication (MFA), Passkeys, or Authenticator apps for all associated accounts.

■ Reference
- Vercel Official Security Advisory

Priority: High (Prompt action is strongly recommended)
C
月内に

攻撃者が防御回避のためにQEMUエミュレータを悪用し、リバースSSHバックドアを構築してランサムウェアやリモートアクセスツールを配備していること

脆弱性🌐 英語ソース
🖥️ 製品WindowsChromeOpera
🔢 CVECVE-2025-26399CVE-2025-5777
📅 Mon, 20 Ap📰 securityweek
📌 一言でいうと
攻撃者が防御回避のためにQEMUエミュレータを悪用し、リバースSSHバックドアを構築してランサムウェアやリモートアクセスツールを配備していることが判明しました。初期侵入にはMFA未設定のSonicWall VPNや、SolarWinds Web Help Deskの脆弱性(CVE-2025-26399)が利用されています。攻撃者はシステム権限でQEMU VMを起動するスケジュール済みタスクを作成し、永続性を確保して認証情報の窃取やペイロードの配信を行っています。
🏢影響範囲
SolarWinds Web Help DeskおよびSonicWall VPNを利用している組織、および仮想化ソフトウェアの監視が不十分な環境。
該当時の対応
SolarWinds Web Help Deskを最新バージョンに更新し、CVE-2025-26399を修正すること。VPNへの多要素認証(MFA)を強制し、不審なスケジュール済みタスクやQEMUなどのエミュレータの予期せぬ実行を監視すること。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【脆弱性対応】SolarWinds Web Help Deskの脆弱性悪用およびQEMUによる攻撃について

お疲れさまです。標記の件に関する情報共有です。

■ 概要
攻撃グループ「STAC4713」が、SolarWinds Web Help DeskのRCE脆弱性(CVE-2025-26399)やMFA未設定のVPNを悪用し、内部ネットワークへ侵入する事例が報告されています。特筆すべき点として、防御回避のためにQEMUエミュレータを悪用し、システム権限でリバースSSHバックドアを構築して永続性を確保し、ランサムウェア等の配備を行う手法が確認されています。

■ 影響範囲
- SolarWinds Web Help Desk(CVE-2025-26399の影響を受けるバージョン)
- MFAが導入されていないSonicWall VPN環境
- QEMU等の仮想化ソフトウェアが許可されており、監視が不十分なサーバー環境

■ 対応手順
1. SolarWinds Web Help Deskを最新バージョンに更新し、CVE-2025-26399を修正してください。
2. SonicWall VPNを含むすべての外部アクセス経路において、多要素認証(MFA)を強制してください。
3. システム権限で実行されている不審なスケジュール済みタスクや、予期せぬQEMUプロセスの起動がないかログを確認してください。

■ 参考情報
- Sophos Security Report / SecurityWeek

対応優先度: 高(速やかな対応を推奨)
Subject: [Security Advisory] Abuse of QEMU for Defense Evasion and CVE-2025-26399

Hi all,

This is a security alert regarding a campaign by threat actor STAC4713.

■ Overview
Threat actors are exploiting a remote code execution (RCE) vulnerability in SolarWinds Web Help Desk (CVE-2025-26399) and exposed SonicWall VPNs lacking MFA to gain initial access. Once inside, they deploy QEMU as a covert reverse SSH backdoor with System privileges to establish persistence and deliver ransomware or remote access tools, effectively evading traditional security detections.

■ Scope
- SolarWinds Web Help Desk (versions vulnerable to CVE-2025-26399)
- SonicWall VPN instances without MFA
- Environments where QEMU or similar emulators are running without strict monitoring

■ Recommended Actions
1. Promptly update SolarWinds Web Help Desk to the latest patched version to remediate CVE-2025-26399.
2. Enforce Multi-Factor Authentication (MFA) across all VPN and external access gateways.
3. Audit scheduled tasks and process logs for unauthorized QEMU executions or suspicious reverse SSH tunnels running with high privileges.

■ Reference
- Sophos / SecurityWeek

Priority: High (Prompt action is recommended)