SCA: security update for Mako (GHSA-v92g-xgxw-vvmm)

high Tenable Cloud Security Plugin ID 442231

Description

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

- Mako is a template library written in Python. Prior to 1.3.11, TemplateLookup.get_template() is vulnerable
to path traversal when a URI starts with // (e.g., //../../../secret.txt). The root cause is an
inconsistency between two slash-stripping implementations. Any file readable by the process can be
returned as rendered template content when an application passes untrusted input directly to
TemplateLookup.get_template(). This vulnerability is fixed in 1.3.11. (CVE-2026-41205)

Solution

Update the Mako library and its related packages to version 1.3.11 or later.

See Also

https://github.com/advisories/GHSA-v92g-xgxw-vvmm

Plugin Details

Severity: High

ID: 442231

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 5/20/2026

Updated: 6/11/2026

Risk Information

VPR

Risk Factor: Low

Score: 3.6

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

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

CVSS Score Source: CVE-2026-41205

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

CVSS v4

Risk Factor: High

Base Score: 8.7

Threat Score: 7.7

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/16/2026

Vulnerability Publication Date: 4/16/2026

Reference Information

CVE: CVE-2026-41205

cwe: CWE-22