CVE-2026-3795
Published: 09 March 2026
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
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.
Validates pathnames and filenames to prevent traversal outside intended directories.
MITRE ATT&CK Enterprise TechniquesAI
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).
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)