Cyber Posture

CVE-2026-3795

MediumPublic PoC

Published: 09 March 2026

Published
09 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 10.7th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

html-js
doracms
all versions

CVEs Like This One

CVE-2026-3794Same product: Html-Js Doracms
CVE-2026-6615Shared CWE-22
CVE-2026-33183Shared CWE-22
CVE-2026-7214Shared CWE-22
CVE-2026-40876Shared CWE-22
CVE-2026-23536Shared CWE-22
CVE-2025-23422Shared CWE-22
CVE-2025-8343Shared CWE-22
CVE-2025-10559Shared CWE-22
CVE-2025-67076Shared CWE-22

References