SCA: security update for AccessControl, Zope (GHSA-8xv7-89vj-q48c)

high Tenable Cloud Security Plugin ID 412940

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2023-41050)

See Also

https://github.com/advisories/GHSA-8xv7-89vj-q48c

Plugin Details

Severity: High

ID: 412940

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 51.16

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2023-41050

CVSS v3

Risk Factor: High

Base Score: 7.7

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/7/2023

Vulnerability Publication Date: 9/6/2023

Reference Information

CVE: CVE-2023-41050

cwe: CWE-200