Cyber Resilience

CVE-2026-7490

High

Published: 02 May 2026

Published
02 May 2026
Modified
12 May 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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.0046 37.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7490 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Sun.Net Ehrd Cpas. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 37.0th 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 SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-7490 is an Arbitrary File Upload vulnerability (CWE-434) in CTMS and CPAS, software developed by Sunnet. Published on 2026-05-02, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H). The issue enables privileged remote attackers to upload and execute web shell backdoors, resulting in arbitrary code execution on the server.

Attackers require high privileges (PR:H) but can exploit the vulnerability remotely over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation achieves high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H) within the unchanged scope (S:U), allowing full server compromise through persistent web shells.

Advisories from TWCERT/CC detail the vulnerability at https://www.twcert.org.tw/en/cp-139-10895-25ca1-2.html and https://www.twcert.org.tw/tw/cp-132-10894-1ac1f-1.html.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

CTMS and CPAS developed by Sunnet has an Arbitrary File Upload vulnerability, allowing privileged remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

The arbitrary file upload vulnerability allows privileged remote attackers to upload and execute web shell backdoors on a public-facing application, directly enabling T1190 (Exploit Public-Facing Application) for initial/remote exploitation and T1505.003 (Web Shell) for persistent code execution.

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

CVEs Like This One

CVE-2025-54944Same product: Sun.Net Ehrd Ctms
CVE-2025-15226Same vendor: Sun.Net
CVE-2025-54942Same product: Sun.Net Ehrd Ctms
CVE-2026-7489Same product: Sun.Net Ehrd Ctms
CVE-2025-22654Shared CWE-434
CVE-2025-11948Shared CWE-434
CVE-2025-67260Shared CWE-434
CVE-2025-28915Shared CWE-434
CVE-2023-53956Shared CWE-434
CVE-2025-6058Shared CWE-434

Affected Assets

sun.net
ehrd cpas
all versions
sun.net
ehrd ctms
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely identification, reporting, and correction of software flaws directly patches the arbitrary file upload vulnerability in CTMS and CPAS, eliminating the root cause of CVE-2026-7490.

prevent

Validates all inputs including uploaded files to block arbitrary file uploads that enable web shell execution and arbitrary code execution.

prevent

Restricts classes of uploaded files to only authorized types, preventing privileged attackers from uploading executable web shells.

References