Activity log
- Created suggestion
Mako: Path traversal via double-slash URI prefix in TemplateLookup
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.
References
-
https://github.com/sqlalchemy/mako/security/advisories/GHSA-v92g-xgxw-vvmm x_refsource_CONFIRM
Affected products
- ==< 1.3.11
Matching in nixpkgs
pkgs.mako
Lightweight Wayland notification daemon
pkgs.python312Packages.mako
Super-fast templating language
pkgs.python313Packages.mako
Super-fast templating language
pkgs.python314Packages.mako
Super-fast templating language
pkgs.python312Packages.pyramid-mako
Mako template bindings for the Pyramid web framework
pkgs.python313Packages.pyramid-mako
Mako template bindings for the Pyramid web framework
pkgs.python314Packages.pyramid-mako
Mako template bindings for the Pyramid web framework
Package maintainers
-
@dywedir Vladyslav M. <dywedir@gra.red>