CVE-2025-7915
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-21

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in Chanjet CRM 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /mail/mailinactive.php of the component Login Page. The manipulation leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-21
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-07-21
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
chanjet chanjet_crm 1.0
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-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]


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