Cyber Resilience

CVE-2026-3795

MediumPublic PoC

Published: 09 March 2026

Published
09 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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.0066 46.6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3795 is a medium-severity Path Traversal (CWE-22) vulnerability in Html-Js Doracms. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 46.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3795 is a path traversal vulnerability (CWE-22) discovered in doramart DoraCMS 3.0.x. The flaw affects the createFileBypath function located in the file /DoraCMS/server/app/router/api/v1.js. Published on 2026-03-09, it has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating moderate severity with network accessibility and low attack complexity.

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring no user interaction. Successful manipulation enables path traversal, allowing limited impacts on confidentiality, integrity, and availability, such as unauthorized file access or modification outside the intended directory.

VulDB advisories detail the issue and note that an exploit has been publicly released, increasing the risk of attacks. The vendor was contacted early for disclosure but provided no response, and no patches or mitigations are mentioned in available references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security flaw has been discovered in doramart DoraCMS 3.0.x. Impacted is the function createFileBypath of the file /DoraCMS/server/app/router/api/v1.js. Performing a manipulation results in path traversal. The attack can be initiated remotely. The exploit has been released to the public…

more

and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
Why these techniques?

Path traversal in public-facing CMS enables remote exploitation of the app (T1190); directly supports unauthorized local file reads (T1005) and arbitrary file writes for placing tools/payloads (T1105).

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

CVEs Like This One

CVE-2026-3794Same product: Html-Js Doracms
CVE-2026-33183Shared CWE-22
CVE-2026-6615Shared CWE-22
CVE-2026-41589Shared CWE-22
CVE-2026-7214Shared CWE-22
CVE-2026-40876Shared CWE-22
CVE-2025-66687Shared CWE-22
CVE-2025-26753Shared CWE-22
CVE-2025-44177Shared CWE-22
CVE-2023-42226Shared CWE-22

Affected Assets

html-js
doracms
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs (including file paths) to the createFileBypath function, blocking the path traversal manipulation before it succeeds.

prevent

Enforces authorization checks on every access to files and directories, preventing the unauthorized traversal and read/write operations outside intended paths.

prevent

Restricts the privileges of the low-privileged accounts that can reach the vulnerable API endpoint, limiting the scope of files that can be traversed even if the flaw is exploited.

References