GHSA-h2x2-q2mc-24gw · 深刻度: critical · エコシステム: pip — pgAdmin 4 server mode has an authorization vulnerability affecting Server Groups, Servers, Shared Servers, Background Processes, and Debugger modules
Authorization vulnerability in pgAdmin 4 server mode affecting Server Groups, Servers, Shared Servers, Background Processes, and Debugger modules. Multiple endpoints fetched user-owned objects without filtering by the requesting user's identity. An authenticated user could access another user's private servers, server groups, background processes, and debugger function arguments by guessing object IDs. Additionally, the Shared Servers feature contained multiple issues including credential leakage (passexec_cmd, passfile, SSL keys), privilege escalation via writable passexec_cmd (a shell command executed when establishing the connection) allowing arbitrary command execution in the owner's process context, and owner-data corruption via SQLAlchemy session mutations. Several owner-only fields (passexec_cmd, passexec_expiration, db_res, db_res_type) were writable by non-owners through the API, and additional fields (kerberos_conn, tags, post_connection_sql) lacked per-user persistence so non-owner edits mutated the owner's record. Fix centralises access control via a new server_access module, scopes all user-owned models with a UserScopedMixin, returns HTTP 410 from connection_manager when access is denied in server mode, suppresses owner-only fields for non-owners across the merge / API response / ServerManager paths, and adds an explicit owner-only write guard. The remediation landed in two pull requests; both are referenced. This issue affects pgAdmin 4: before 9.15.
総合評価: CVE-2026-7813 は中リスク(50.3/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.46%、36 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-23 | 0.44% | 0.46% | +0.02% |
| 2 | 2026-06-15 | 0.06% | 0.44% | +0.38% |
| 3 | 2026-05-12 | — | 0.06% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.4 | 4.0 | CRITICAL |
|
— | — | f86ef6dc-4d3a-42ad-8f28-e6d5547a5007 |
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | f86ef6dc-4d3a-42ad-8f28-e6d5547a5007 |
GHSA-h2x2-q2mc-24gw · 深刻度: critical · エコシステム: pip — pgAdmin 4 server mode has an authorization vulnerability affecting Server Groups, Servers, Shared Servers, Background Processes, and Debugger modules
| vendor | priority | summary | link |
|---|---|---|---|
suse
|
high | — | https://www.suse.com/security/cve/CVE-2026-7813/ |
| URL | タグ |
|---|---|
| https://github.com/pgadmin-org/pgadmin4/pull/9830 | Issue Tracking Patch |
| https://github.com/pgadmin-org/pgadmin4/pull/9835 | Issue Tracking Patch |