Cyber Resilience

CVE-2026-2368

High

Published: 11 March 2026

Published
11 March 2026
Modified
12 March 2026
KEV Added
Patch
CVSS Score v4 7.5 CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:P/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.0001 2.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2368 is a high-severity Improper Certificate Validation (CWE-295) vulnerability in Filez (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 2.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 SC-8 (Transmission Confidentiality and Integrity) and SC-17 (Public Key Infrastructure Certificates).

Deeper analysis

CVE-2026-2368 is an improper certificate validation vulnerability (CWE-295) in the Lenovo Filez application. Published on 2026-03-11, it carries a CVSS v3.1 base score of 7.1 (AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H). The flaw stems from inadequate verification of certificates during network communications, potentially enabling malicious interference.

An attacker on an adjacent network (AV:A) with the ability to intercept traffic could exploit this vulnerability. Exploitation requires high attack complexity (AC:H) and user interaction (UI:R), such as a victim clicking a malicious link or accepting a tampered connection, with no privileges needed (PR:N). Successful exploitation allows arbitrary code execution with high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), without changing the scope (S:U).

For mitigation details, refer to the vendor advisory at https://www.filez.com/securityPolicy.

EU & UK References

Vulnerability details

An improper certificate validation vulnerability was reported in the Lenovo Filez application that could allow a user capable of intercepting network traffic to execute arbitrary code.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
Why these techniques?

Improper certificate validation directly enables successful Adversary-in-the-Middle attacks (T1557) on adjacent networks by allowing traffic interception and spoofing without valid cert checks, leading to code execution after user interaction.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-31854Shared CWE-295
CVE-2024-47258Shared CWE-295
CVE-2026-32627Shared CWE-295
CVE-2024-55581Shared CWE-295
CVE-2025-11043Shared CWE-295
CVE-2024-50691Shared CWE-295
CVE-2024-29171Shared CWE-295
CVE-2025-9293Shared CWE-295
CVE-2025-0500Shared CWE-295
CVE-2025-66001Shared CWE-295

Affected Assets

Filez
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 requires cryptographic mechanisms that enforce transmission integrity and authenticity, which the missing certificate validation in Filez violates.

prevent

Mandates proper issuance, validation, and management of PKI certificates used for network authentication, directly addressing the CWE-295 flaw.

prevent

Requires protection of session authenticity during network communications, which fails when certificate validation is absent and enables the MITM-to-code-execution path.

References