GHSA-8xv7-89vj-q48c · Severity: medium · Ecosystem: pip — Information disclosure in AccessControl
AccessControl provides a general security framework for use in Zope. Python's "format" functionality allows someone controlling the format string to "read" objects accessible (recursively) via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use Python's full blown `getattr` and `getitem`, not the policy restricted `AccessControl` variants `_getattr_` and `_getitem_`. This can lead to critical information disclosure. `AccessControl` already provides a safe variant for `str.format` and denies access to `string.Formatter`. However, `str.format_map` is still unsafe. Affected are all users who allow untrusted users to create `AccessControl` controlled Python code and execute it. A fix has been introduced in versions 4.4, 5.8 and 6.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Conclusion & alert: CVE-2023-41050 is rated Moderate Risk (41.4/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.52%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.26% | 0.52% | +0.26% |
| 2 | 2026-03-17 | 0.22% | 0.26% | +0.03% |
| 3 | 2025-03-30 | — | 0.22% | — |
Full EPSS history (7 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.8 | 3.1 | MEDIUM |
|
2.3 | 4.0 | [email protected] |
| 7.7 | 3.1 | HIGH |
|
3.1 | 4.0 | [email protected] |
GHSA-8xv7-89vj-q48c · Severity: medium · Ecosystem: pip — Information disclosure in AccessControl
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| zope | accesscontrol | < 4.4 | cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:* |
| zope | accesscontrol | >= 5.0, < 5.8 | cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:* |
| zope | accesscontrol | >= 6.0, < 6.2 | cpe:2.3:a:zope:accesscontrol:*:*:*:*:*:*:*:* |
| zope | zope | < 4.8.9 | cpe:2.3:a:zope:zope:*:*:*:*:*:*:*:* |
| zope | zope | >= 5.0, < 5.8.4 | cpe:2.3:a:zope:zope:*:*:*:*:*:*:*:* |