Cyber Resilience

CVE-2026-2682

Medium

Published: 18 February 2026

Published
18 February 2026
Modified
03 March 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.0035 26.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2682 is a medium-severity Injection (CWE-74) vulnerability in Unigroup Electronic Archives System. 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 26.4th 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 SC-7 (Boundary Protection).

Deeper analysis

CVE-2026-2682 is a SQL injection vulnerability (CWE-74, CWE-89) in the Tsinghua Unigroup Electronic Archives System up to version 3.2.210802(62532). The issue affects an unknown function in the file /mine/PublicReport/prinReport.html?token=java, where manipulation of the comid argument enables SQL code injection.

The vulnerability is remotely exploitable over the network with low attack complexity and no user interaction required, but it demands low privileges (PR:L) from the attacker. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, as reflected in its CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

Advisories from VulDB note the public disclosure of an exploit, including a proof-of-concept script on GitHub. The vendor was contacted early regarding the issue but provided no response, and no patches or official mitigations are available.

The exploit has been publicly disclosed and may be actively used by attackers.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in Tsinghua Unigroup Electronic Archives System up to 3.2.210802(62532). Impacted is an unknown function of the file /mine/PublicReport/prinReport.html?token=java. Such manipulation of the argument comid leads to sql injection. The attack can be launched remotely. The…

more

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.
Why these techniques?

SQL injection in publicly accessible web app (/mine/PublicReport/prinReport.html) directly enables remote exploitation for initial access with no user interaction.

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

CVEs Like This One

CVE-2026-2684Same product: Unigroup Electronic Archives System
CVE-2026-2116Shared CWE-74, CWE-89
CVE-2025-15436Shared CWE-74, CWE-89
CVE-2026-6148Shared CWE-74, CWE-89
CVE-2026-3792Shared CWE-74, CWE-89
CVE-2026-9447Shared CWE-74, CWE-89
CVE-2026-6153Shared CWE-74, CWE-89
CVE-2025-0699Shared CWE-74, CWE-89
CVE-2025-7218Shared CWE-74, CWE-89
CVE-2026-5564Shared CWE-74, CWE-89

Affected Assets

unigroup
electronic archives system
≤ 3.2.210802\(62532\)

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted input (comid parameter) to block SQL injection into prinReport.html.

detect

Enables continuous monitoring and anomaly detection on database queries or web requests that exhibit SQL injection patterns from the disclosed exploit.

prevent

Boundary protection devices (e.g., WAF rules) can inspect and drop remote requests containing SQL metacharacters targeting the vulnerable endpoint.

References