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 has been found in elecV2 elecV2P up to 3.8.3. Impacted is the function path.join of the file /store/:key. The manipulation of the argument URL leads to path traversal. The attack is possible to be carried out remotely. The exploit has been disclosed to the 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 elecV2P up to version 3.8.3 allows unauthenticated remote attackers to read arbitrary files via manipulation of the URL argument in the /store/:key endpoint's path.join function. The vulnerability has a CVSS score of 5.5 with low confidentiality impact, publicly available exploit code exists, and the vendor has not responded to early notification through an issue report.
Technical ContextAI
The vulnerability exists in the /store/:key endpoint of elecV2P, where improper input validation on the URL parameter passed to the path.join function fails to sanitize path traversal sequences (such as ../ or absolute paths). This is a classic CWE-22 path traversal flaw where user-controlled input is used to construct file system paths without adequate canonicalization or validation. The affected product is elecV2P (CPE: cpe:2.3:a:elecv2:elecv2p:*:*:*:*:*:*:*:*), a Node.js-based project, making it vulnerable on any system where the application is deployed. An attacker can exploit this by crafting malicious URLs containing traversal sequences to access files outside the intended /store directory.
RemediationAI
Upgrade elecV2P to a version later than 3.8.3 if a patched release becomes available. Currently, no vendor-released patch has been confirmed at the time of analysis, despite early notification to the project. Until an official patch is released, implement network-level access controls to restrict access to the /store/:key endpoint, or disable the endpoint if it is not essential to your deployment. Monitor the official GitHub repository (https://github.com/elecV2/elecV2P) for security updates and consider contributing to or monitoring the open issue #199 (https://github.com/elecV2/elecV2P/issues/199) for vendor response and patch availability.
Operating system command injection in elecV2P up to version 3.8.3 allows unauthenticated remote attackers to execute arb
Path traversal in elecV2P's wildcard handler allows unauthenticated remote attackers to read files outside intended dire
Server-Side Request Forgery (SSRF) in elecV2P versions up to 3.8.3 allows unauthenticated remote attackers to manipulate
Remote code execution in elecV2P up to version 3.8.3 allows authenticated attackers to inject arbitrary code via manipul
Reflected cross-site scripting (XSS) in elecV2P up to version 3.8.3 allows remote attackers to inject malicious scripts
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16945
GHSA-h9hm-gx5c-xfc2