Cyber Resilience

CVE-2026-3826

Critical

Published: 11 March 2026

Published
11 March 2026
Modified
17 March 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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.0052 40.3th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-3826 is a critical-severity PHP Remote File Inclusion (CWE-98) vulnerability in Wellchoose Organization Portal System. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.3th 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-3826 is a Local File Inclusion (LFI) vulnerability, classified under CWE-98, in IFTOP, a network monitoring tool developed by WellChoose. Published on 2026-03-11, 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), marking it as critical due to its potential for severe impact.

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity, requiring no privileges, user interaction, or special conditions. Successful exploitation enables arbitrary code execution on the server, compromising confidentiality, integrity, and availability to a high degree.

Mitigation guidance is available in advisories from Taiwan's CERT, including https://www.twcert.org.tw/en/cp-139-10756-73f66-2.html and https://www.twcert.org.tw/tw/cp-132-10755-94136-1.html.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

IFTOP developed by WellChoose has a Local File Inclusion vulnerability, allowing unauthenticated remote attackers to execute arbitrary code 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.
Why these techniques?

The LFI vulnerability in the network monitoring tool IFTOP allows unauthenticated remote attackers to achieve arbitrary code execution over the network, directly mapping to exploitation of a public-facing application.

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

CVEs Like This One

CVE-2025-8913Same product: Wellchoose Organization Portal System
CVE-2025-58923Shared CWE-98
CVE-2025-69057Shared CWE-98
CVE-2024-54263Shared CWE-98
CVE-2026-28035Shared CWE-98
CVE-2026-28024Shared CWE-98
CVE-2025-67525Shared CWE-98
CVE-2025-22707Shared CWE-98
CVE-2025-69375Shared CWE-98
CVE-2026-22443Shared CWE-98

Affected Assets

wellchoose
organization portal system
≤ iftop_p4_181

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents LFI exploitation by validating and sanitizing user-supplied file paths before inclusion in IFTOP.

prevent

Requires timely patching of the specific LFI vulnerability in IFTOP to eliminate the flaw enabling arbitrary code execution.

prevent

Enforces least privilege to limit the damage from arbitrary code execution achieved via the LFI vulnerability.

References