Cyber Resilience

CVE-2026-30345

High

Published: 18 March 2026

Published
18 March 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0008 23.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-30345 is a high-severity Relative Path Traversal (CWE-23) vulnerability in Ctfd (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.8th 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-30345 is a zip slip vulnerability (CWE-23) in the Admin import functionality of CTFd version 3.8.1-18-gdb5a18c4. Published on 2026-03-18, it enables attackers to write arbitrary files outside the intended directories by supplying a crafted import file.

With a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N), the vulnerability is exploitable over the network with low complexity, no privileges, and no user interaction. Unauthenticated attackers can leverage the Admin import feature to perform arbitrary file writes, resulting in high integrity impact without affecting confidentiality or availability.

The CTFd project blog at https://blog.ctfd.io/ctfd-3-8-2/ details version 3.8.2, which addresses this issue. Further information is available in the CTFd GitHub repository (https://github.com/CTFd/CTFd), security policy (https://github.com/CTFd/CTFd/security/policy), and a dedicated CVE repository (https://github.com/syphonetic/CVE-2026-30345).

EU & UK References

Vulnerability details

A zip slip vulnerability in the Admin import functionality of CTFd v3.8.1-18-gdb5a18c4 allows attackers to write arbitrary files outside the intended directories via supplying a crafted import.

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?

Unauthenticated network exploitation of public-facing CTFd Admin import (T1190) directly enables arbitrary file write outside intended paths via zip slip, which facilitates deployment of a web shell (T1505.003) for code execution.

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

CVEs Like This One

CVE-2025-54317Shared CWE-23
CVE-2025-23410Shared CWE-23
CVE-2024-54449Shared CWE-23
CVE-2026-26362Shared CWE-23
CVE-2025-26349Shared CWE-23
CVE-2026-33494Shared CWE-23
CVE-2026-8361Shared CWE-23
CVE-2026-41948Shared CWE-23
CVE-2026-25057Shared CWE-23
CVE-2025-25130Shared CWE-23

Affected Assets

Ctfd
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 validates inputs to the Admin import functionality, preventing path traversal in crafted zip files that enable arbitrary file writes.

prevent

Enforces restrictions on zip import files to block invalid or malicious path structures outside intended directories.

prevent

Ensures timely remediation of the zip slip flaw through patching, as implemented in CTFd version 3.8.2.

References