CVE-2026-6629
SQL Injection in Metasoft MetaCRM Interface Enables Remote Attack
Publication date: 2026-04-20
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 |
|---|---|---|
| metasoft | metacrm | to 6.4.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Metasoft 美特软件 MetaCRM up to version 6.4.0, specifically in the function Statement.executeUpdate within the sql.jsp file of the Interface component.
The issue arises because the argument 'sql' can be manipulated, leading to an SQL injection vulnerability.
An attacker can exploit this remotely by injecting malicious SQL code, potentially compromising the database.
The vulnerability has been publicly disclosed and the vendor did not respond to early contact attempts.
How can this vulnerability impact me? :
This SQL injection vulnerability can allow an attacker to execute arbitrary SQL commands on the affected system's database.
- Unauthorized access to sensitive data stored in the database.
- Modification or deletion of data, leading to data integrity issues.
- Potential disruption of service or application functionality.
- Remote exploitation without requiring user interaction or privileges.