Cyber Resilience

CVE-2025-61548

CriticalPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0047 37.3th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-61548 is a critical-severity SQL Injection (CWE-89) vulnerability in Edubusinesssolutions Print Shop Pro Webdesk. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 37.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-61548 is a SQL injection vulnerability affecting edu Business Solutions Print Shop Pro WebDesk version 18.34, specifically in the hfInventoryDistFormID parameter of the /PSP/appNET/Store/CartV12.aspx/GetUnitPrice endpoint. Unsanitized user input is directly incorporated into SQL queries without parameterization or escaping, enabling arbitrary SQL command execution. The vulnerability, published on 2026-01-08, carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-89. It has been addressed in version 19.69.

Remote attackers can exploit this vulnerability over the network with low complexity, requiring no privileges, authentication, or user interaction. Successful exploitation allows attackers to execute arbitrary SQL commands, potentially leading to high-impact compromise of confidentiality, integrity, and availability, such as data exfiltration, modification, or deletion from the underlying database.

Advisories indicate the issue is fixed in Print Shop Pro WebDesk version 19.69, recommending affected users upgrade to this or later versions for mitigation. Additional details are available in the vulnerability disclosure repository at https://github.com/chndlrx/vulnerability-disclosures/tree/main/CVE-2025-61548.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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…

more

vulnerability allows remote attackers to execute arbitrary SQL commands

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection vulnerability in a public-facing web application endpoint directly enables exploitation of public-facing applications (T1190) and facilitates arbitrary SQL execution for data collection from databases (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-26725Same product: Edubusinesssolutions Print Shop Pro Webdesk
CVE-2025-61546Same product: Edubusinesssolutions Print Shop Pro Webdesk
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89
CVE-2019-25526Shared CWE-89

Affected Assets

edubusinesssolutions
print shop pro webdesk
18.34

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of unsanitized user inputs like hfInventoryDistFormID to block SQL injection into queries at the /PSP/appNET/Store/CartV12.aspx/GetUnitPrice endpoint.

prevent

Mandates timely flaw remediation by upgrading Print Shop Pro WebDesk from version 18.34 to the fixed 19.69, eliminating the SQL injection vulnerability.

prevent

Restricts types of information or special characters in inputs to the vulnerable hfInventoryDistFormID parameter, mitigating SQL command injection attempts.

References