CVE-2026-15514
Deferred Deferred - Pending Action

MetaCRM SQL Injection via PHPRPC Remote Call Interface

Vulnerability report for CVE-2026-15514, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: VulDB

Description

A weakness has been identified in Metasoft 美特软件 MetaCRM up to 6.4.0 Beta06. This vulnerability affects the function RPCService.query of the file /customizemt/xkq/rpc.jsp of the component PHPRPC Remote Call Interface. Executing a manipulation of the argument phprpc_args can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
metasoft metacrm to 6.4.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Metasoft 美特软件 MetaCRM up to version 6.4.0 Beta06, specifically in the RPCService.query function within the /customizemt/xkq/rpc.jsp file of the PHPRPC Remote Call Interface component.

An attacker can manipulate the argument phprpc_args to perform an SQL injection attack. This means that malicious SQL code can be injected and executed on the database through this vulnerable function.

The attack can be launched remotely, and an exploit for this vulnerability has already been made publicly available.

Detection Guidance

Detecting this vulnerability involves checking for the presence of the vulnerable component in Metasoft MetaCRM up to version 6.4.0 Beta06. The vulnerability is located in the /customizemt/xkq/rpc.jsp file, specifically in the RPCService.query function, where the phprpc_args argument can be manipulated to perform SQL injection.

  • Inspect network traffic for requests to /customizemt/xkq/rpc.jsp. Look for unusual or malformed phprpc_args parameters that may indicate exploitation attempts.
  • Use a web application vulnerability scanner (e.g., OWASP ZAP, Burp Suite) to scan for SQL injection vulnerabilities in the MetaCRM application, targeting the /customizemt/xkq/rpc.jsp endpoint.
  • Check server logs for suspicious activity related to the /customizemt/xkq/rpc.jsp file, such as repeated failed requests or unusual parameter values.
  • Verify the installed version of MetaCRM. If it is version 6.4.0 Beta06 or earlier, the system is likely vulnerable.

Example commands or tools to assist in detection:

  • Use curl to test for SQL injection by sending a crafted request: curl "http://[target]/customizemt/xkq/rpc.jsp" -d "phprpc_args=[malicious_payload]"
  • Use a network monitoring tool (e.g., Wireshark, tcpdump) to capture and analyze traffic to the vulnerable endpoint: tcpdump -i eth0 -s 0 -A 'port 80 and host [target]' | grep -i "phprpc_args"
Impact Analysis

This vulnerability can allow an attacker to execute unauthorized SQL commands on the affected system's database remotely.

Potential impacts include unauthorized access to sensitive data, data modification, data deletion, or disruption of service.

Since the exploit is publicly available, the risk of exploitation is higher, especially if the system is exposed to the internet and not patched.

Compliance Impact

The vulnerability is a SQL injection in the MetaCRM software that can be exploited remotely, potentially leading to unauthorized access or manipulation of data.

Such unauthorized access or data manipulation could impact compliance with data protection regulations like GDPR or HIPAA, which require safeguarding personal and sensitive information against breaches.

However, specific effects on compliance or mitigation measures are not detailed in the provided information.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Apply the latest patch or update from Metasoft if available. Since the vendor did not respond, check for third-party patches or community fixes.
  • If updating is not immediately possible, restrict access to the /customizemt/xkq/rpc.jsp endpoint by configuring firewall rules or web server access controls to block external access.
  • Implement a web application firewall (WAF) to filter and block SQL injection attempts targeting the vulnerable endpoint.
  • Monitor the application logs for signs of exploitation attempts and respond to any suspicious activity.
  • Consider disabling the RPCService.query function if it is not critical to business operations, or replace it with a secure alternative.
  • Review and sanitize all user inputs, especially those passed to the phprpc_args parameter, to prevent SQL injection attacks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15514. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart