CVE-2026-55527
Received Received - Intake

Path Traversal in PraisonAI FileMemory

Vulnerability report for CVE-2026-55527, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: GitHub, Inc.

Description

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, the FileMemory constructor joins unsanitized user_id into self.user_path. A caller supplying ../ or path separators can escape the memory directory and write JSON data to arbitrary process-writable locations. The fix sanitizes user_id before constructing self.user_path. This issue is fixed in version 1.6.58.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
praisonai praisonaiagents 1.6.58
mervinpraison praisonaiagents to 1.6.58 (exc)
praisonaiagents praisonaiagents to 1.6.58 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-55527 is an arbitrary file write vulnerability in the PraisonAI library. It occurs in the FileMemory constructor where user_id is joined into a file path without sanitization. Attackers can use path traversal sequences like ../ to escape the intended directory and write JSON files to arbitrary writable locations on the system.

Detection Guidance

Check for PraisonAI installations with versions prior to 1.6.58. Inspect file paths generated by user_id inputs for path traversal sequences like ../. Review logs for unexpected file writes outside designated directories.

Impact Analysis

This vulnerability allows attackers to overwrite critical system files, cause denial of service, or establish persistence in multi-tenant environments. It can be exploited by directly calling the FileMemory class, using the Agent constructor with a malicious user_id, or submitting a crafted agents.yaml file.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by enabling unauthorized file writes. Attackers could overwrite critical files, potentially exposing or corrupting sensitive data, violating integrity and confidentiality requirements. The path traversal flaw allows arbitrary file manipulation, which may result in data breaches or system disruptions.

Mitigation Strategies

Upgrade PraisonAI to version 1.6.58 or later. Validate user_id inputs to prevent path traversal. Restrict file write permissions to prevent unauthorized file modifications.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55527. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart