CVE-2025-34222 PUBLISHED

Vasion Print (formerly PrinterLogic) Unauthenticated Admin APIs Used to Modify SSL Certificates

Assigner: VulnCheck
Reserved: 15.04.2025 Published: 29.09.2025 Updated: 15.05.2026

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 22.0.1049 and Application prior to version 20.0.2786 (VA/SaaS deployments) expose four admin routes – /admin/hp/cert_upload, /admin/hp/cert_delete, /admin/certs/ca, and /admin/certs/serviceclients/{scid} – without any authentication check. The routes are defined in the /var/www/app/routes/web.php file inside the printercloud/pi Docker container and are handled by the HPCertificateController class, which performs no user validation. An unauthenticated attacker can therefore upload a new TLS/SSL certificate replacing the trusted root used by the appliance, delete an existing certificate causing immediate loss of trust for services that rely on it, or download any stored CA or client certificate via the service‑clients endpoint which also suffers an IDOR that allows enumeration of all client IDs. This vulnerability has been identified by the vendor as: V-2024-028 — Unauthenticated Admin APIs Used to Modify SSL Certificates.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 10

Product Status

Vendor Vasion
Product Print Virtual Appliance Host
Versions Default: unaffected
  • affected from 0 to 22.0.1049 (excl.)
Vendor Vasion
Product Print Application
Versions Default: unaffected
  • affected from 0 to 20.0.2786 (excl.)

Credits

  • Pierre Barre finder

References

Problem Types

  • CWE-306 Missing Authentication for Critical Function CWE
  • CWE-434 Unrestricted Upload of File with Dangerous Type CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs