漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Mako: Path traversal via double-slash URI prefix in TemplateLookup
Vulnerability Description
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.
CVSS Information
N/A
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
mako 路径遍历漏洞
Vulnerability Description
mako是SQLAlchemy开源的一个用 Python 编写的模板库。提供了一种熟悉的非 XML 语法,可编译成 Python 模块以获得最佳性能。 mako 1.3.11之前版本存在路径遍历漏洞,该漏洞源于TemplateLookup.get_template容易受到路径遍历攻击。
CVSS Information
N/A
Vulnerability Type
N/A