Path Traversal in Avaiga Taipy

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.

Vulnerability class: Path Traversal (Directory Traversal)

EPSS: 0.004 (34.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.

Affected products

  • Avaiga Taipy — versions 0, 129fd407ffca49ee4ab853772c88d0c873e038dd

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-48544?
CVE-2026-48544 is a high-severity vulnerability in Avaiga Taipy, classified under Path Traversal. CVSS score: 7.5/10. Published 2026-05-27.
How severe is CVE-2026-48544?
High severity. CVSS v3 base score is 7.5 out of 10.