Cyber Posture

CVE-2025-61548

CriticalPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 40.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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 40.2th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

NVD Description

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

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

edubusinesssolutions
print shop pro webdesk
18.34

CVEs Like This One

CVE-2026-26725Same product: Edubusinesssolutions Print Shop Pro Webdesk
CVE-2025-61546Same product: Edubusinesssolutions Print Shop Pro Webdesk
CVE-2025-40639Shared CWE-89
CVE-2019-25674Shared CWE-89
CVE-2019-25526Shared CWE-89
CVE-2019-25524Shared CWE-89
CVE-2025-23780Shared CWE-89
CVE-2026-40887Shared CWE-89
CVE-2024-51818Shared CWE-89
CVE-2026-31891Shared CWE-89

References