CVE-2026-48544 PUBLISHED

Taipy 4.1.1 Path Traversal via ElementLibrary.get_resource()

Assigner: VulnCheck
Reserved: 21.05.2026 Published: 27.05.2026 Updated: 27.05.2026

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.

Metrics

CVSS 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
CVSS Score: 8.7

Product Status

Vendor Avaiga
Product taipy
Versions Default: affected
  • affected from 0 to 4.1.1 (incl.)
  • Version 129fd407ffca49ee4ab853772c88d0c873e038dd is unaffected

Credits

  • YU SUN finder

References

Problem Types

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