CVE-2019-25713
7.1MyT · MyT Project Management
MyT Project Management 1.5.1 contains a SQL injection vulnerability in the Charge[group_total] parameter, allowing authenticated attackers to execute arbitrary SQL queries via the /charge/admin endpoint.
Executive summary
A SQL injection vulnerability in MyT Project Management 1.5.1 allows authenticated attackers to extract sensitive database information or manipulate application data.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the Charge[group_total] parameter of the /charge/admin endpoint. An authenticated attacker can submit malicious POST requests to execute error-based, time-based blind, or stacked SQL queries.
Business impact
Successful exploitation of this vulnerability poses a significant risk to the integrity and confidentiality of the project management system. By injecting malicious SQL commands, an attacker can bypass standard database queries to access unauthorized sensitive information, modify existing records, or potentially cause a denial of service. With a CVSS score of 7.1, this vulnerability is classified as High, indicating that it represents a substantial security risk that requires prioritized attention to prevent data compromise.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict access to the /charge/admin endpoint to highly trusted users only and implement strict input validation for the Charge[group_total] parameter.
Proactive Monitoring: Security teams should review application access logs for suspicious POST requests containing SQL keywords or unusual character sequences, particularly those targeting the /charge/admin URI.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the specified parameter.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the ExploitDB entry 46084.
Analyst recommendation
Given the availability of public proof-of-concept code and the high potential for data exfiltration, this vulnerability poses a clear threat to organizational security. Administrators must treat this as a high priority issue by implementing compensating controls immediately, as an official patch is not identified. Continuous monitoring of the affected endpoint is essential until the vendor provides a formal resolution.
Sources
Originally found and disclosed by Mehmet Önder Key, per the CVE Program record.
- ExploitDB-46084 Exploit / PoC
- Official Product Homepage
- Product Reference
- VulnCheck Advisory: MyT-PM 1.5.1 SQL Injection via Charge[group_total] Parameter Third-party advisory