CVE-2025-14014
Published: 12 February 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2025-207401
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
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
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.
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.
Deploys malicious-code scanning on uploaded files to identify and block dangerous payloads that would otherwise be accepted due to missing ACL enforcement.