Cyber Resilience

CVE-2026-2954

Medium

Published: 22 February 2026

Published
22 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0033 24.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2954 is a medium-severity Injection (CWE-74) vulnerability in Ujcms Ujcms. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.7th 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 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-2954 is an injection vulnerability (CWE-74, CWE-707) in Dromara UJCMS version 10.0.2. The flaw affects the importChanel function within the ImportDataController component, specifically at the endpoint /api/backend/ext/import-data/import-channel. It stems from manipulable arguments driverClassName and url, enabling injection attacks.

An attacker with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction required. The CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) indicates that successful exploitation results in low impacts to confidentiality, integrity, and availability.

Advisories from VulDB note that a public exploit exists and the vendor was contacted early for disclosure but provided no response. No patches or official mitigations are referenced in the available sources, including the Yuque documentation link.

The exploit's public availability increases the risk for unpatched Dromara UJCMS 10.0.2 deployments, with the vulnerability published on 2026-02-22.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was found in Dromara UJCMS 10.0.2. Impacted is the function importChanel of the file /api/backend/ext/import-data/import-channel of the component ImportDataController. Performing a manipulation of the argument driverClassName/url results in injection. It is possible to initiate the attack remotely. The…

more

exploit has been made public and could 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.
Why these techniques?

Remote injection flaw in public web app endpoint (/api/backend/ext/import-data/import-channel) directly enables T1190 Exploit Public-Facing Application; low-priv network access with public exploit confirms the mapping.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-2953Same product: Ujcms Ujcms
CVE-2026-9422Shared CWE-707, CWE-74
CVE-2026-5002Shared CWE-707, CWE-74
CVE-2026-25814Shared CWE-74
CVE-2026-27727Shared CWE-74
CVE-2026-7770Shared CWE-74
CVE-2022-31631Shared CWE-74
CVE-2026-26002Shared CWE-74
CVE-2026-2019Shared CWE-74
CVE-2026-32695Shared CWE-74

Affected Assets

ujcms
ujcms
10.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of driverClassName and url inputs to the import-channel endpoint, blocking the CWE-74 injection described in the CVE.

prevent

Enforces access restrictions on the /api/backend/ext/import-data/import-channel function so that only authorized subjects can reach the vulnerable importChanel code path.

prevent

Restricts the system to only approved data-import drivers and connection URLs, eliminating the ability to supply arbitrary driverClassName or url values that trigger injection.

References