PT-2026-31782 · Praisonai+1 · Praisonai+1
Published
2026-04-09
·
Updated
2026-04-10
·
CVE-2026-40113
CVSS v3.1
8.4
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
PraisonAI versions prior to 4.5.128
Description
PraisonAI is a multi-agent teams system. The
deploy.py script constructs a comma-delimited string for the gcloud run deploy --set-env-vars argument by directly interpolating openai model, openai key, and openai base without validating for commas. The gcloud command uses a comma as a separator for key-value pairs in the --set-env-vars argument. A comma within any of these three values causes gcloud to incorrectly parse subsequent text as additional KEY=VALUE definitions, leading to the injection of arbitrary environment variables into the deployed Cloud Run service.Recommendations
Update PraisonAI to version 4.5.128 or later.
Fix
Argument Injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Praisonai
Wgcloud