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.0014 34.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

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.

Security SummaryAI

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

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

References