theinfosecnews

CVE-2026-35573

Published April 7, 2026 · Updated April 8, 2026

9.1CVSS
critical

What This Means

CVE-2026-35573 is a critical path traversal vulnerability found in ChurchCRM versions prior to 6.5.3. Authenticated administrators can exploit this flaw to upload arbitrary files, leading to remote code execution through the overwriting of Apache `.htaccess` configuration files. Upgrade to version 6.5.3 or later to mitigate this risk.

Official Description+

ChurchCRM is an open-source church management system. Prior to 6.5.3, a path traversal vulnerability in ChurchCRM's backup restore functionality allows authenticated administrators to upload arbitrary files and achieve remote code execution by overwriting Apache .htaccess configuration files. The vulnerability exists in src/ChurchCRM/Backup/RestoreJob.php. The $rawUploadedFile['name'] parameter is user-controlled and allows uploading files with arbitrary names to /var/www/html/tmp_attach/ChurchCRMBackups/. This vulnerability is fixed in 6.5.3.

Recommended Actions

  1. Check if your systems use any of the affected products listed above.
  2. Apply vendor patches immediately if available.
  3. Monitor vendor advisories for updates and additional mitigations.
  4. Review logs for indicators of compromise related to CVE-2026-35573.

Related Coverage