> 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/enterprise/endpoint-privilege-manager/endpoint-privilege-manager-1.2.1.md).

# エンドポイント特権マネージャー 1.2.1

Keeperエンドポイント特権マネージャー (KEPM) **v1.2.1— セキュリティおよび安定性ホットフィックス**

Keeperエンドポイント特権マネージャー (KEPM) v1.2.1は、Windows、macOS、Linux各エージェントにおける複数のセキュリティおよび安定性の問題を修正するホットフィックスリリースです。新機能、UXの変更、APIコントラクトの変更は含まれません。

***

### **セキュリティ修正**

#### **Windows**

* **KPAM-2012:** ユーザーセッションからの呼び出しに対して実際の管理者権限検証を強制するセッションコンテキストガードを追加。信頼済みプロセスのショートカットはシステムセッションプロセスにのみ適用

#### **Linux**

* **KPAM-2029:** 制御評価パスが、ポリシーで明示的に拒否されたリクエストに対してALLOWを返す場合があった不具合を修正

#### **LinuxおよびmacOS**

* **KPAM-2022:** エージェント再登録に関するセキュリティ問題に対応

***

### **安定性修正**

#### **macOS—Request Accessからの起動失敗**

* **KPAM-2051:** **Request Access**フローから起動したアプリケーションが開始に失敗する場合があった不具合を修正

#### **macOS—MFA成功時の誤った「Failed…」メッセージ**

* **KPAM-2036:** MFA完了時に正しく成功が報告されるよう修正

#### **Linux—KeeperClient「Show」の同期失敗**

* **KPAM-2039:** **Show**による更新がMQTT接続が確立する前に実行され、承認/トースト更新が失われる場合があった不具合を修正。更新は接続準備完了まで待機

#### **Linux— 標準ユーザーの `keepersudo` 承認フロー**

* **KPAM-2033:** 標準 (非管理者) ユーザーが `keepersudo` 経由で承認制御リクエストを完了できない場合があった不具合を修正

***

{% hint style="warning" %}
**対象外**

新機能、ポリシータイプの変更、APIコントラクトの変更、クラウド/バックエンドの変更、MQTTブローカーの変更、新規プラットフォームサポートは含まれません。
{% endhint %}


---

# 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/enterprise/endpoint-privilege-manager/endpoint-privilege-manager-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.
