SCA: security update for AccessControl (GHSA-pq59-9fq7-m886)

medium Tenable Cloud Security Plugin ID 448259

Description

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

- Zope AccessControl provides a general security framework for use in Zope. Prior to 7.4, applications that
allow untrusted users to create and execute AccessControl-controlled Python code do not safely guard
str.format and str.format_map when those methods are reached through a str subclass. In both ImplPython.py
and cAccessControl.c, Python formatting can recursively access attributes and subscriptions using
unrestricted getattr and getitem behavior instead of the policy-restricted getattr and getitem operations.
A controlled format string can therefore disclose objects reachable from values available to the
formatting operation. This issue is fixed in version 7.4. (CVE-2026-77401)

Solution

Update the AccessControl library and its related packages to version 7.4 or later.

See Also

https://github.com/advisories/GHSA-pq59-9fq7-m886

Plugin Details

Severity: Medium

ID: 448259

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 9/23/2026

Updated: 9/23/2026

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 50.57

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 4.5

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

CVSS Score Source: CVE-2026-77401

CVSS v3

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:H/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/17/2026

Vulnerability Publication Date: 9/16/2026

Reference Information

CVE: CVE-2026-77401

cwe: CWE-693