critical CVSS 9.9

CVE-2026-29789·PHP vulnerability

Vito is a self-hosted web application that helps manage servers and deploy PHP applications into production servers. Prior to version 3.20.3, a missing authorization check in workflow site-creation actions allows an authenticated attacker with workflow write access in one project to create/manage sites on servers belonging to other projects by supplying a foreign server_id. This issue has been patched in version 3.20.3.

Severity
critical
Software
PHP
Fixed in
3.20.3
Published
2026-03-06

Affected versions

Until: 3.20.3

Fixed in: 3.20.3

How to fix this CVE

Update Vito to version 3.20.3 or later to remediate a critical authorization bypass that allows authenticated users with workflow write permissions to manipulate sites across unrelated projects. This patch adds proper authorization checks to workflow site-creation actions, preventing cross-project resource access. Immediate patching is strongly recommended due to the critical CVSS score of 9.9.

sudo dnf update php

Defensia detects this vulnerability

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Implement WAF rules to restrict cross-project server_id parameters in workflow API endpoints: block requests where the server_id does not correspond to the authenticated user's current project context. Rate-limit workflow site-creation endpoints to slow reconnaissance.

How to check if you are affected

  1. Run `php -v` to check the installed PHP version and confirm Vito installation status
  2. Check the Vito application directory for version information: `grep -r '3.20' /path/to/vito/composer.lock | head -5`
  3. Search application logs for workflow site-creation requests with mismatched project and server_id parameters: `grep -i 'server_id' /var/log/vito/*.log | grep -v 'project_id'`
  4. Verify the patch by checking the git commit hash: `cd /path/to/vito && git log --oneline | grep -i 'authorization\|3.20.3'`

FAQ

What is CVE-2026-29789?

CVE-2026-29789 is a critical authorization bypass vulnerability in Vito's workflow site-creation feature that allows an authenticated attacker with workflow write access to create and manage websites on servers belonging to different projects by injecting a foreign server_id parameter.

Is CVE-2026-29789 being actively exploited?

No, there are no confirmed reports of active exploitation in the wild, and no public exploits are currently available. However, the critical severity warrants immediate patching.

What versions of Vito and PHP are affected by CVE-2026-29789?

All Vito versions prior to 3.20.3 are affected. The vulnerability exists in the Vito application layer, which runs on PHP; ensure both Vito and PHP are up-to-date.

How do I check if my server is vulnerable to CVE-2026-29789?

Run `grep -r 'version' /path/to/vito/composer.lock | grep vito` to check your Vito version. If it is below 3.20.3, your installation is vulnerable.

Does Defensia detect CVE-2026-29789?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Vito and PHP are present on a monitored server, CVE-2026-29789 will appear in your dashboard with remediation steps and patch guidance.

Related PHP CVEs

CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.
CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2025-47916CVSS 10Invision Community 5.0.0 before 5.0.7 allows remote code execution via crafted template strings to themeeditor.php. The issue lies within the themeeditor controller (file: /applications/core/modules/front/system/themeeditor.php), where a protected method named customCss can be invoked by unauthenticated users. This method passes the value of the content parameter to the Theme::makeProcessFunction() method; hence it is evaluated by the template engine. Accordingly, this can be exploited by unauthenticated attackers to inject and execute arbitrary PHP code by providing crafted template strings.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2026-29789. Free for 1 server.

Get started free