CVE-2025-7886
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-20

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability, which was classified as critical, was found in pmTicket Project-Management-Software up to 2ef379da2075f4761a2c9029cf91d073474e7486. This affects the function getUserLanguage of the file classes/class.database.php. The manipulation of the argument user_id leads to sql injection. It is possible to initiate the attack remotely. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-20
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-07-20
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
pmticket project-management-software *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-7886 is a critical SQL injection vulnerability in the pmTicket Project-Management-Software. It affects the getUserLanguage function in the classes/class.database.php file, where the user_id argument is improperly handled without sufficient input validation or typecasting. This allows a remote attacker to inject arbitrary SQL commands via the user_id parameter without authentication, potentially extracting sensitive information such as admin usernames and password hashes. [2, 3]


How can this vulnerability impact me? :

This vulnerability can severely impact you by allowing remote attackers to execute unauthorized SQL commands on your pmTicket system without authentication. This can lead to disclosure of sensitive data, including administrator credentials, compromise of data integrity, and potential disruption of system availability. The attack is easy to perform and publicly known, increasing the risk of exploitation. [2, 3]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Vulnerable targets can be identified using Google dorking techniques such as searching for inurl:classes/class.database.php. Additionally, monitoring for unusual SQL queries or suspicious remote requests targeting the getUserLanguage function with manipulated user_id parameters may help detect exploitation attempts. Specific commands are not provided in the resources. [3]


What immediate steps should I take to mitigate this vulnerability?

No mitigation or countermeasures have been disclosed by the vendor, and no patches are available due to the rolling release model. Immediate steps include restricting access to the vulnerable endpoint, implementing web application firewalls (WAF) to detect and block SQL injection attempts, and monitoring network traffic for suspicious activity. Applying input validation and sanitization on the user_id parameter in custom deployments may help mitigate the risk until an official fix is released. [3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart