GHSA-4rhg-h8f2-v4jm · 深刻度: high · エコシステム: pip — pgAdmin 4 has deserialization of untrusted data in its FileBackedSessionManager
Deserialization of untrusted data (CWE-502) in pgAdmin 4 FileBackedSessionManager. The session manager performed unsafe deserialization of session-file contents (using Python's standard object-serialization module) before performing any HMAC integrity check. Any file dropped into the sessions directory was deserialized unconditionally. An authenticated user with write access to the sessions directory (whether by misconfiguration or in combination with another path-traversal flaw) could plant a crafted serialized payload to achieve operating-system level remote code execution under the pgAdmin process identity. Fix prepends a 64-byte hex SHA-256 HMAC over the session body, computed with SECRET_KEY, and verifies it via hmac.compare_digest before any deserialization. The check is raised (rather than asserted) on empty SECRET_KEY so it is not stripped under -O. This issue affects pgAdmin 4: before 9.15.
総合評価: CVE-2026-7818 は低リスク(29.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.13%、3 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.37% | 0.13% | -0.24% |
| 2 | 2026-06-12 | 0.28% | 0.37% | +0.09% |
| 3 | 2026-05-12 | — | 0.28% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.3 | 4.0 | HIGH |
|
— | — | f86ef6dc-4d3a-42ad-8f28-e6d5547a5007 |
| 7.0 | 3.1 | HIGH |
|
1.0 | 5.9 | f86ef6dc-4d3a-42ad-8f28-e6d5547a5007 |
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
GHSA-4rhg-h8f2-v4jm · 深刻度: high · エコシステム: pip — pgAdmin 4 has deserialization of untrusted data in its FileBackedSessionManager
| vendor | priority | summary | link |
|---|---|---|---|
suse
|
high | — | https://www.suse.com/security/cve/CVE-2026-7818/ |
| URL | タグ |
|---|---|
| https://github.com/pgadmin-org/pgadmin4/issues/9901 | Issue Tracking Patch Vendor Advisory |