> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/desktop/forcefield/forcefield-1.2.1.md).

# フォースフィールド 1.2.1

2026年9月18日リリース

## **概要**

フォースフィールド 1.2.1では、コードインジェクション、改ざん、ドライバーの脆弱性に対する保護が強化されました。また、インストーラーのフィードバックが改善され、SYSTEMコンテキストでのデプロイ後にサービスが正しく起動するようになりました。

## **変更点**

**FF-19:** 非対応のホストアーキテクチャでインストーラーがサイレントに失敗するのではなく、エラーメッセージを表示して明示的に失敗するように修正。

**FF-22:** SYSTEMコンテキストでのデプロイ (Intuneなど) において、再起動後のログイン時にフォースフィールドサービスが正しく自動起動しない不具合を修正。

**FF-25:** Authenticodeハッシュの計算処理における `keeperforcefield.sys` のサービス拒否 (DoS) / バッファオーバーフローの脆弱性を修正。

**FF-26:** スレッド操作によってフォースフィールドの保護機能を回避できる脆弱性を修正。

**FF-27:** ドライバーの保護対象プロセス一覧に `keeperdb-desktop.exe` (KeeperDB) を追加。

**FF-28:** 信頼された `sihost.exe` プロセスへのDLLインジェクションによって、保護機能を回避できる脆弱性を修正。

**FF-29:** 改ざんへの自己防御のため、ドライバーの保護対象プロセス一覧に `keeperforcefield.exe` を追加。

**FF-30:** コードインジェクションを防止するため、ハンドルストリッピング処理を変更し、`PROCESS_VM_WRITE` および `PROCESS_VM_OPERATION` を除去するようにしました。

**FF-31:** ドライバーのプロセス名を `keeper-gateway-service.exe` から `keeper-gateway.exe` に修正。

**VM-1367:** `keeperforcefield.sys` のカーネルプールバッファオーバーフローに関するBugcrowdの脆弱性報告。

## **リソース**

**・**[**ウェブサイト**](https://www.keepersecurity.com/ja_JP/forcefield-endpoint-protection/)\
**・**[**ドキュメント**](/enterprise-guide/jp/keeper-forcefield.md)\
**・**[**ダウンロード**](https://www.keepersecurity.com/ja_JP/download.html?t=ff)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/desktop/forcefield/forcefield-1.2.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
