Security readout for executives and security teams
Plain-English summary
This is a high-impact Zope flaw that can allow remote code execution, but only in a narrow configuration. Exposure requires Python 3, vulnerable Zope 4 or 5 versions, the optional Products.PythonScripts add-on, and users who can add or edit Script (Python) objects through the web.
Executive priority
Prioritize remediation where Zope is internet-facing or shared with semi-trusted users. The business risk is severe code execution, but the affected population is narrower than a default unauthenticated internet bug.
Technical view
CVE-2021-32811 affects Zope 4 before 4.6.3 and Zope 5 before 5.3 when deployed on Python 3 with Products.PythonScripts installed. The issue is classified as CWE-915 and has CVSS 7.5 with low privileges, high complexity, no user interaction, and high confidentiality, integrity, and availability impact.
Likely exposure
Likely exposure is limited to Zope sites that changed permissions or trust boundaries around Script (Python) editing. Default Zope configuration restricts this capability to the Manager role, so sites that do not grant untrusted users that role or equivalent script-edit access are less likely to be exploitable.
Exploitation context
The source bundle does not show KEV listing or active exploitation evidence. The vulnerability is remotely reachable in affected deployments, but exploitation requires low-privileged access and a non-default or risky permission model that lets untrusted users add or edit Script (Python) objects.
Researcher notes
Focus on configuration and authorization boundaries, not just package version. The advisory states default permissions limit Script (Python) editing to trusted Manager users, so exposure assessment should prove whether untrusted users can reach that workflow.
Mitigation direction
- Upgrade Zope 4 deployments to 4.6.3 or later.
- Upgrade Zope 5 deployments to 5.3 or later.
- Restrict Script (Python) add/edit permissions to trusted users only.
- Do not assign the Manager role to untrusted users.
- Review vendor advisories before applying operational changes.
Validation and detection
- Inventory Zope deployments and confirm major and minor versions.
- Confirm whether each deployment runs on Python 3.
- Check whether Products.PythonScripts is installed and enabled.
- Review roles allowed to add or edit Script (Python) objects.
- Verify untrusted users do not hold Manager or equivalent permissions.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-915: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-32811 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/zopefoundation/Zope/security/advisories/GHSA-g4gq-j4p2-j8frCVE reference · x_refsource_CONFIRM
- https://github.com/zopefoundation/AccessControl/security/advisories/GHSA-qcx9-j53g-ccgfCVE reference · x_refsource_MISC
- https://github.com/zopefoundation/Zope/commit/f72a18dda8e9bf2aedb46168761668464a4be988CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improperly Controlled Modification of Dynamically-Determined Object Attributes
Improperly Controlled Modification of Dynamically-Determined Object Attributes represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
