CVE-2025-61548
BaseFortify
Publication date: 2026-01-08
Last updated on: 2026-02-10
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| edu_business_solutions | print_shop_pro_webdesk | 18.34 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL Injection present in the hfInventoryDistFormID parameter of the /PSP/appNET/Store/CartV12.aspx/GetUnitPrice endpoint in edu Business Solutions Print Shop Pro WebDesk version 18.34. It occurs because user input is not properly sanitized or parameterized before being included in SQL queries, allowing remote attackers to execute arbitrary SQL commands on the database.
How can this vulnerability impact me? :
This vulnerability can allow remote attackers to execute arbitrary SQL commands, which may lead to unauthorized data access, data modification, data deletion, or other malicious actions on the affected system's database. This can compromise the confidentiality, integrity, and availability of the data and the application.