CVE-2026-48544

Taipy 4.1.1, fixed in commit 129fd40, contains a path traversal vulnerability in the ElementLibrary.get_resource() method in taipy/gui/extension/library.py that allows unauthenticated attackers to escape the intended module directory by exploiting an incomplete path containment check using str.startswith() without a trailing path separator. Attackers can send crafted GET requests with path traversal segments targeting a prefix-matching sibling directory on disk, bypassing the directory containment check because Flask's path converter and Werkzeug's WSGI layer preserve the traversal segments while the resolved path still satisfies the flawed startswith comparison, enabling unauthorized file access outside the intended library directory.
Configurations

No configuration.

History

28 May 2026, 17:16

Type Values Removed Values Added
References () https://github.com/Avaiga/taipy/issues/2868 - () https://github.com/Avaiga/taipy/issues/2868 -

27 May 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 15:16

Updated : 2026-05-28 17:16


NVD link : CVE-2026-48544

Mitre link : CVE-2026-48544

CVE.ORG link : CVE-2026-48544


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')