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

# Endpoint Privilege Manager 1.2.1

Keeper EPM **v1.2.1 — Security & Stability Hotfix**

Keeper EPM v1.2.1 is a hotfix release that closes a several security and stability issues across Windows, macOS, and Linux agents. No features, UX changes, or API contract changes are included.

***

### **Security Fixes**

#### **Windows**

A session-context guard now forces a real admin privilege verification for any user-session caller, and the trusted-process shortcut applies only to system-session processes. ***(KPAM-2012)***

#### **Linux**

A control evaluation path could return ALLOW for a request that policy had explicitly denied. Corrected. ***(KPAM-2029)***

#### **Linux & macOS**

Security issues with agent re-registration were addressed. ***(KPAM-2022)***

***

### **Stability Fixes**

#### **macOS — Request Access launch failures**

Applications launched from the **Request Access** flow could fail to start; resolved. ***(KPAM-2051)***

#### **macOS — false "Failed…" message on successful MFA**

MFA completion now reports success correctly. ***(KPAM-2036)***

#### **Linux — KeeperClient "Show" failed to sync**

The refresh triggered by **Show** fired before the MQTT connection was open, so approval/toast updates were lost. The refresh now waits for the connection to be ready. ***(KPAM-2039)***

#### **Linux — `keepersudo` Approval flow for standard user**

Standard (non-admin) users could not complete Approval-controlled requests through `keepersudo`. Resolved. ***(KPAM-2033)***

***

{% hint style="warning" %}
**Out of Scope**

No new features, no policy-type changes, no API-contract changes, no cloud or backend changes, no MQTT broker changes, no new platform support.
{% 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:

```
GET https://docs.keeper.io/release-notes/enterprise/endpoint-privilege-manager/endpoint-privilege-manager-1.2.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
