Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
Lifecycle Timeline
5DescriptionCVE.org
MemProcFS before 5.17 contains multiple unsafe library-loading patterns that enable DLL and shared-library hijacking across six attack surfaces, including bare-name LoadLibraryU and dlopen calls without path qualification for vmmpyc, libMSCompression, and plugin DLLs. An attacker who places a malicious DLL or shared library in the working directory or manipulates LD_LIBRARY_PATH can achieve arbitrary code execution when MemProcFS loads.
AnalysisAI
DLL and shared-library hijacking in ufrisk MemProcFS versions prior to 5.17 enables local arbitrary code execution through six distinct attack surfaces. Unsafe library-loading patterns-including unqualified LoadLibraryU and dlopen calls for vmmpyc, libMSCompression, and plugin DLLs-allow attackers to plant malicious libraries in the working directory or manipulate LD_LIBRARY_PATH. Exploitation requires user interaction (CVSS UI:P) but no authentication (PR:N), achieving high confidentiality, integrity, and availability impact. No public exploit identified at time of analysis.
Technical ContextAI
CWE-427 (Uncontrolled Search Path Element) manifests through bare-name dynamic library loading without absolute paths. LoadLibraryU (Windows) and dlopen (Linux) calls fail to qualify library locations, enabling DLL preloading and LD_LIBRARY_PATH injection. Six distinct entry points (vmmpyc, libMSCompression, plugin system) multiply attack surface. Local attack vector (AV:L) with low complexity (AC:L) requires local file-system write access coinciding with MemProcFS execution.
RemediationAI
Vendor-released patch: upgrade to MemProcFS version 5.17 or later, available at https://github.com/ufrisk/MemProcFS/releases/tag/v5.17. The fix (commit df80e6e83641f5004025ce661e6dd8139028d7b5) implements fully-qualified library paths and hardened search-path logic. Until patching, mitigate by restricting write access to MemProcFS working directories, auditing LD_LIBRARY_PATH and PATH environment variables, and executing MemProcFS only from controlled directories with verified library contents. On multi-user systems, enforce directory permissions preventing untrusted users from planting libraries in shared paths. Consult vendor advisory at https://www.vulncheck.com/advisories/memprocfs-dll-shared-library-hijacking for additional platform-specific guidance.
Same weakness CWE-427 – Uncontrolled Search Path Element
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20773
GHSA-wxrw-fvc7-2xmx