Cyber Resilience

CVE-2025-14014

CriticalUpdated

Published: 12 February 2026

Published
12 February 2026
Modified
04 June 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0039 30.2th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-14014 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Gov (inferred from references). Its CVSS base score is 9.8 (Critical).

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

Deeper analysis

CVE-2025-14014 is an Unrestricted Upload of File with Dangerous Type vulnerability in the Smart Panel product from NTN Information Processing Services Computer Software Hardware Industry and Trade Ltd. Co. The flaw enables accessing functionality not properly constrained by ACLs and affects Smart Panel versions prior to 20251215. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-434.

Attackers can exploit this vulnerability remotely over the network with low attack complexity, requiring no authentication privileges or user interaction and resulting in no scope change. Successful exploitation yields high impacts across confidentiality, integrity, and availability, potentially allowing attackers to upload malicious files and execute arbitrary code or disrupt system operations.

Mitigation guidance is available in the advisory published by USOM at https://www.usom.gov.tr/bildirim/tr-26-0064. The vulnerability was publicly disclosed on 2026-02-12.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Unrestricted Upload of File with Dangerous Type vulnerability in NTN Information Processing Services Computer Software Hardware Industry and Trade Ltd. Co. Smart Panel allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects Smart Panel: before 20251215.

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?

Unrestricted file upload of dangerous types on a public-facing application directly enables remote code execution via web shell deployment without authentication.

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

CVEs Like This One

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
CVE-2021-47819Shared CWE-434
CVE-2025-7852Shared CWE-434
CVE-2026-4883Shared CWE-434
CVE-2019-25630Shared CWE-434

Affected Assets

Gov
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 enforces access restrictions on upload functionality so that dangerous file types cannot be written or executed without proper authorization, addressing the ACL bypass described in the CVE.

prevent

Requires validation of all input (including file uploads) to reject dangerous content types before they are stored or processed, directly blocking the unrestricted upload vector.

preventdetect

Deploys malicious-code scanning on uploaded files to identify and block dangerous payloads that would otherwise be accepted due to missing ACL enforcement.

References