Description
Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application (VA/SaaS deployments) store user passwords using unsalted SHA-512 hashes with a fall-back to unsalted SHA-1. The hashing is performed via PHP's `hash()` function in multiple files (server_write_requests_users.php, update_database.php, legacy/Login.php, tests/Unit/Api/IdpControllerTest.php). No per-user salt is used and the fast hash algorithms are unsuitable for password storage. An attacker who obtains the password database can recover cleartext passwords via offline dictionary or rainbow table attacks. The vulnerable code also contains logic that migrates legacy SHA-1 hashes to SHA-512 on login, further exposing users still on the old hash. This vulnerability was partially resolved, but still present within the legacy authentication platform.
INFO
Published Date :
2025-10-02T16:13:06.735Z
Last Modified :
2025-11-17T23:56:34.293Z
Source :
VulnCheck
AFFECTED PRODUCTS
The following products are affected by CVE-2025-34208 vulnerability.
| Vendors | Products |
|---|---|
| Vasion |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2025-34208.