GHSA-qcx9-j53g-ccgf · 深刻度: medium · エコシステム: pip — Remote Code Execution via unsafe classes in otherwise permitted modules
The module `AccessControl` defines security policies for Python code used in restricted code within Zope applications. Restricted code is any code that resides in Zope's object database, such as the contents of `Script (Python)` objects. The policies defined in `AccessControl` severely restrict access to Python modules and only exempt a few that are deemed safe, such as Python's `string` module. However, full access to the `string` module also allows access to the class `Formatter`, which can be overridden and extended within `Script (Python)` in a way that provides access to other unsafe Python libraries. Those unsafe Python libraries can be used for remote code execution. By default, you need to have the admin-level Zope "Manager" role to add or edit `Script (Python)` objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web - which would be a very unusual configuration to begin with - are at risk. The problem has been fixed in AccessControl 4.3 and 5.2. Only AccessControl versions 4 and 5 are vulnerable, and only on Python 3, not Python 2.7. As a workaround, a site administrator can restrict adding/editing `Script (Python)` objects through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing these scripts through the web should be restricted to trusted users only. This is the default configuration in Zope.
総合評価: CVE-2021-32807 は中リスク(45.2/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 2.03%、78 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 1.88% | 2.03% | +0.15% |
| 2 | 2025-03-30 | 5.10% | 1.88% | -3.22% |
| 3 | 2025-03-29 | — | 5.10% | — |
EPSS の全履歴 (全 13 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.4 | 3.1 | MEDIUM |
|
0.7 | 3.6 | [email protected] |
| 7.2 | 3.1 | HIGH |
|
1.2 | 5.9 | [email protected] |
| 6.5 | 2.0 | MEDIUM |
|
8.0 | 6.4 | [email protected] |
GHSA-qcx9-j53g-ccgf · 深刻度: medium · エコシステム: pip — Remote Code Execution via unsafe classes in otherwise permitted modules
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| zope | accesscontrol | >= 4.0, < 4.3 | cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:* |
| zope | accesscontrol | >= 5.0, < 5.2 | cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/zopefoundation/AccessControl/blob/master/CHANGES.rst#51-2021-07-30 | Release Notes Third Party Advisory |
| https://github.com/zopefoundation/AccessControl/commit/b42dd4badf803bb9fb71ac34cd9cb0c249262f2c | Patch Third Party Advisory |
| https://github.com/zopefoundation/AccessControl/security/advisories/GHSA-qcx9-j53g-ccgf | Third Party Advisory |