PraisonAI is a multi-agent teams system. Prior to 1.5.113, _validate_path() calls os.path.normpath() first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal to any file on the system. This vulnerability is fixed in 1.5.113.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-693f-pf34-72c5 | PraisonAI Has Path Traversal in FileTools |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Wed, 08 Apr 2026 20:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Mervinpraison
Mervinpraison praisonai |
|
| Vendors & Products |
Mervinpraison
Mervinpraison praisonai |
Tue, 07 Apr 2026 18:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | PraisonAI is a multi-agent teams system. Prior to 1.5.113, _validate_path() calls os.path.normpath() first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal to any file on the system. This vulnerability is fixed in 1.5.113. | |
| Title | PraisonAI has a Path Traversal in FileTools | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-04-07T16:46:15.192Z
Reserved: 2026-04-03T21:25:12.163Z
Link: CVE-2026-35615
No data.
Status : Awaiting Analysis
Published: 2026-04-07T17:16:35.980
Modified: 2026-04-08T21:27:00.663
Link: CVE-2026-35615
No data.
OpenCVE Enrichment
Updated: 2026-04-08T19:47:45Z
Weaknesses
Github GHSA