Logo
componentpython-mako
Name
python-mako
Version
1.3.0-r1
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:sqlalchemy:mako:1.3.0:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.4.1-r1

Vulnerabilities#


Name
Analysis
Description
Exploitable
Mako is a template library written in Python. Prior to 1.3.12, on Windows, a URI using backslash traversal (e.g. \..\..\ secret.txt) bypasses the directory traversal check in Template.__init__ and the posixpath-based normalization in TemplateLookup.get_template(), allowing reads of files outside the configured template directory. This vulnerability is fixed in 1.3.12.
Exploitable
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.