CVE-2025-61548
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3Description
SQL Injection is present on the hfInventoryDistFormID parameter in the /PSP/appNET/Store/CartV12.aspx/GetUnitPrice endpoint in edu Business Solutions Print Shop Pro WebDesk version 18.34 (fixed in 19.69). Unsanitized user input is incorporated directly into SQL queries without proper parameterization or escaping. This vulnerability allows remote attackers to execute arbitrary SQL commands
Analysis
Print Shop Pro WebDesk 18.34 has SQL injection in the hfInventoryDistFormID parameter of GetUnitPrice. Combined with CVE-2025-61546 (negative quantities), this endpoint has two critical vulnerabilities. PoC available, fixed in 19.69.
Technical Context
The hfInventoryDistFormID parameter is directly concatenated into SQL queries (CWE-89). This is the same endpoint affected by CVE-2025-61546, indicating a broader lack of input validation.
Affected Products
Print Shop Pro WebDesk 18.34 (fixed in 19.69)
Remediation
Update to version 19.69. Implement parameterized queries.
Priority Score
Share
External POC / Exploit Code
Leaving vuln.today