CVE-2025-52025
CriticalCVSS 9.4Exploitation Probability (EPSS)
Low risk25th percentile - higher than 25% of all known CVEs
Summary
An SQL Injection vulnerability in the GetServiceByRestaurantID endpoint of the Aptsys gemscms POS Platform (up to 2025-05-28) allows an attacker to inject and execute arbitrary SQL code via the id parameter due to lack of input sanitization and parameterization.
Risk Assessment
An attacker can gain unauthorized access to or modify data, compromising the confidentiality and integrity of the POS system database.
Recommendation
Immediately update the gemscms platform to the latest version and use parameterized SQL queries or ORM mechanisms for all endpoints.
Original NVD description (English source)
An SQL Injection vulnerability exists in the GetServiceByRestaurantID endpoint of the Aptsys gemscms POS Platform backend thru 2025-05-28. The vulnerability arises because user input is directly inserted into a dynamic SQL query syntax without proper sanitization or parameterization. This allows an attacker to inject and execute arbitrary SQL code by submitting crafted input in the id parameter, leading to unauthorized data access or modification.

