Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was detected in HerikLyma CPPWebFramework up to 3.1. This issue affects some unknown processing. Performing a manipulation results in path traversal. Remote exploitation of the attack is possible. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
Path traversal in HerikLyma CPPWebFramework up to version 3.1 allows remote attackers to read arbitrary files on the server with low confidentiality impact. The vulnerability requires no authentication and can be exploited over the network with low complexity; publicly available exploit code exists. The vendor has been notified via GitHub issue but has not yet responded or released a patch.
Technical ContextAI
HerikLyma CPPWebFramework is a C++ web application framework used to build server-side web applications. The vulnerability stems from improper input validation in the framework's request processing logic (CWE-22: Improper Limitation of a Pathname to a Restricted Directory, also known as 'Path Traversal'). An attacker can manipulate input parameters passed to the framework to escape from the intended file directory and access files elsewhere on the filesystem. The affected CPE cpe:2.3:a:heriklyma:cppwebframework:*:*:*:*:*:*:*:* indicates all versions up to at least 3.1 are vulnerable. The low CVSS attack complexity (AC:L) suggests the traversal can be achieved with straightforward input manipulation without requiring special encoding or race conditions.
RemediationAI
No vendor-released patch identified at time of analysis. Users of CPPWebFramework should monitor the GitHub repository (https://github.com/HerikLyma/CPPWebFramework/) and the associated issue (https://github.com/HerikLyma/CPPWebFramework/issues/40) for vendor response and patched release versions. In the interim, implement network-level access controls to restrict direct exposure of the web application to untrusted networks, disable file serving functionality if not required, and apply input validation filters on the application side to reject path traversal attempts (e.g., blocking sequences such as '../' and null bytes). Organizations should consider evaluating alternative web frameworks with more mature security practices until the vendor addresses this issue or a patched version becomes available.
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19205
GHSA-gmx4-p9gm-fxcw