๐Ÿ” CVE Alert

CVE-2026-48544

HIGH 7.5

Taipy 4.1.1 Path Traversal via ElementLibrary.get_resource()

CVSS Score
7.5
EPSS Score
0.2%
EPSS Percentile
39th

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.

CWE CWE-22
Vendor avaiga
Product taipy
Published May 27, 2026
Last Updated May 28, 2026
Stay Ahead of the Next One

Get instant alerts for avaiga taipy

Be the first to know when new high vulnerabilities affecting avaiga taipy are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Avaiga / taipy
0 โ‰ค 4.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Avaiga/taipy/issues/2868 github.com: https://github.com/Avaiga/taipy/pull/2871 github.com: https://github.com/Avaiga/taipy/commit/129fd407ffca49ee4ab853772c88d0c873e038dd vulncheck.com: https://www.vulncheck.com/advisories/taipy-path-traversal-via-elementlibrary-get-resource

Credits

YU SUN