CVE-2025-7915
BaseFortify
Publication date: 2025-07-21
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| chanjet | chanjet_crm | 1.0 |
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. |
| 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-7915 is a critical SQL injection vulnerability in Chanjet CRM version 1.0, specifically in the file /mail/mailinactive.php of the Login Page component. This flaw allows remote attackers to inject and execute arbitrary SQL commands without authentication by manipulating input that is improperly handled when constructing SQL queries. Exploiting this vulnerability can lead to unauthorized access to sensitive data stored in the database. [1, 2]
How can this vulnerability impact me? :
This vulnerability can severely impact you by allowing attackers to remotely execute arbitrary SQL commands on your Chanjet CRM system without any authentication. This can lead to unauthorized disclosure of sensitive information, modification or deletion of data, and disruption of system availability. Overall, it compromises the confidentiality, integrity, and availability of your CRM system. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable file `/mail/mailinactive.php` in the Chanjet CRM 1.0 installation. Additionally, network detection can be aided by searching for HTTP requests targeting this path. Google dorking can be used to identify vulnerable targets with queries like `inurl:mail/mailinactive.php`. For local detection, you can use commands such as `curl -I http://<target>/mail/mailinactive.php` to check if the endpoint exists and responds. Monitoring for unusual SQL query patterns or unexpected database errors related to this endpoint may also indicate exploitation attempts. [2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing or removing the affected component `/mail/mailinactive.php` from Chanjet CRM 1.0, as no known mitigations or patches are documented. Restricting access to this endpoint via network controls such as firewalls or web application firewalls (WAF) can help reduce exposure. Additionally, monitoring and blocking suspicious requests targeting this path is recommended. Ultimately, upgrading to a fixed or newer version of the product when available is advised. [2]