Cyber Resilience

CVE-2026-6629

Medium

Published: 20 April 2026

Published
20 April 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0004 12.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6629 is a medium-severity Injection (CWE-74) vulnerability in Feishu (inferred from references). Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-6629 is a SQL injection vulnerability in Metasoft 美特软件 MetaCRM versions up to 6.4.0. It affects the Statement.executeUpdate function in the sql.jsp file of the Interface component, where manipulation of the sql argument enables injection of malicious SQL code. The issue is classified under CWE-74 and CWE-89, with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

The vulnerability is exploitable remotely by unauthenticated attackers requiring low attack complexity and no user interaction. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the affected database.

Advisories from VulDB indicate that the vendor was contacted early about the disclosure but provided no response, and no patches or official mitigations are available. The exploit has been publicly disclosed and may be actively used, with details referenced at https://vuldb.com/vuln/358263 and related pages.

EU & UK References

Vulnerability details

A vulnerability has been found in Metasoft 美特软件 MetaCRM up to 6.4.0. This vulnerability affects the function Statement.executeUpdate of the file sql.jsp of the component Interface. Such manipulation of the argument sql leads to sql injection. The attack can be…

more

launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web app (sql.jsp) directly enables T1190 for remote unauthenticated exploitation; facilitates database data access via malicious queries (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0336Shared CWE-74, CWE-89
CVE-2025-2624Shared CWE-74, CWE-89
CVE-2026-4289Shared CWE-74, CWE-89
CVE-2025-0949Shared CWE-74, CWE-89
CVE-2025-0943Shared CWE-74, CWE-89
CVE-2026-7060Shared CWE-74, CWE-89
CVE-2025-0210Shared CWE-74, CWE-89
CVE-2025-7172Shared CWE-74, CWE-89
CVE-2025-2387Shared CWE-74, CWE-89
CVE-2026-3042Shared CWE-74, CWE-89

Affected Assets

Feishu
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the 'sql' argument passed to Statement.executeUpdate in sql.jsp.

prevent

Requires timely remediation of the identified SQL injection flaw in MetaCRM's sql.jsp, including patching or implementing workarounds despite vendor non-response.

prevent

Enforces least functionality by disabling or restricting the unnecessary direct SQL execution interface in sql.jsp, eliminating the attack surface for remote unauthenticated injection.

References