CVE-2025-11135
7.3pmTicket · Project-Management-Software
A deserialization vulnerability in pmTicket Project-Management-Software allows remote, unauthenticated attackers to manipulate the user_id parameter via the loadLanguage function.
Executive summary
An unauthenticated remote code execution vulnerability exists in pmTicket Project-Management-Software, posing a significant risk to system integrity.
Vulnerability
The application is susceptible to insecure deserialization within the loadLanguage function of the classes/class.database.php file, which can be triggered by an unauthenticated attacker through the user_id parameter.
Business impact
Successful exploitation of this deserialization flaw allows an attacker to execute arbitrary code on the underlying server. Given the CVSS score of 7.3, this vulnerability represents a high-severity risk that could lead to full system compromise, unauthorized data access, and potential lateral movement within the network.
Remediation
Immediate Action: As there is currently no official patch available, administrators should restrict network access to the application and monitor for suspicious requests targeting the database classes.
Proactive Monitoring: Review web server access logs for anomalous payloads in the user_id parameter and monitor system processes for unauthorized child processes spawned by the web application service.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block serialized objects or suspicious input patterns within URL parameters.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists via an asciinema recording.
Analyst recommendation
Due to the lack of an official vendor patch and the availability of technical details regarding the exploit, this vulnerability must be treated with high urgency. Organizations utilizing pmTicket should implement strict ingress filtering and monitor for any signs of exploitation until a formal security update is released by the developer.
Sources
Originally found and disclosed by Allan Njuguna (VulDB User), per the CVE Program record.
- VDB-326212 | pmTicket Project-Management-Software Cookie class.database.php loadLanguage deserialization Vulnerability database entry
- VDB-326212 | CTI Indicators (IOB, IOC, IOA)
- Submit #657302 | pmTicket Project-Management-Software (https://github.com/issue-tracking-system/Project-Management-Softw Third-party advisory
- Related
- Exploit / PoC