diff --git a/docs/release-notes/v1.11.11-en.md b/docs/release-notes/v1.11.11-en.md
new file mode 100644
index 00000000..3d37d144
--- /dev/null
+++ b/docs/release-notes/v1.11.11-en.md
@@ -0,0 +1,30 @@
+# CPA Manager Plus v1.11.11
+
+> 2 commits · 2 files changed · +65 / -14
+
+> [中文 ->](https://github.com/seakee/CPA-Manager-Plus/blob/v1.11.11/docs/release-notes/v1.11.11-zh.md)
+
+## Overview
+
+This security patch fixes an authentication privilege-escalation path in the Manager Server plugin resource proxy. Plugin resource requests that do not pass CPAMP Admin Key verification no longer implicitly borrow the server's saved CPA Management Key; caller Authorization is preserved, and requests without Authorization remain subject to the upstream CPA or plugin public-resource policy.
+
+## Highlights
+
+### Fixes
+
+- `/v0/resource/plugins/*` now uses the saved CPA Management Key only after a request carries a valid CPAMP Admin Key. Unauthenticated GET/HEAD requests can no longer access upstream plugin resources with elevated management privileges (`manager-server/plugin-resource-proxy`).
+- All supported plugin resource HTTP methods now enforce the same authorization boundary: plugin caller Authorization is forwarded unchanged, while unauthenticated requests remain subject to the upstream CPA or plugin public-resource policy (`manager-server/plugin-resource-proxy`).
+
+## Upgrade Notes
+
+- Releases `v1.5.0` through `v1.11.10` are affected. Upgrade promptly if the Manager Server was reachable by untrusted clients.
+- Affected deployments include Manager Server, Full Docker, and native Manager Server installations configured with a CPA upstream and saved CPA Management Key. CPA Panel direct mode is unaffected.
+- No configuration or database migration is required. If the instance was exposed to an untrusted network, inspect relevant access and plugin logs; rotate affected plugin-side tokens or API keys where an installed plugin resource endpoint may have exposed sensitive data or credentials.
+
+## Acknowledgements
+
+- [@Cec1c](https://github.com/Cec1c) - Reported and contributed the fix for this privilege-escalation issue.
+
+---
+
+**Full Changelog**: https://github.com/seakee/CPA-Manager-Plus/compare/v1.11.10...v1.11.11
diff --git a/docs/release-notes/v1.11.11-zh.md b/docs/release-notes/v1.11.11-zh.md
new file mode 100644
index 00000000..f4f99555
--- /dev/null
+++ b/docs/release-notes/v1.11.11-zh.md
@@ -0,0 +1,30 @@
+# CPA Manager Plus v1.11.11
+
+> 2 commits · 2 files changed · +65 / -14
+
+> [English ->](https://github.com/seakee/CPA-Manager-Plus/blob/v1.11.11/docs/release-notes/v1.11.11-en.md)
+
+## Overview
+
+本安全补丁修复了 Manager Server 插件资源代理中的认证权限提升路径。未通过 CPAMP Admin Key 验证的插件资源请求不再隐式借用服务器已保存的 CPA Management Key;调用方自身的 Authorization 会保留转发,未提供认证时则由上游 CPA 或插件的公开资源策略决定。
+
+## Highlights
+
+### Fixes
+
+- `/v0/resource/plugins/*` 仅在请求携带有效的 CPAMP Admin Key 后才使用保存的 CPA Management Key;无认证的 GET/HEAD 请求不会再以管理权限访问上游插件资源(`manager-server/plugin-resource-proxy`)。
+- 所有已支持的插件资源 HTTP 方法现在遵循相同的权限边界:插件调用方携带的 Authorization 会原样转发,而无认证请求仍受上游 CPA 或插件的公开资源策略约束(`manager-server/plugin-resource-proxy`)。
+
+## Upgrade Notes
+
+- `v1.5.0` 至 `v1.11.10` 受影响。若 Manager Server 曾可被不可信客户端访问,请尽快升级。
+- 影响范围包括 Manager Server、Full Docker,以及配置了 CPA upstream 和保存 CPA Management Key 的原生 Manager Server 安装;CPA Panel 直接模式不受影响。
+- 无需配置或数据库迁移。若实例曾暴露给不可信网络,请检查相关访问和插件日志;仅当已安装插件的资源接口可能返回敏感数据或凭据时,按排查结果轮换相应插件侧 Token 或 API Key。
+
+## Acknowledgements
+
+- [@Cec1c](https://github.com/Cec1c) - 报告并贡献修复了该权限提升问题。
+
+---
+
+**Full Changelog**: https://github.com/seakee/CPA-Manager-Plus/compare/v1.11.10...v1.11.11
diff --git a/docs/release-posts/v1.11.11-telegram.html b/docs/release-posts/v1.11.11-telegram.html
new file mode 100644
index 00000000..ddf45cca
--- /dev/null
+++ b/docs/release-posts/v1.11.11-telegram.html
@@ -0,0 +1,16 @@
+🚀 7 月 31 日 v1.11.11
+
+✨ 更新内容
+
+• Manager Server 插件资源代理只有在验证 CPAMP Admin Key 后才使用已保存的 CPA Management Key,未认证请求不再被提升为管理权限。
+• 插件自身携带的 Authorization 会继续原样转发,公开插件资源仍由 CPA 或插件的现有访问策略决定。
+
+⚠️ 注意事项
+
+• v1.5.0 至 v1.11.10 的 Manager Server、Full Docker 和原生 Manager Server 部署建议尽快升级;CPA Panel 直接模式不受影响。
+• 如 Manager Server 曾暴露给不可信网络,请检查相关访问和插件日志;如插件资源可能返回敏感凭据,请按排查结果轮换相关 Token 或 API Key。
+• 本次无需配置或数据库迁移。
+
+🤝 致谢
+
+• @Cec1c - 报告并修复了该权限提升问题。