SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-55527

HIGH · CVSS 7.1 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

PraisonAI versions prior to 1.6.58 are vulnerable due to the FileMemory constructor allowing unsanitized user input for the user_id, which can lead to directory traversal attacks. An attacker can exploit this flaw to write JSON data to arbitrary locations within the file system, potentially compromising system integrity and confidentiality. Organizations using affected versions should prioritize upgrading to version 1.6.58 or later to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55527
Severity
HIGH
CVSS
7.1
EPSS
0.32%

Original NVD 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.