critical CVSS 9.8

CVE-2025-27649·PHP vulnerability

Vasion Print (formerly PrinterLogic) before Virtual Appliance Host 22.0.893 Application 20.0.2140 allows Incorrect Access Control: PHP V-2023-016.

Severity
critical
Software
PHP
Fixed in
22.0.893
Published
2025-03-05

Affected versions

Until: 22.0.893

Fixed in: 22.0.893

How to fix this CVE

Upgrade PHP to version 22.0.893 or later to remediate this critical access control vulnerability in the Vasion Print application stack. This vulnerability allows unauthenticated attackers to bypass authorization controls and gain unauthorized access to sensitive functionality. Apply the update immediately as the CVSS score of 9.8 indicates severe risk to system confidentiality, integrity, and availability.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST|GET requests to /admin/, /api/auth, or /services/print without valid session tokens; HTTP 200 responses to unauthenticated administrative endpoints; requests with missing or invalid Authorization headers succeeding with 200 status

WAF mitigation (if patching is not yet possible)

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

Implement strict authentication verification for all requests to administrative endpoints (/admin/*, /api/auth*) by requiring valid session tokens or JWT headers. Block any requests lacking proper Authorization headers with a 401 response. Add request rate limiting to /services/print endpoints to prevent automated exploitation attempts.

How to check if you are affected

  1. Run `php -v` to check your current PHP version and compare against the fixed version 22.0.893
  2. Verify if Vasion Print (formerly PrinterLogic) is running by checking `systemctl status vasion-print` or checking the application's admin console for version information
  3. Search application logs in `/var/log/vasion/` and web server logs in `/var/log/apache2/` or `/var/log/nginx/` for unauthorized access attempts or requests to administrative endpoints without proper authentication
  4. After applying updates, run `php -v` again to confirm the version has been upgraded and restart the Vasion Print service with `sudo systemctl restart vasion-print`

FAQ

What is CVE-2025-27649?

CVE-2025-27649 is a critical access control flaw in Vasion Print that permits attackers to circumvent authentication mechanisms and execute unauthorized operations without requiring valid credentials. This vulnerability affects the PHP layer of the Virtual Appliance Host component.

Is CVE-2025-27649 being actively exploited?

According to CISA data, CVE-2025-27649 is not currently listed in the Known Exploited Vulnerabilities (KEV) catalog and no public exploits have been disclosed, though the critical CVSS rating warrants immediate patching regardless of active exploitation status.

What versions of PHP are affected by CVE-2025-27649?

All versions of Vasion Print Virtual Appliance Host prior to version 22.0.893 (with Application version 20.0.2140 or earlier) are vulnerable to this access control bypass vulnerability.

How do I check if my server is vulnerable to CVE-2025-27649?

Run `php -v` to check your installed PHP version, then run `vasion-print --version` or check the Vasion Print admin panel to confirm you are running a version earlier than 22.0.893. If so, your system requires immediate remediation.

Does Defensia detect CVE-2025-27649?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If PHP or Vasion Print is installed on a monitored server, CVE-2025-27649 will appear in your dashboard with remediation steps.

Related PHP CVEs

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-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.
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-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-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.

References

Track CVEs across your fleet automatically

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

Get started free