SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-60089

MEDIUM · CVSS 5.5 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

PraisonAI versions prior to 1.6.78 are vulnerable due to improper validation of the output file path specified in a project-local configuration file, which can be manipulated to point to arbitrary locations. This flaw allows an attacker to overwrite files outside the project root, potentially leading to data loss or unauthorized access to sensitive files, depending on the privileges of the user running the application. Developers using PraisonAI should prioritize updating to the latest version to mitigate this risk.

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-60089
Severity
MEDIUM
CVSS
5.5
EPSS
0.14%

Original NVD Description

PraisonAI (pip package praisonaiagents) before 1.6.78 automatically loads defaults from a project-local .praisonai/config.toml when constructing an Agent, and does not validate the defaults.output.output_file path. A repository-controlled config file can set output_file to an absolute or '..' traversal path; when the developer subsequently calls agent.start() without explicitly passing an output parameter, PraisonAI writes the agent response to that path (creating parent directories as needed), allowing an untrusted checked-out project to overwrite files outside the project root with the privileges of the user running PraisonAI.